mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
09824d9167
Co-authored-by: Renovate Bot <bot@renovateapp.com>
32 lines
645 B
JSON
32 lines
645 B
JSON
{
|
|
"name": "@nuxt/vite-builder",
|
|
"version": "0.10.0",
|
|
"repository": "nuxt/framework",
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"devDependencies": {
|
|
"@types/debounce": "^1.2.0",
|
|
"unbuild": "^0.4.2"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/kit": "^0.10.0",
|
|
"@vitejs/plugin-vue": "^1.4.0",
|
|
"@vue/compiler-sfc": "^3.2.2",
|
|
"chokidar": "^3.5.2",
|
|
"consola": "^2.15.3",
|
|
"debounce": "^1.2.1",
|
|
"fs-extra": "^10.0.0",
|
|
"magic-string": "^0.25.7",
|
|
"ufo": "^0.7.7",
|
|
"upath": "^2.0.1",
|
|
"vite": "^2.4.4",
|
|
"vue": "3.2.2"
|
|
}
|
|
}
|