mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 17:13:56 +00:00
2e87a76721
Co-authored-by: Renovate Bot <bot@renovateapp.com>
59 lines
1.2 KiB
JSON
59 lines
1.2 KiB
JSON
{
|
|
"name": "nuxt3",
|
|
"version": "3.0.0",
|
|
"repository": "nuxt/framework",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "./dist/index.mjs",
|
|
"types": "./types.d.ts",
|
|
"bin": {
|
|
"nuxt": "./bin/nuxt.mjs"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"types.d.ts",
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/design": "^0.1.3",
|
|
"@nuxt/kit": "3.0.0",
|
|
"@nuxt/nitro": "3.0.0",
|
|
"@nuxt/vite-builder": "3.0.0",
|
|
"@nuxt/webpack-builder": "3.0.0",
|
|
"@vue/reactivity": "3.2.20",
|
|
"@vue/shared": "3.2.20",
|
|
"@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",
|
|
"ignore": "^5.1.8",
|
|
"mlly": "^0.2.6",
|
|
"nuxi": "3.0.0",
|
|
"ohmyfetch": "^0.3.1",
|
|
"pathe": "^0.2.0",
|
|
"scule": "^0.2.1",
|
|
"ufo": "^0.7.9",
|
|
"unplugin": "^0.2.16",
|
|
"vue": "^3.2.20",
|
|
"vue-router": "^4.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/hash-sum": "^1.0.0",
|
|
"unbuild": "latest",
|
|
"vue-meta": "next"
|
|
},
|
|
"peerDependencies": {
|
|
"@vue/reactivity": "3.2.20",
|
|
"@vue/shared": "3.2.20",
|
|
"vue": "3.2.20"
|
|
}
|
|
}
|