{ "name": "nuxt", "version": "3.0.0-rc.6", "repository": "nuxt/framework", "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", "./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" ], "scripts": { "prepack": "unbuild" }, "dependencies": { "@nuxt/devalue": "^2.0.0", "@nuxt/kit": "^3.0.0-rc.6", "@nuxt/schema": "^3.0.0-rc.6", "@nuxt/telemetry": "^2.1.3", "@nuxt/ui-templates": "^0.3.0", "@nuxt/vite-builder": "^3.0.0-rc.6", "@vue/reactivity": "^3.2.37", "@vue/shared": "^3.2.37", "@vueuse/head": "^0.7.9", "chokidar": "^3.5.3", "cookie-es": "^0.5.0", "defu": "^6.0.0", "destr": "^1.1.1", "escape-string-regexp": "^5.0.0", "fs-extra": "^10.1.0", "globby": "^13.1.2", "h3": "^0.7.13", "hash-sum": "^2.0.0", "hookable": "^5.1.1", "knitwork": "^0.1.2", "magic-string": "^0.26.2", "mlly": "^0.5.7", "nitropack": "^0.4.12", "nuxi": "^3.0.0-rc.6", "ohash": "^0.1.5", "ohmyfetch": "^0.4.18", "pathe": "^0.3.3", "perfect-debounce": "^0.1.3", "scule": "^0.3.2", "strip-literal": "^0.4.0", "ufo": "^0.8.5", "unctx": "^1.1.4", "unenv": "^0.5.2", "unimport": "^0.6.5", "unplugin": "^0.8.1", "untyped": "^0.4.4", "vue": "^3.2.37", "vue-bundle-renderer": "^0.3.9", "vue-router": "^4.1.3" }, "devDependencies": { "@types/fs-extra": "^9.0.13", "@types/hash-sum": "^1.0.0", "unbuild": "latest", "vue-meta": "next" }, "engines": { "node": "^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0" } }