{ "name": "nuxt", "version": "3.2.0", "repository": "nuxt/nuxt", "license": "MIT", "type": "module", "main": "./dist/index.mjs", "types": "./types.d.ts", "bin": { "nuxi": "./bin/nuxt.mjs", "nuxt": "./bin/nuxt.mjs" }, "exports": { ".": "./dist/index.mjs", "./config": { "types": "./config.d.ts", "import": "./config.mjs", "require": "./config.cjs" }, "./schema": { "types": "./schema.d.ts", "import": "./schema.mjs" }, "./app": "./dist/app/index.mjs", "./package.json": "./package.json" }, "imports": { "#app": "./dist/app/index.mjs", "#head": "./dist/head/runtime/index.mjs", "#pages": "./dist/pages/runtime/index.mjs" }, "files": [ "app.d.ts", "bin", "types.d.ts", "dist", "config.*", "schema.*" ], "scripts": { "prepack": "unbuild" }, "dependencies": { "@nuxt/devalue": "^2.0.0", "@nuxt/kit": "3.2.0", "@nuxt/schema": "3.2.0", "@nuxt/telemetry": "^2.1.9", "@nuxt/ui-templates": "^1.1.1", "@nuxt/vite-builder": "3.2.0", "@unhead/ssr": "^1.0.22", "@vue/reactivity": "^3.2.47", "@vue/shared": "^3.2.47", "@vueuse/head": "^1.0.26", "chokidar": "^3.5.3", "cookie-es": "^0.5.0", "defu": "^6.1.2", "destr": "^1.2.2", "escape-string-regexp": "^5.0.0", "estree-walker": "^3.0.3", "fs-extra": "^11.1.0", "globby": "^13.1.3", "h3": "^1.4.0", "hash-sum": "^2.0.0", "hookable": "^5.4.2", "jiti": "^1.17.0", "knitwork": "^1.0.0", "magic-string": "^0.29.0", "mlly": "^1.1.0", "nitropack": "^2.2.1", "nuxi": "3.2.0", "ofetch": "^1.0.0", "ohash": "^1.0.0", "pathe": "^1.1.0", "perfect-debounce": "^0.1.3", "scule": "^1.0.0", "strip-literal": "^1.0.1", "ufo": "^1.0.1", "unctx": "^2.1.2", "unenv": "^1.1.1", "unhead": "^1.0.22", "unimport": "^2.2.4", "unplugin": "^1.1.0", "untyped": "^1.2.2", "vue": "^3.2.47", "vue-bundle-renderer": "^1.0.1", "vue-devtools-stub": "^0.1.0", "vue-router": "^4.1.6" }, "devDependencies": { "@types/fs-extra": "^11.0.1", "@types/hash-sum": "^1.0.0", "unbuild": "latest" }, "engines": { "node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }