mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 17:43:59 +00:00
7db904af77
Co-authored-by: Renovate Bot <bot@renovateapp.com>
30 lines
593 B
JSON
30 lines
593 B
JSON
{
|
|
"name": "@nuxt/vite-builder",
|
|
"version": "0.3.3",
|
|
"repository": "nuxt/framework",
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"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",
|
|
"@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",
|
|
"vue": "3.0.11"
|
|
}
|
|
}
|