mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 06:05:11 +00:00
ada29d411b
- @nuxt/app@0.2.0 - nuxt-cli@0.1.1 - @nuxt/kit@0.2.0 - @nuxt/nitro@0.2.0 - nuxt3@0.2.0 - @nuxt/vite-builder@0.1.1 - @nuxt/webpack-builder@0.1.1
32 lines
564 B
JSON
32 lines
564 B
JSON
{
|
|
"name": "@nuxt/vite-builder",
|
|
"version": "0.1.1",
|
|
"repository": "nuxt/framework",
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"build": {
|
|
"entries": {
|
|
"index": {
|
|
"format": "cjs"
|
|
}
|
|
},
|
|
"dependencies": [
|
|
"@nuxt/kit",
|
|
"@vue/compiler-sfc",
|
|
"vue"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/kit": "^0.2.0",
|
|
"@vitejs/plugin-vue": "^1.2.1",
|
|
"@vue/compiler-sfc": "^3.0.11",
|
|
"consola": "^2.15.3",
|
|
"fs-extra": "^9.1.0",
|
|
"vite": "^2.1.5",
|
|
"vue": "3.0.11"
|
|
}
|
|
}
|