mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
32 lines
565 B
JSON
32 lines
565 B
JSON
|
{
|
||
|
"name": "@nuxt/vite-builder",
|
||
|
"version": "0.1.0",
|
||
|
"repository": "nuxt/framework",
|
||
|
"license": "MIT",
|
||
|
"main": "./dist/index.js",
|
||
|
"files": [
|
||
|
"dist"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"build": "jiti ../../scripts/build .",
|
||
|
"prepublishOnly": "yarn build"
|
||
|
},
|
||
|
"build": {
|
||
|
"entries": {
|
||
|
"index": {
|
||
|
"format": "cjs"
|
||
|
}
|
||
|
},
|
||
|
"dependencies": [
|
||
|
"@nuxt/kit"
|
||
|
]
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@nuxt/kit": "^0.1.0",
|
||
|
"@vitejs/plugin-vue": "^1.2.1",
|
||
|
"consola": "^2.15.3",
|
||
|
"fs-extra": "^9.1.0",
|
||
|
"vite": "^2.1.5"
|
||
|
}
|
||
|
}
|