mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
b3aaa57811
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
145 lines
3.4 KiB
JSON
145 lines
3.4 KiB
JSON
{
|
|
"name": "nuxt",
|
|
"version": "3.11.2",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
"directory": "packages/nuxt"
|
|
},
|
|
"homepage": "https://nuxt.com",
|
|
"description": "Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"types": "./types.d.ts",
|
|
"bin": {
|
|
"nuxi": "bin/nuxt.mjs",
|
|
"nuxt": "bin/nuxt.mjs"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./types.d.mts",
|
|
"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",
|
|
"types.d.mts",
|
|
"dist",
|
|
"config.*",
|
|
"kit.*",
|
|
"schema.*"
|
|
],
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/devalue": "^2.0.2",
|
|
"@nuxt/devtools": "^1.3.1",
|
|
"@nuxt/kit": "workspace:*",
|
|
"@nuxt/schema": "workspace:*",
|
|
"@nuxt/telemetry": "^2.5.4",
|
|
"@nuxt/vite-builder": "workspace:*",
|
|
"@unhead/dom": "^1.9.10",
|
|
"@unhead/ssr": "^1.9.10",
|
|
"@unhead/vue": "^1.9.10",
|
|
"@vue/shared": "^3.4.27",
|
|
"acorn": "8.11.3",
|
|
"c12": "^1.10.0",
|
|
"chokidar": "^3.6.0",
|
|
"cookie-es": "^1.1.0",
|
|
"defu": "^6.1.4",
|
|
"destr": "^2.0.3",
|
|
"devalue": "^5.0.0",
|
|
"esbuild": "^0.21.3",
|
|
"escape-string-regexp": "^5.0.0",
|
|
"estree-walker": "^3.0.3",
|
|
"fs-extra": "^11.2.0",
|
|
"globby": "^14.0.1",
|
|
"h3": "^1.11.1",
|
|
"hookable": "^5.5.3",
|
|
"ignore": "^5.3.1",
|
|
"jiti": "^1.21.0",
|
|
"klona": "^2.0.6",
|
|
"knitwork": "^1.1.0",
|
|
"magic-string": "^0.30.10",
|
|
"mlly": "^1.7.0",
|
|
"nitropack": "^2.9.6",
|
|
"nuxi": "^3.11.1",
|
|
"nypm": "^0.3.8",
|
|
"ofetch": "^1.3.4",
|
|
"ohash": "^1.1.3",
|
|
"pathe": "^1.1.2",
|
|
"perfect-debounce": "^1.0.0",
|
|
"pkg-types": "^1.1.1",
|
|
"radix3": "^1.1.2",
|
|
"scule": "^1.3.0",
|
|
"std-env": "^3.7.0",
|
|
"strip-literal": "^2.1.0",
|
|
"ufo": "^1.5.3",
|
|
"ultrahtml": "^1.5.3",
|
|
"uncrypto": "^0.1.3",
|
|
"unctx": "^2.3.1",
|
|
"unenv": "^1.9.0",
|
|
"unimport": "^3.7.1",
|
|
"unplugin": "^1.10.1",
|
|
"unplugin-vue-router": "^0.7.0",
|
|
"unstorage": "^1.10.2",
|
|
"untyped": "^1.4.2",
|
|
"vue": "^3.4.27",
|
|
"vue-bundle-renderer": "^2.1.0",
|
|
"vue-devtools-stub": "^0.1.0",
|
|
"vue-router": "^4.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/ui-templates": "1.3.3",
|
|
"@parcel/watcher": "2.4.1",
|
|
"@types/estree": "1.0.5",
|
|
"@types/fs-extra": "11.0.4",
|
|
"@vitejs/plugin-vue": "5.0.4",
|
|
"unbuild": "latest",
|
|
"vite": "5.2.11",
|
|
"vitest": "1.6.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@parcel/watcher": "^2.1.0",
|
|
"@types/node": "^14.18.0 || >=16.10.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@parcel/watcher": {
|
|
"optional": true
|
|
},
|
|
"@types/node": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.10.0"
|
|
}
|
|
}
|