{
  "name": "nuxt-framework",
  "private": true,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt/nuxt.git"
  },
  "license": "MIT",
  "type": "module",
  "scripts": {
    "build": "pnpm --filter './packages/**' prepack",
    "build:stub": "pnpm dev:prepare",
    "dev": "pnpm play",
    "dev:prepare": "pnpm --filter './packages/**' prepack --stub && pnpm --filter './packages/ui-templates' build",
    "debug:prepare": "TIMINGS_DEBUG=true pnpm dev:prepare",
    "debug:build": "TIMINGS_DEBUG=true pnpm build",
    "debug:dev": "rm -rf **/node_modules/.cache/jiti && pnpm nuxi dev",
    "lint": "eslint . --cache",
    "lint:fix": "eslint . --cache --fix",
    "lint:docs": "markdownlint ./docs && case-police 'docs/**/*.md' *.md",
    "lint:docs:fix": "markdownlint ./docs --fix && case-police 'docs/**/*.md' *.md --fix",
    "lint:knip": "knip",
    "play": "nuxi dev playground",
    "play:build": "nuxi build playground",
    "play:generate": "nuxi generate playground",
    "play:preview": "nuxi preview playground",
    "test": "pnpm test:fixtures && pnpm test:fixtures:dev && pnpm test:fixtures:webpack && pnpm test:unit && pnpm test:runtime && pnpm test:types && pnpm typecheck",
    "test:prepare": "jiti ./test/prepare.ts",
    "test:fixtures": "pnpm test:prepare && vitest run --dir test",
    "test:fixtures:dev": "TEST_ENV=dev pnpm test:fixtures",
    "test:fixtures:webpack": "TEST_BUILDER=webpack pnpm test:fixtures",
    "test:runtime": "vitest -c vitest.nuxt.config.ts",
    "test:types": "pnpm --filter './test/fixtures/**' test:types",
    "test:unit": "vitest run packages/",
    "test:attw": "pnpm --filter './packages/**' test:attw",
    "typecheck": "tsc --noEmit",
    "typecheck:docs": "DOCS_TYPECHECK=true pnpm nuxi prepare && nuxt-content-twoslash verify --content-dir docs --languages html"
  },
  "resolutions": {
    "@babel/core": "7.26.0",
    "@babel/helper-plugin-utils": "7.26.5",
    "@nuxt/cli": "3.20.0",
    "@nuxt/kit": "workspace:*",
    "@nuxt/rspack-builder": "workspace:*",
    "@nuxt/schema": "workspace:*",
    "@nuxt/vite-builder": "workspace:*",
    "@nuxt/webpack-builder": "workspace:*",
    "@types/node": "22.10.10",
    "@unhead/dom": "1.11.18",
    "@unhead/schema": "1.11.18",
    "@unhead/shared": "1.11.18",
    "@unhead/ssr": "1.11.18",
    "@unhead/vue": "1.11.18",
    "@vue/compiler-core": "3.5.13",
    "@vue/compiler-dom": "3.5.13",
    "@vue/shared": "3.5.13",
    "magic-string": "^0.30.17",
    "memfs": "4.14.1",
    "nuxt": "workspace:*",
    "ohash": "1.1.4",
    "postcss": "8.5.1",
    "rollup": "4.31.0",
    "send": ">=1.1.0",
    "typescript": "5.7.3",
    "ufo": "1.5.4",
    "unhead": "1.11.18",
    "unimport": "4.0.0",
    "vite": "6.0.11",
    "vue": "3.5.13",
    "webpack": "5.96.1"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "0.17.3",
    "@babel/core": "7.26.0",
    "@babel/helper-plugin-utils": "7.26.5",
    "@codspeed/vitest-plugin": "4.0.0",
    "@nuxt/cli": "3.20.0",
    "@nuxt/eslint-config": "0.7.5",
    "@nuxt/kit": "workspace:*",
    "@nuxt/rspack-builder": "workspace:*",
    "@nuxt/test-utils": "3.15.4",
    "@nuxt/webpack-builder": "workspace:*",
    "@testing-library/vue": "8.1.0",
    "@types/babel__core": "7.20.5",
    "@types/babel__helper-plugin-utils": "7.10.3",
    "@types/node": "22.10.10",
    "@types/semver": "7.5.8",
    "@unhead/schema": "1.11.18",
    "@unhead/vue": "1.11.18",
    "@vitest/coverage-v8": "3.0.4",
    "@vue/test-utils": "2.4.6",
    "acorn": "8.14.0",
    "autoprefixer": "10.4.20",
    "case-police": "0.7.2",
    "changelogen": "0.5.7",
    "consola": "3.4.0",
    "cssnano": "7.0.6",
    "destr": "2.0.3",
    "devalue": "5.1.1",
    "eslint": "9.18.0",
    "eslint-plugin-no-only-tests": "3.3.0",
    "eslint-plugin-perfectionist": "4.7.0",
    "eslint-typegen": "1.0.0",
    "estree-walker": "3.0.3",
    "h3": "1.14.0",
    "happy-dom": "16.7.2",
    "installed-check": "9.3.0",
    "jiti": "2.4.2",
    "knip": "5.43.1",
    "magic-string": "0.30.17",
    "markdownlint-cli": "0.43.0",
    "memfs": "4.14.1",
    "nitropack": "2.10.4",
    "nuxt": "workspace:*",
    "nuxt-content-twoslash": "0.1.2",
    "ofetch": "1.4.1",
    "pathe": "2.0.2",
    "pkg-pr-new": "0.0.39",
    "playwright-core": "1.50.0",
    "rollup": "4.31.0",
    "semver": "7.6.3",
    "sherif": "1.1.1",
    "std-env": "3.8.0",
    "tinyexec": "0.3.2",
    "tinyglobby": "0.2.10",
    "ts-blank-space": "0.5.0",
    "typescript": "5.7.3",
    "ufo": "1.5.4",
    "unbuild": "3.3.1",
    "vitest": "3.0.4",
    "vitest-environment-nuxt": "1.0.1",
    "vue": "3.5.13",
    "vue-tsc": "2.2.0",
    "webpack": "5.96.1"
  },
  "packageManager": "pnpm@9.15.4",
  "version": ""
}