mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-19 09:55:53 +00:00
0b2079726c
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
73 lines
1.7 KiB
JSON
73 lines
1.7 KiB
JSON
{
|
|
"name": "@nuxt/vite-builder",
|
|
"version": "3.15.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
"directory": "packages/vite"
|
|
},
|
|
"description": "Vite bundler for Nuxt",
|
|
"homepage": "https://nuxt.com",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"prepack": "unbuild",
|
|
"test:attw": "attw --pack"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/schema": "workspace:*",
|
|
"rollup": "4.30.1",
|
|
"unbuild": "latest",
|
|
"vue": "3.5.13"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/kit": "workspace:*",
|
|
"@rollup/plugin-replace": "^6.0.2",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"consola": "^3.3.3",
|
|
"cssnano": "^7.0.6",
|
|
"defu": "^6.1.4",
|
|
"esbuild": "^0.24.2",
|
|
"escape-string-regexp": "^5.0.0",
|
|
"externality": "^1.0.2",
|
|
"get-port-please": "^3.1.2",
|
|
"h3": "^1.13.0",
|
|
"jiti": "^2.4.2",
|
|
"knitwork": "^1.2.0",
|
|
"magic-string": "^0.30.17",
|
|
"mlly": "^1.7.3",
|
|
"ohash": "^1.1.4",
|
|
"pathe": "^2.0.1",
|
|
"perfect-debounce": "^1.0.0",
|
|
"pkg-types": "^1.3.0",
|
|
"postcss": "^8.4.49",
|
|
"rollup-plugin-visualizer": "^5.13.1",
|
|
"std-env": "^3.8.0",
|
|
"ufo": "^1.5.4",
|
|
"unenv": "^1.10.0",
|
|
"unplugin": "^2.1.2",
|
|
"vite": "^6.0.7",
|
|
"vite-node": "^2.1.8",
|
|
"vite-plugin-checker": "^0.8.0",
|
|
"vue-bundle-renderer": "^2.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^3.3.4"
|
|
},
|
|
"engines": {
|
|
"node": "^18.20.5 || ^20.9.0 || >=22.0.0"
|
|
}
|
|
}
|