UNPKG

nuxt

Version:

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.

174 lines 4.55 kB
{ "name": "nuxt", "version": "4.5.1", "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": "./schema.js", "./kit": "./kit.js", "./meta": "./meta.js", "./app": "./dist/app/index.js", "./entry": "./dist/runtime/server/entry.js", "./manifest": "./dist/runtime/server/manifest.js", "./precomputed": "./dist/runtime/server/precomputed.js", "./styles": "./dist/runtime/server/styles.js", "./entry-chunk": "./dist/runtime/server/entry-chunk.js", "./entry-ids": "./dist/runtime/server/entry-ids.js", "./package.json": "./package.json" }, "typesVersions": { "*": { "entry": [ "./dist/runtime/server/entry.d.ts" ], "manifest": [ "./dist/runtime/server/manifest.d.ts" ], "precomputed": [ "./dist/runtime/server/precomputed.d.ts" ], "styles": [ "./dist/runtime/server/styles.d.ts" ], "entry-chunk": [ "./dist/runtime/server/entry-chunk.d.ts" ], "entry-ids": [ "./dist/runtime/server/entry-ids.d.ts" ] } }, "imports": { "#app": "./dist/app/index.js", "#app/nuxt": "./dist/app/nuxt.js", "#unhead/composables": "./dist/head/runtime/composables.js", "#pages/composables": "./dist/pages/runtime/composables.js" }, "files": [ "app.d.ts", "bin", "types.d.ts", "types.d.mts", "dist", "config.*", "kit.*", "meta.*", "schema.*" ], "dependencies": { "@dxup/nuxt": "^0.5.3", "@nuxt/cli": "^3.37.0", "@nuxt/devtools": "^3.3.1", "@nuxt/telemetry": "^2.8.0", "@unhead/vue": "^3.2.3", "@vue/shared": "^3.5.40", "chokidar": "^5.0.0", "compatx": "^0.2.0", "consola": "^3.4.2", "cookie-es": "^3.1.1", "defu": "^6.1.7", "devalue": "^5.8.2", "errx": "^0.1.0", "escape-string-regexp": "^5.0.0", "exsolve": "^1.1.0", "fnv1a-64": "^0.1.1", "hookable": "^6.1.1", "ignore": "^7.0.6", "impound": "^1.1.6", "jiti": "^2.7.0", "klona": "^2.0.6", "knitwork": "^1.3.0", "magic-string": "^1.0.0", "mlly": "^1.8.2", "nanotar": "^0.3.0", "nostics": "^1.2.0", "nypm": "^0.6.8", "object-identity": "^0.2.3", "ofetch": "^1.5.1", "ohash": "^2.0.11", "on-change": "^6.0.2", "oxc-walker": "^1.0.0", "pathe": "^2.0.3", "perfect-debounce": "^2.1.0", "picomatch": "^4.0.5", "pkg-types": "^2.3.1", "rolldown": "^1.2.0", "rolldown-string": "^0.3.1", "rou3": "^0.9.1", "scule": "^1.3.0", "std-env": "^4.2.0", "tinyglobby": "^0.2.17", "ufo": "^1.6.4", "ultrahtml": "^1.7.0", "uncrypto": "^0.1.3", "unctx": "^3.0.0", "undici": "^8.8.0", "unhead": "^3.2.3", "unimport": "^6.3.1", "unplugin": "^3.3.0", "unrouting": "^0.2.2", "untyped": "^2.0.0", "verkit": "^0.2.0", "vue": "^3.5.40", "vue-router": "^5.2.0", "@nuxt/kit": "4.5.1", "@nuxt/nitro-server": "4.5.1", "@nuxt/schema": "4.5.1", "@nuxt/vite-builder": "4.5.1" }, "devDependencies": { "@nuxt/scripts": "1.3.2", "@parcel/watcher": "2.6.0", "@types/estree": "1.0.9", "@types/picomatch": "4.0.3", "@vitejs/plugin-vue": "^6.0.8", "@vitejs/plugin-vue-jsx": "^5.1.6", "@vue/compiler-sfc": "3.5.40", "tsdown": "0.22.0", "typescript": "6.0.3", "vite": "^8.1.5", "vitest": "4.1.10", "vue-bundle-renderer": "^2.3.1", "vue-sfc-transformer": "0.2.3" }, "peerDependencies": { "@parcel/watcher": "^2.1.0", "@types/node": ">=18.12.0" }, "peerDependenciesMeta": { "@parcel/watcher": { "optional": true }, "@types/node": { "optional": true } }, "engines": { "node": "^22.19.0 || ^24.11.0 || >=26.0.0" }, "scripts": { "build": "tsdown", "test:attw": "node ../../scripts/test-attw.ts" } }