mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 17:43:59 +00:00
9797642d78
- @nuxt/app@0.5.0 - nuxt-cli@0.3.8 - @nuxt/component-discovery@0.2.0 - @nuxt/kit@0.6.4 - @nuxt/nitro@0.9.1 - nuxt3@0.8.0 - @nuxt/pages@0.3.0 - @nuxt/vite-builder@0.5.0 - @nuxt/webpack-builder@0.5.0
49 lines
1.0 KiB
JSON
49 lines
1.0 KiB
JSON
{
|
|
"name": "nuxt3",
|
|
"version": "0.8.0",
|
|
"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.5.0",
|
|
"@nuxt/component-discovery": "^0.2.0",
|
|
"@nuxt/kit": "^0.6.4",
|
|
"@nuxt/nitro": "^0.9.1",
|
|
"@nuxt/pages": "^0.3.0",
|
|
"@nuxt/vite-builder": "^0.5.0",
|
|
"@nuxt/webpack-builder": "^0.5.0",
|
|
"chokidar": "^3.5.2",
|
|
"consola": "^2.15.3",
|
|
"defu": "^5.0.0",
|
|
"fs-extra": "^10.0.0",
|
|
"globby": "^11.0.4",
|
|
"hash-sum": "^2.0.0",
|
|
"hookable": "^4.4.1",
|
|
"ignore": "^5.1.8",
|
|
"lodash": "^4.17.21",
|
|
"nuxt-cli": "^0.3.8",
|
|
"scule": "^0.2.1",
|
|
"ufo": "^0.7.5",
|
|
"upath": "^2.0.1",
|
|
"vue": "3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.11",
|
|
"@types/hash-sum": "^1.0.0",
|
|
"@types/lodash": "^4.14.170",
|
|
"unbuild": "^0.3.1"
|
|
}
|
|
}
|