Nuxt/packages/vite/package.json

30 lines
593 B
JSON
Raw Normal View History

{
"name": "@nuxt/vite-builder",
"version": "0.3.3",
"repository": "nuxt/framework",
"license": "MIT",
"main": "./dist/index.js",
"files": [
"dist"
],
2021-04-09 13:48:39 +00:00
"scripts": {
"prepack": "unbuild"
},
"devDependencies": {
"@types/debounce": "^1.2.0",
"unbuild": "^0.2.3"
},
"dependencies": {
"@nuxt/kit": "^0.5.3",
"@vitejs/plugin-vue": "^1.2.2",
2021-04-04 14:22:40 +00:00
"@vue/compiler-sfc": "^3.0.11",
"chokidar": "^3.5.1",
"consola": "^2.15.3",
"debounce": "^1.2.1",
"fs-extra": "^10.0.0",
"upath": "^2.0.1",
"vite": "^2.3.3",
2021-04-04 14:22:40 +00:00
"vue": "3.0.11"
}
}