{
  "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",
    "cleanup": "rimraf 'packages/**/node_modules' 'playground/node_modules' 'node_modules'",
    "dev": "pnpm play",
    "dev:prepare": "pnpm --filter './packages/**' prepack --stub",
    "lint": "eslint --ext .vue,.ts,.js,.mjs .",
    "lint:fix": "eslint --ext .vue,.ts,.js,.mjs . --fix",
    "lint:docs": "markdownlint ./docs && case-police 'docs/**/*.md' *.md",
    "lint:docs:fix": "markdownlint ./docs --fix && case-police 'docs/**/*.md' *.md --fix",
    "lint:knip": "pnpx knip",
    "play": "nuxi dev playground",
    "play:build": "nuxi build 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 --coverage",
    "test:types": "pnpm --filter './test/fixtures/**' test:types",
    "test:unit": "vitest run packages/ --coverage",
    "typecheck": "tsc --noEmit",
    "typecheck:docs": "DOCS_TYPECHECK=true pnpm nuxi prepare && nuxt-content-twoslash verify --content-dir docs"
  },
  "resolutions": {
    "@nuxt/kit": "workspace:*",
    "@nuxt/schema": "workspace:*",
    "@nuxt/vite-builder": "workspace:*",
    "@nuxt/webpack-builder": "workspace:*",
    "rollup": "^4.12.1",
    "nuxt": "workspace:*",
    "vite": "5.1.5",
    "vue": "3.4.21",
    "magic-string": "^0.30.8"
  },
  "devDependencies": {
    "@codspeed/vitest-plugin": "3.1.0",
    "@nuxt/eslint-config": "0.2.0",
    "@nuxt/kit": "workspace:*",
    "@nuxt/test-utils": "3.11.0",
    "@nuxt/webpack-builder": "workspace:*",
    "@testing-library/vue": "8.0.2",
    "@types/fs-extra": "11.0.4",
    "@types/node": "20.11.25",
    "@types/semver": "7.5.8",
    "@vitest/coverage-v8": "1.3.1",
    "@vue/test-utils": "2.4.4",
    "case-police": "0.6.1",
    "changelogen": "0.5.5",
    "consola": "3.2.3",
    "devalue": "4.3.2",
    "eslint": "8.57.0",
    "eslint-config-standard": "17.1.0",
    "eslint-plugin-import": "2.29.1",
    "eslint-plugin-jsdoc": "48.2.1",
    "eslint-plugin-no-only-tests": "3.1.0",
    "eslint-plugin-unicorn": "51.0.1",
    "execa": "8.0.1",
    "fs-extra": "11.2.0",
    "globby": "14.0.1",
    "h3": "1.11.1",
    "happy-dom": "13.7.3",
    "jiti": "1.21.0",
    "markdownlint-cli": "0.39.0",
    "nitropack": "2.9.3",
    "nuxi": "3.10.1",
    "nuxt": "workspace:*",
    "nuxt-content-twoslash": "0.0.10",
    "ofetch": "1.3.3",
    "pathe": "1.1.2",
    "playwright-core": "1.42.1",
    "rimraf": "5.0.5",
    "semver": "7.6.0",
    "std-env": "3.7.0",
    "typescript": "5.4.2",
    "ufo": "1.4.0",
    "vitest": "1.3.1",
    "vitest-environment-nuxt": "1.0.0",
    "vue": "3.4.21",
    "vue-eslint-parser": "9.4.2",
    "vue-router": "4.3.0",
    "vue-tsc": "2.0.6"
  },
  "packageManager": "pnpm@8.15.4",
  "engines": {
    "node": "^14.18.0 || >=16.10.0"
  },
  "version": ""
}