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.

141 lines 3.53 kB
{ "name": "nuxt", "version": "4.3.0", "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", "./package.json": "./package.json" }, "imports": { "#app": "./dist/app/index.js", "#app/nuxt": "./dist/app/nuxt.js", "#unhead/composables": "./dist/head/runtime/composables.js" }, "files": [ "app.d.ts", "bin", "types.d.ts", "types.d.mts", "dist", "config.*", "kit.*", "meta.*", "schema.*" ], "dependencies": { "@dxup/nuxt": "^0.3.2", "@nuxt/cli": "^3.32.0", "@nuxt/devtools": "^3.1.1", "@nuxt/telemetry": "^2.6.6", "@unhead/vue": "^2.1.2", "@vue/shared": "^3.5.27", "c12": "^3.3.3", "chokidar": "^5.0.0", "compatx": "^0.2.0", "consola": "^3.4.2", "cookie-es": "^2.0.0", "defu": "^6.1.4", "destr": "^2.0.5", "devalue": "^5.6.2", "errx": "^0.1.0", "escape-string-regexp": "^5.0.0", "exsolve": "^1.0.8", "h3": "^1.15.5", "hookable": "^5.5.3", "ignore": "^7.0.5", "impound": "^1.0.0", "jiti": "^2.6.1", "klona": "^2.0.6", "knitwork": "^1.3.0", "magic-string": "^0.30.21", "mlly": "^1.8.0", "nanotar": "^0.2.0", "nypm": "^0.6.2", "ofetch": "^1.5.1", "ohash": "^2.0.11", "on-change": "^6.0.1", "oxc-minify": "^0.110.0", "oxc-parser": "^0.110.0", "oxc-transform": "^0.110.0", "oxc-walker": "^0.7.0", "pathe": "^2.0.3", "perfect-debounce": "^2.0.0", "pkg-types": "^2.3.0", "rou3": "^0.7.12", "scule": "^1.3.0", "semver": "^7.7.3", "std-env": "^3.10.0", "tinyglobby": "^0.2.15", "ufo": "^1.6.3", "ultrahtml": "^1.6.0", "uncrypto": "^0.1.3", "unctx": "^2.5.0", "unimport": "^5.6.0", "unplugin": "^2.3.11", "unplugin-vue-router": "^0.19.2", "untyped": "^2.0.0", "vue": "^3.5.27", "vue-router": "^4.6.4", "@nuxt/kit": "4.3.0", "@nuxt/nitro-server": "4.3.0", "@nuxt/schema": "4.3.0", "@nuxt/vite-builder": "4.3.0" }, "devDependencies": { "@nuxt/scripts": "0.13.2", "@parcel/watcher": "2.5.4", "@types/estree": "1.0.8", "@vitejs/plugin-vue": "6.0.3", "@vitejs/plugin-vue-jsx": "5.1.3", "@vue/compiler-sfc": "3.5.27", "unbuild": "3.6.1", "vite": "7.3.1", "vitest": "3.2.4", "vue-bundle-renderer": "2.2.0", "vue-sfc-transformer": "0.1.17" }, "peerDependencies": { "@parcel/watcher": "^2.1.0", "@types/node": ">=18.12.0" }, "peerDependenciesMeta": { "@parcel/watcher": { "optional": true }, "@types/node": { "optional": true } }, "engines": { "node": "^20.19.0 || >=22.12.0" }, "scripts": { "build:stub": "unbuild --stub", "test:attw": "attw --pack" } }