{
  "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",
    "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": {
    "@nuxt/kit": "workspace:*",
    "@nuxt/rspack-builder": "workspace:*",
    "@nuxt/schema": "workspace:*",
    "@nuxt/vite-builder": "workspace:*",
    "@nuxt/webpack-builder": "workspace:*",
    "@types/node": "22.10.2",
    "@unhead/dom": "1.11.14",
    "@unhead/schema": "1.11.14",
    "@unhead/shared": "1.11.14",
    "@unhead/ssr": "1.11.14",
    "@unhead/vue": "1.11.14",
    "@vue/compiler-core": "3.5.13",
    "@vue/compiler-dom": "3.5.13",
    "@vue/shared": "3.5.13",
    "c12": "2.0.1",
    "h3": "npm:h3-nightly@2.0.0-1718872656.6765a6e",
    "jiti": "2.4.1",
    "magic-string": "^0.30.17",
    "nitro": "npm:nitro-nightly@3.0.0-beta-28796231.359af68d",
    "nuxt": "workspace:*",
    "ohash": "1.1.4",
    "postcss": "8.4.49",
    "rollup": "4.28.1",
    "send": ">=1.1.0",
    "typescript": "5.6.3",
    "ufo": "1.5.4",
    "unbuild": "3.0.1",
    "unhead": "1.11.14",
    "unimport": "3.14.5",
    "vite": "6.0.3",
    "vue": "3.5.13"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "0.17.1",
    "@nuxt/eslint-config": "0.7.3",
    "@nuxt/kit": "workspace:*",
    "@nuxt/rspack-builder": "workspace:*",
    "@nuxt/test-utils": "3.15.1",
    "@nuxt/webpack-builder": "workspace:*",
    "@testing-library/vue": "8.1.0",
    "@types/node": "22.10.2",
    "@types/semver": "7.5.8",
    "@unhead/schema": "1.11.14",
    "@unhead/vue": "1.11.14",
    "@vitest/coverage-v8": "2.1.8",
    "@vue/test-utils": "2.4.6",
    "autoprefixer": "10.4.20",
    "case-police": "0.7.2",
    "changelogen": "0.5.7",
    "consola": "3.2.3",
    "cssnano": "7.0.6",
    "destr": "2.0.3",
    "devalue": "5.1.1",
    "eslint": "9.17.0",
    "eslint-plugin-no-only-tests": "3.3.0",
    "eslint-plugin-perfectionist": "4.3.0",
    "eslint-typegen": "0.3.2",
    "h3": "npm:h3-nightly@2.0.0-1718872656.6765a6e",
    "happy-dom": "15.11.7",
    "installed-check": "9.3.0",
    "jiti": "2.4.1",
    "knip": "5.40.0",
    "markdownlint-cli": "0.43.0",
    "memfs": "~4.14.1",
    "nitro": "npm:nitro-nightly@3.0.0-beta-28796231.359af68d",
    "nuxi": "3.16.0",
    "nuxt": "workspace:*",
    "nuxt-content-twoslash": "0.1.2",
    "ofetch": "1.4.1",
    "pathe": "1.1.2",
    "playwright-core": "1.49.1",
    "semver": "7.6.3",
    "sherif": "1.1.1",
    "std-env": "3.8.0",
    "tinyexec": "0.3.1",
    "tinyglobby": "0.2.10",
    "typescript": "5.6.3",
    "ufo": "1.5.4",
    "vitest": "2.1.8",
    "vitest-environment-nuxt": "1.0.1",
    "vue": "3.5.13",
    "vue-tsc": "2.1.10",
    "webpack": "5.96.1"
  },
  "packageManager": "pnpm@9.15.0",
  "engines": {
    "node": "^18.20.4 || ^20.9.0 || ^22.0.0 || >=23.0.0"
  },
  "version": ""
}