mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
b0a56ad807
Co-authored-by: Renovate Bot <bot@renovateapp.com>
61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
JSON
{
|
|
"name": "nuxt3",
|
|
"version": "3.0.0",
|
|
"repository": "nuxt/framework",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "./dist/index.mjs",
|
|
"types": "./types.d.ts",
|
|
"bin": {
|
|
"nuxi": "./bin/nuxt.mjs",
|
|
"nuxt": "./bin/nuxt.mjs"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"types.d.ts",
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/design": "^0.1.5",
|
|
"@nuxt/kit": "3.0.0",
|
|
"@nuxt/nitro": "3.0.0",
|
|
"@nuxt/schema": "3.0.0",
|
|
"@nuxt/vite-builder": "3.0.0",
|
|
"@nuxt/webpack-builder": "3.0.0",
|
|
"@vue/reactivity": "^3.2.29",
|
|
"@vue/shared": "^3.2.29",
|
|
"@vueuse/head": "^0.7.5",
|
|
"chokidar": "^3.5.3",
|
|
"consola": "^2.15.3",
|
|
"cookie-es": "^0.5.0",
|
|
"defu": "^5.0.1",
|
|
"destr": "^1.1.0",
|
|
"globby": "^13.1.0",
|
|
"h3": "^0.3.9",
|
|
"hash-sum": "^2.0.0",
|
|
"hookable": "^5.1.1",
|
|
"ignore": "^5.2.0",
|
|
"mlly": "^0.4.0",
|
|
"murmurhash-es": "^0.1.1",
|
|
"nuxi": "3.0.0",
|
|
"ohmyfetch": "^0.4.15",
|
|
"pathe": "^0.2.0",
|
|
"scule": "^0.2.1",
|
|
"ufo": "^0.7.9",
|
|
"unplugin": "^0.3.2",
|
|
"vue": "^3.2.29",
|
|
"vue-router": "^4.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/hash-sum": "^1.0.0",
|
|
"unbuild": "latest",
|
|
"vue-meta": "next"
|
|
},
|
|
"engines": {
|
|
"node": "^14.16.0 || ^16.11.0 || ^17.0.0"
|
|
}
|
|
}
|