{
  "name": "nuxt",
  "version": "3.15.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": {
      "types": "./schema.d.ts",
      "import": "./schema.js"
    },
    "./kit": {
      "types": "./kit.d.ts",
      "import": "./kit.js"
    },
    "./app": {
      "types": "./dist/app/index.d.ts",
      "import": "./dist/app/index.js"
    },
    "./app/defaults": {
      "types": "./dist/app/defaults.d.ts",
      "import": "./dist/app/defaults.js"
    },
    "./package.json": "./package.json"
  },
  "imports": {
    "#app": {
      "types": "./dist/app/index.d.ts",
      "import": "./dist/app/index.js"
    },
    "#app/nuxt": {
      "types": "./dist/app/nuxt.d.ts",
      "import": "./dist/app/nuxt.js"
    }
  },
  "files": [
    "app/defaults.d.ts",
    "app.d.ts",
    "bin",
    "types.d.ts",
    "types.d.mts",
    "dist",
    "config.*",
    "kit.*",
    "schema.*"
  ],
  "scripts": {
    "prepack": "unbuild",
    "test:attw": "attw --pack"
  },
  "dependencies": {
    "@nuxt/cli": "^3.20.0",
    "@nuxt/devalue": "^2.0.2",
    "@nuxt/devtools": "^1.7.0",
    "@nuxt/kit": "workspace:*",
    "@nuxt/schema": "workspace:*",
    "@nuxt/telemetry": "^2.6.4",
    "@nuxt/vite-builder": "workspace:*",
    "@unhead/dom": "^1.11.18",
    "@unhead/shared": "^1.11.18",
    "@unhead/ssr": "^1.11.18",
    "@unhead/vue": "^1.11.18",
    "@vue/shared": "^3.5.13",
    "acorn": "8.14.0",
    "c12": "^2.0.1",
    "chokidar": "^4.0.3",
    "compatx": "^0.1.8",
    "consola": "^3.4.0",
    "cookie-es": "^1.2.2",
    "defu": "^6.1.4",
    "destr": "^2.0.3",
    "devalue": "^5.1.1",
    "errx": "^0.1.0",
    "esbuild": "^0.24.2",
    "escape-string-regexp": "^5.0.0",
    "estree-walker": "^3.0.3",
    "globby": "^14.0.2",
    "h3": "^1.13.1",
    "hookable": "^5.5.3",
    "ignore": "^7.0.3",
    "impound": "^0.2.0",
    "jiti": "^2.4.2",
    "klona": "^2.0.6",
    "knitwork": "^1.2.0",
    "magic-string": "^0.30.17",
    "mlly": "^1.7.4",
    "nanotar": "^0.1.1",
    "nitropack": "^2.10.4",
    "nypm": "^0.4.1",
    "ofetch": "^1.4.1",
    "ohash": "^1.1.4",
    "pathe": "^2.0.1",
    "perfect-debounce": "^1.0.0",
    "pkg-types": "^1.3.1",
    "radix3": "^1.1.2",
    "scule": "^1.3.0",
    "semver": "^7.6.3",
    "std-env": "^3.8.0",
    "strip-literal": "^3.0.0",
    "tinyglobby": "0.2.10",
    "ufo": "^1.5.4",
    "ultrahtml": "^1.5.3",
    "uncrypto": "^0.1.3",
    "unctx": "^2.4.1",
    "unenv": "^1.10.0",
    "unhead": "^1.11.18",
    "unimport": "^3.14.6",
    "unplugin": "^2.1.2",
    "unplugin-vue-router": "^0.10.9",
    "unstorage": "^1.14.4",
    "untyped": "^1.5.2",
    "vue": "^3.5.13",
    "vue-bundle-renderer": "^2.1.1",
    "vue-devtools-stub": "^0.1.0",
    "vue-router": "^4.5.0"
  },
  "devDependencies": {
    "@nuxt/scripts": "0.9.5",
    "@parcel/watcher": "2.5.0",
    "@types/estree": "1.0.6",
    "@vitejs/plugin-vue": "5.2.1",
    "@vue/compiler-sfc": "3.5.13",
    "unbuild": "latest",
    "vite": "6.0.7",
    "vitest": "2.1.8"
  },
  "peerDependencies": {
    "@parcel/watcher": "^2.1.0",
    "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  },
  "peerDependenciesMeta": {
    "@parcel/watcher": {
      "optional": true
    },
    "@types/node": {
      "optional": true
    }
  },
  "engines": {
    "node": "^18.20.5 || ^20.9.0 || >=22.0.0"
  }
}