mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
19794ddd21
Co-authored-by: Renovate Bot <bot@renovateapp.com>
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "nuxt3",
|
|
"version": "0.8.0",
|
|
"repository": "nuxt/framework",
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"bin": {
|
|
"nu": "./bin/nuxt.js",
|
|
"nuxt": "./bin/nuxt.js",
|
|
"nuxt-cli": "./bin/nuxt.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"prepack": "unbuild $@ || true"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/app": "^0.5.0",
|
|
"@nuxt/component-discovery": "^0.2.0",
|
|
"@nuxt/kit": "^0.6.4",
|
|
"@nuxt/meta": "^0.1.0",
|
|
"@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.7",
|
|
"upath": "^2.0.1",
|
|
"vue": "3.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.12",
|
|
"@types/hash-sum": "^1.0.0",
|
|
"@types/lodash": "^4.14.171",
|
|
"unbuild": "^0.3.2"
|
|
}
|
|
}
|