mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
ba940719fe
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
93 lines
2.2 KiB
JSON
93 lines
2.2 KiB
JSON
{
|
|
"name": "nuxt",
|
|
"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"
|
|
},
|
|
"exports": {
|
|
".": "./dist/index.mjs",
|
|
"./config": {
|
|
"import": "./config.mjs",
|
|
"require": "./config.cjs",
|
|
"types": "./config.d.ts"
|
|
},
|
|
"./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",
|
|
"config.*"
|
|
],
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/devalue": "^2.0.0",
|
|
"@nuxt/kit": "3.0.0",
|
|
"@nuxt/schema": "3.0.0",
|
|
"@nuxt/telemetry": "^2.1.8",
|
|
"@nuxt/ui-templates": "^1.1.0",
|
|
"@nuxt/vite-builder": "3.0.0",
|
|
"@vue/reactivity": "^3.2.45",
|
|
"@vue/shared": "^3.2.45",
|
|
"@vueuse/head": "^1.0.22",
|
|
"unhead": "^1.0.15",
|
|
"@unhead/ssr": "^1.0.15",
|
|
"chokidar": "^3.5.3",
|
|
"cookie-es": "^0.5.0",
|
|
"defu": "^6.1.1",
|
|
"destr": "^1.2.2",
|
|
"escape-string-regexp": "^5.0.0",
|
|
"estree-walker": "^3.0.2",
|
|
"fs-extra": "^11.1.0",
|
|
"globby": "^13.1.3",
|
|
"h3": "^1.0.2",
|
|
"hash-sum": "^2.0.0",
|
|
"hookable": "^5.4.2",
|
|
"knitwork": "^1.0.0",
|
|
"magic-string": "^0.27.0",
|
|
"mlly": "^1.1.0",
|
|
"nitropack": "npm:nitropack-edge@2.0.0-27894171.0638f64",
|
|
"nuxi": "3.0.0",
|
|
"ohash": "^1.0.0",
|
|
"ofetch": "^1.0.0",
|
|
"pathe": "^1.0.0",
|
|
"perfect-debounce": "^0.1.3",
|
|
"scule": "^1.0.0",
|
|
"strip-literal": "^1.0.0",
|
|
"ufo": "^1.0.1",
|
|
"ultrahtml": "^1.2.0",
|
|
"unctx": "^2.1.1",
|
|
"unenv": "^1.0.1",
|
|
"unimport": "^1.2.0",
|
|
"unplugin": "^1.0.1",
|
|
"untyped": "^1.2.1",
|
|
"vue": "^3.2.45",
|
|
"vue-bundle-renderer": "^1.0.0",
|
|
"vue-devtools-stub": "^0.1.0",
|
|
"vue-router": "^4.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^11.0.1",
|
|
"@types/hash-sum": "^1.0.0",
|
|
"unbuild": "latest"
|
|
},
|
|
"engines": {
|
|
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
}
|
|
}
|