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.

142 lines 3.6 kB
{ "name": "nuxt", "version": "4.4.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": "./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", "#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.4.0", "@nuxt/cli": "^3.34.0", "@nuxt/devtools": "^3.2.3", "@nuxt/telemetry": "^2.7.0", "@unhead/vue": "^2.1.12", "@vue/shared": "^3.5.30", "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", "devalue": "^5.6.3", "errx": "^0.1.0", "escape-string-regexp": "^5.0.0", "exsolve": "^1.0.8", "hookable": "^6.0.1", "ignore": "^7.0.5", "impound": "^1.1.5", "jiti": "^2.6.1", "klona": "^2.0.6", "knitwork": "^1.3.0", "magic-string": "^0.30.21", "mlly": "^1.8.1", "nanotar": "^0.3.0", "nypm": "^0.6.5", "ofetch": "^1.5.1", "ohash": "^2.0.11", "on-change": "^6.0.2", "oxc-minify": "^0.117.0", "oxc-parser": "^0.117.0", "oxc-transform": "^0.117.0", "oxc-walker": "^0.7.0", "pathe": "^2.0.3", "perfect-debounce": "^2.1.0", "picomatch": "^4.0.3", "pkg-types": "^2.3.0", "rou3": "^0.8.1", "scule": "^1.3.0", "semver": "^7.7.4", "std-env": "^4.0.0", "tinyglobby": "^0.2.15", "ufo": "^1.6.3", "ultrahtml": "^1.6.0", "uncrypto": "^0.1.3", "unctx": "^2.5.0", "unimport": "^6.0.1", "unplugin": "^3.0.0", "unrouting": "^0.1.5", "untyped": "^2.0.0", "vue": "^3.5.30", "vue-router": "^5.0.3", "@nuxt/nitro-server": "4.4.2", "@nuxt/vite-builder": "4.4.2", "@nuxt/kit": "4.4.2", "@nuxt/schema": "4.4.2" }, "devDependencies": { "@nuxt/scripts": "0.13.2", "@parcel/watcher": "2.5.6", "@types/estree": "1.0.8", "@types/picomatch": "4.0.2", "@vitejs/plugin-vue": "6.0.4", "@vitejs/plugin-vue-jsx": "5.1.4", "@vue/compiler-sfc": "3.5.30", "unbuild": "3.6.1", "vite": "7.3.1", "vitest": "4.0.18", "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" } }