mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
c30b91ada8
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
131 lines
3.0 KiB
JSON
131 lines
3.0 KiB
JSON
{
|
|
"name": "nuxt",
|
|
"version": "3.5.3",
|
|
"repository": "nuxt/nuxt",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"types": "./types.d.ts",
|
|
"bin": {
|
|
"nuxi": "./bin/nuxt.mjs",
|
|
"nuxt": "./bin/nuxt.mjs"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./types.d.ts",
|
|
"import": "./dist/index.mjs"
|
|
},
|
|
"./config": {
|
|
"types": "./config.d.ts",
|
|
"import": "./config.js",
|
|
"require": "./config.cjs"
|
|
},
|
|
"./schema": {
|
|
"types": "./schema.d.ts",
|
|
"import": "./schema.js"
|
|
},
|
|
"./kit": {
|
|
"types": "./kit.d.ts",
|
|
"import": "./kit.js"
|
|
},
|
|
"./app": {
|
|
"types": "./dist/app/index.d.ts",
|
|
"import": "./dist/app/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"imports": {
|
|
"#app": {
|
|
"types": "./dist/app/index.d.ts",
|
|
"import": "./dist/app/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"app.d.ts",
|
|
"bin",
|
|
"types.d.ts",
|
|
"dist",
|
|
"config.*",
|
|
"kit.*",
|
|
"schema.*"
|
|
],
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/devalue": "^2.0.2",
|
|
"@nuxt/kit": "workspace:../kit",
|
|
"@nuxt/schema": "workspace:../schema",
|
|
"@nuxt/telemetry": "^2.2.0",
|
|
"@nuxt/ui-templates": "^1.2.0",
|
|
"@nuxt/vite-builder": "workspace:../vite",
|
|
"@typescript-eslint/typescript-estree": "^5.60.0",
|
|
"@unhead/ssr": "^1.1.27",
|
|
"@unhead/vue": "^1.1.27",
|
|
"@vue/shared": "^3.3.4",
|
|
"c12": "^1.4.2",
|
|
"chokidar": "^3.5.3",
|
|
"cookie-es": "^1.0.0",
|
|
"defu": "^6.1.2",
|
|
"destr": "^2.0.0",
|
|
"devalue": "^4.3.2",
|
|
"escape-string-regexp": "^5.0.0",
|
|
"estree-walker": "^3.0.3",
|
|
"fs-extra": "^11.1.1",
|
|
"globby": "^13.2.0",
|
|
"h3": "^1.7.0",
|
|
"hookable": "^5.5.3",
|
|
"jiti": "^1.18.2",
|
|
"klona": "^2.0.6",
|
|
"knitwork": "^1.0.0",
|
|
"local-pkg": "^0.4.3",
|
|
"magic-string": "^0.30.0",
|
|
"mlly": "^1.4.0",
|
|
"nitropack": "^2.4.1",
|
|
"nuxi": "workspace:../nuxi",
|
|
"nypm": "^0.2.1",
|
|
"ofetch": "^1.1.1",
|
|
"ohash": "^1.1.2",
|
|
"pathe": "^1.1.1",
|
|
"perfect-debounce": "^1.0.0",
|
|
"prompts": "^2.4.2",
|
|
"scule": "^1.0.0",
|
|
"strip-literal": "^1.0.1",
|
|
"ufo": "^1.1.2",
|
|
"ultrahtml": "^1.2.0",
|
|
"uncrypto": "^0.1.3",
|
|
"unctx": "^2.3.1",
|
|
"unenv": "^1.5.1",
|
|
"unimport": "^3.0.8",
|
|
"unplugin": "^1.3.1",
|
|
"unplugin-vue-router": "^0.6.4",
|
|
"untyped": "^1.3.2",
|
|
"vue": "^3.3.4",
|
|
"vue-bundle-renderer": "^1.0.3",
|
|
"vue-devtools-stub": "^0.1.0",
|
|
"vue-router": "^4.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/watcher": "2.1.0",
|
|
"@types/estree": "1.0.1",
|
|
"@types/fs-extra": "11.0.1",
|
|
"@types/prompts": "2.4.4",
|
|
"@vitejs/plugin-vue": "4.2.3",
|
|
"acorn": "8.9.0",
|
|
"unbuild": "latest",
|
|
"vite": "4.3.9",
|
|
"vitest": "0.32.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@parcel/watcher": "^2.1.0",
|
|
"@types/node": "^14.18.0 || >=16.10.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@parcel/watcher": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.10.0"
|
|
}
|
|
}
|