mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
85f0547ca4
Co-authored-by: Pooya Parsa <pyapar@gmail.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.26",
|
|
"@vue/shared": "^3.2.26",
|
|
"@vueuse/head": "^0.7.4",
|
|
"chokidar": "^3.5.2",
|
|
"consola": "^2.15.3",
|
|
"cookie-es": "^0.5.0",
|
|
"defu": "^5.0.0",
|
|
"destr": "^1.1.0",
|
|
"globby": "^11.0.4",
|
|
"h3": "^0.3.8",
|
|
"hash-sum": "^2.0.0",
|
|
"hookable": "^5.0.0",
|
|
"ignore": "^5.2.0",
|
|
"mlly": "^0.3.16",
|
|
"murmurhash-es": "^0.1.1",
|
|
"nuxi": "3.0.0",
|
|
"ohmyfetch": "^0.4.11",
|
|
"pathe": "^0.2.0",
|
|
"scule": "^0.2.1",
|
|
"ufo": "^0.7.9",
|
|
"unplugin": "^0.2.21",
|
|
"vue": "^3.2.26",
|
|
"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"
|
|
}
|
|
}
|