mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
47 lines
1001 B
JSON
47 lines
1001 B
JSON
{
|
|
"name": "nuxt3",
|
|
"version": "0.6.3",
|
|
"repository": "nuxt/framework",
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"files": [
|
|
"bin",
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"bin": {
|
|
"nu": "./bin/nuxt.js",
|
|
"nuxt": "./bin/nuxt.js",
|
|
"nuxt-cli": "./bin/nuxt.js"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/app": "^0.3.3",
|
|
"@nuxt/kit": "^0.5.3",
|
|
"@nuxt/nitro": "^0.6.3",
|
|
"@nuxt/pages": "^0.1.0",
|
|
"@nuxt/vite-builder": "^0.3.3",
|
|
"@nuxt/webpack-builder": "^0.3.4",
|
|
"chokidar": "^3.5.1",
|
|
"consola": "^2.15.3",
|
|
"defu": "^5.0.0",
|
|
"fs-extra": "^10.0.0",
|
|
"globby": "^11.0.3",
|
|
"hash-sum": "^2.0.0",
|
|
"hookable": "^4.4.1",
|
|
"ignore": "^5.1.8",
|
|
"lodash": "^4.17.21",
|
|
"nuxt-cli": "^0.3.3",
|
|
"scule": "^0.2.1",
|
|
"ufo": "^0.7.5",
|
|
"upath": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.11",
|
|
"@types/hash-sum": "^1.0.0",
|
|
"@types/lodash": "^4.14.169",
|
|
"unbuild": "^0.2.3"
|
|
}
|
|
}
|