{
  "name": "@nuxt/schema",
  "version": "4.4.2",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt/nuxt.git",
    "directory": "packages/schema"
  },
  "description": "Nuxt types and default configuration",
  "homepage": "https://nuxt.com",
  "license": "MIT",
  "type": "module",
  "types": "./dist/index.d.mts",
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs",
    "./builder-env": "./dist/builder-env.mjs",
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "schema",
    "builder-env.d.ts",
    "env.d.ts"
  ],
  "devDependencies": {
    "@types/pug": "2.0.10",
    "@types/webpack-bundle-analyzer": "4.7.0",
    "@types/webpack-hot-middleware": "2.25.12",
    "@unhead/vue": "2.1.12",
    "@vitejs/plugin-vue": "6.0.4",
    "@vitejs/plugin-vue-jsx": "5.1.4",
    "@vue/compiler-core": "3.5.30",
    "@vue/compiler-sfc": "3.5.30",
    "@vue/language-core": "3.2.5",
    "c12": "3.3.3",
    "chokidar": "5.0.0",
    "compatx": "0.2.0",
    "css-minimizer-webpack-plugin": "8.0.0",
    "esbuild": "0.27.3",
    "esbuild-loader": "4.4.2",
    "file-loader": "6.2.0",
    "h3": "1.15.6",
    "hookable": "6.0.1",
    "ignore": "7.0.5",
    "mini-css-extract-plugin": "2.10.1",
    "obuild": "0.4.32",
    "ofetch": "1.5.1",
    "oxc-transform": "0.117.0",
    "postcss": "8.5.8",
    "rollup-plugin-visualizer": "7.0.1",
    "sass-loader": "16.0.7",
    "scule": "1.3.0",
    "unctx": "2.5.0",
    "unimport": "6.0.1",
    "untyped": "2.0.0",
    "vite": "7.3.1",
    "vue": "3.5.30",
    "vue-bundle-renderer": "2.2.0",
    "vue-loader": "17.4.2",
    "vue-router": "5.0.3",
    "webpack": "5.105.4",
    "webpack-dev-middleware": "7.4.5"
  },
  "dependencies": {
    "@vue/shared": "^3.5.30",
    "defu": "^6.1.4",
    "pathe": "^2.0.3",
    "pkg-types": "^2.3.0",
    "std-env": "^4.0.0"
  },
  "engines": {
    "node": "^14.18.0 || >=16.10.0"
  },
  "scripts": {
    "build:stub": "obuild --stub",
    "test:attw": "attw --pack"
  }
}