2021-04-03 13:38:07 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxt/vite-builder",
|
2024-06-16 07:36:40 +00:00
|
|
|
"version": "3.12.2",
|
2023-11-08 12:07:49 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-11-08 13:21:27 +00:00
|
|
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
|
|
"directory": "packages/vite"
|
2023-11-08 12:07:49 +00:00
|
|
|
},
|
2023-10-17 21:06:30 +00:00
|
|
|
"description": "Vite bundler for Nuxt",
|
2023-11-08 13:21:27 +00:00
|
|
|
"homepage": "https://nuxt.com",
|
2021-04-03 13:38:07 +00:00
|
|
|
"license": "MIT",
|
2021-10-02 16:01:17 +00:00
|
|
|
"type": "module",
|
2021-09-21 17:07:24 +00:00
|
|
|
"types": "./dist/index.d.ts",
|
2023-03-11 21:16:01 +00:00
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
"import": "./dist/index.mjs"
|
|
|
|
}
|
|
|
|
},
|
2021-04-03 13:38:07 +00:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
2021-04-09 13:48:39 +00:00
|
|
|
"scripts": {
|
|
|
|
"prepack": "unbuild"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-09-05 11:27:41 +00:00
|
|
|
"@nuxt/schema": "workspace:*",
|
2023-11-07 11:17:15 +00:00
|
|
|
"@types/clear": "0.1.4",
|
|
|
|
"@types/estree": "1.0.5",
|
2024-06-13 22:36:38 +00:00
|
|
|
"rollup": "4.18.0",
|
2021-10-20 09:50:29 +00:00
|
|
|
"unbuild": "latest",
|
2024-06-30 00:19:49 +00:00
|
|
|
"vue": "3.4.31"
|
2021-04-03 13:38:07 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-09-05 11:27:41 +00:00
|
|
|
"@nuxt/kit": "workspace:*",
|
2024-06-07 06:37:13 +00:00
|
|
|
"@rollup/plugin-replace": "^5.0.7",
|
2024-06-29 23:02:51 +00:00
|
|
|
"@vitejs/plugin-vue": "^5.0.5",
|
2024-06-06 12:47:10 +00:00
|
|
|
"@vitejs/plugin-vue-jsx": "^4.0.0",
|
2024-03-21 09:38:34 +00:00
|
|
|
"autoprefixer": "^10.4.19",
|
2023-03-08 11:56:41 +00:00
|
|
|
"clear": "^0.1.0",
|
2023-07-06 08:05:39 +00:00
|
|
|
"consola": "^3.2.3",
|
2024-06-19 13:43:41 +00:00
|
|
|
"cssnano": "^7.0.3",
|
2024-01-05 21:00:11 +00:00
|
|
|
"defu": "^6.1.4",
|
2024-07-02 13:12:20 +00:00
|
|
|
"esbuild": "^0.23.0",
|
2022-01-27 11:13:32 +00:00
|
|
|
"escape-string-regexp": "^5.0.0",
|
2023-01-20 16:17:31 +00:00
|
|
|
"estree-walker": "^3.0.3",
|
2023-06-07 12:30:41 +00:00
|
|
|
"externality": "^1.0.2",
|
2024-01-10 08:20:10 +00:00
|
|
|
"get-port-please": "^3.1.2",
|
2024-06-21 08:33:00 +00:00
|
|
|
"h3": "^1.12.0",
|
2024-03-30 20:48:13 +00:00
|
|
|
"knitwork": "^1.1.0",
|
2024-04-18 03:20:42 +00:00
|
|
|
"magic-string": "^0.30.10",
|
2024-06-07 06:37:13 +00:00
|
|
|
"mlly": "^1.7.1",
|
2023-08-11 12:20:42 +00:00
|
|
|
"ohash": "^1.1.3",
|
2024-01-12 12:38:47 +00:00
|
|
|
"pathe": "^1.1.2",
|
2023-05-04 04:51:44 +00:00
|
|
|
"perfect-debounce": "^1.0.0",
|
2024-07-01 14:14:44 +00:00
|
|
|
"pkg-types": "^1.1.2",
|
2024-06-30 00:19:49 +00:00
|
|
|
"postcss": "^8.4.39",
|
2023-12-29 08:53:46 +00:00
|
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
2023-12-23 14:22:29 +00:00
|
|
|
"std-env": "^3.7.0",
|
2024-03-29 12:08:42 +00:00
|
|
|
"strip-literal": "^2.1.0",
|
2024-03-20 17:31:08 +00:00
|
|
|
"ufo": "^1.5.3",
|
2024-01-19 10:20:46 +00:00
|
|
|
"unenv": "^1.9.0",
|
2024-06-30 22:35:08 +00:00
|
|
|
"unplugin": "^1.11.0",
|
2024-06-30 00:19:49 +00:00
|
|
|
"vite": "^5.3.2",
|
2024-05-04 15:09:25 +00:00
|
|
|
"vite-node": "^1.6.0",
|
2024-06-30 22:35:08 +00:00
|
|
|
"vite-plugin-checker": "^0.7.0",
|
2024-05-09 10:14:25 +00:00
|
|
|
"vue-bundle-renderer": "^2.1.0"
|
2021-10-20 09:50:29 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2023-05-18 15:02:48 +00:00
|
|
|
"vue": "^3.3.4"
|
2021-10-18 19:31:15 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-04-24 21:24:38 +00:00
|
|
|
"node": "^14.18.0 || >=16.10.0"
|
2021-04-03 13:38:07 +00:00
|
|
|
}
|
|
|
|
}
|