mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"name": "nuxt3",
|
|
"version": "0.10.0",
|
|
"repository": "nuxt/framework",
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"types": "./types.d.ts",
|
|
"bin": {
|
|
"nu": "./bin/nuxi.js",
|
|
"nuxi": "./bin/nuxi.js",
|
|
"nuxt": "./bin/nuxi.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"types.d.ts",
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/kit": "^0.10.0",
|
|
"@nuxt/nitro": "^0.10.0",
|
|
"@nuxt/vite-builder": "^0.10.0",
|
|
"@nuxt/webpack-builder": "^0.10.0",
|
|
"@vue/reactivity": "3.2.2",
|
|
"@vue/server-renderer": "^3.2.2",
|
|
"@vue/shared": "3.2.2",
|
|
"@vueuse/head": "^0.6.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": "^5.0.0-2",
|
|
"ignore": "^5.1.8",
|
|
"lodash": "^4.17.21",
|
|
"nuxi": "^0.10.0",
|
|
"ohmyfetch": "^0.2.0",
|
|
"scule": "^0.2.1",
|
|
"ufo": "^0.7.7",
|
|
"unplugin": "^0.2.3",
|
|
"upath": "^2.0.1",
|
|
"vue": "^3.2.2",
|
|
"vue-router": "^4.0.11",
|
|
"vuex5": "^0.5.0-testing.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.12",
|
|
"@types/hash-sum": "^1.0.0",
|
|
"@types/lodash": "^4.14.172",
|
|
"unbuild": "^0.4.2",
|
|
"vue-meta": "next"
|
|
},
|
|
"peerDependencies": {
|
|
"@vue/reactivity": "3.2.2",
|
|
"@vue/shared": "3.2.2",
|
|
"vue": "3.2.2"
|
|
}
|
|
}
|