Nuxt/packages/nuxt/package.json

82 lines
1.9 KiB
JSON

{
"name": "nuxt",
"version": "3.0.0-rc.3",
"repository": "nuxt/framework",
"license": "MIT",
"type": "module",
"main": "./dist/index.mjs",
"types": "./types.d.ts",
"bin": {
"nuxi": "./bin/nuxt.mjs",
"nuxt": "./bin/nuxt.mjs"
},
"exports": {
".": "./dist/index.mjs",
"./app": "./dist/app/index.mjs",
"./package.json": "./package.json"
},
"imports": {
"#app": "./dist/app/index.mjs",
"#head": "./dist/head/runtime/index.mjs",
"#pages": "./dist/pages/runtime/index.mjs"
},
"files": [
"app.d.ts",
"bin",
"types.d.ts",
"dist"
],
"scripts": {
"prepack": "unbuild"
},
"dependencies": {
"@nuxt/devalue": "^2.0.0",
"@nuxt/kit": "^3.0.0-rc.3",
"@nuxt/schema": "^3.0.0-rc.3",
"@nuxt/telemetry": "^2.1.3",
"@nuxt/ui-templates": "^0.1.1",
"@nuxt/vite-builder": "^3.0.0-rc.3",
"@vue/reactivity": "^3.2.37",
"@vue/shared": "^3.2.37",
"@vueuse/head": "^0.7.6",
"chokidar": "^3.5.3",
"cookie-es": "^0.5.0",
"defu": "^6.0.0",
"destr": "^1.1.1",
"escape-string-regexp": "^5.0.0",
"fs-extra": "^10.1.0",
"globby": "^13.1.1",
"h3": "^0.7.8",
"hash-sum": "^2.0.0",
"hookable": "^5.1.1",
"knitwork": "^0.1.1",
"magic-string": "^0.26.2",
"mlly": "^0.5.2",
"nitropack": "^0.4.4",
"nuxi": "^3.0.0-rc.3",
"ohash": "^0.1.0",
"ohmyfetch": "^0.4.18",
"pathe": "^0.3.0",
"perfect-debounce": "^0.1.3",
"scule": "^0.2.1",
"ufo": "^0.8.4",
"unctx": "^1.1.4",
"unenv": "^0.5.2",
"unimport": "^0.2.6",
"unplugin": "^0.7.0",
"untyped": "^0.4.4",
"vue": "^3.2.37",
"vue-bundle-renderer": "^0.3.8",
"vue-router": "^4.0.15"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/hash-sum": "^1.0.0",
"unbuild": "latest",
"vue-meta": "next"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0"
}
}