{ "name": "@nuxt/schema", "version": "3.20.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.ts", "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.mjs" }, "./builder-env": { "types": "./dist/builder-env.d.ts", "import": "./dist/builder-env.mjs" }, "./schema/config.schema.json": "./schema/config.schema.json", "./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.0.19", "@vitejs/plugin-vue": "6.0.2", "@vitejs/plugin-vue-jsx": "5.1.2", "@vue/compiler-core": "3.5.25", "@vue/compiler-sfc": "3.5.25", "@vue/language-core": "3.1.8", "c12": "3.3.2", "chokidar": "5.0.0", "compatx": "0.2.0", "css-minimizer-webpack-plugin": "7.0.3", "esbuild": "0.27.1", "esbuild-loader": "4.4.0", "file-loader": "6.2.0", "h3": "1.15.4", "hookable": "5.5.3", "ignore": "7.0.5", "mini-css-extract-plugin": "2.9.4", "nitropack": "2.12.9", "ofetch": "1.5.1", "oxc-transform": "0.102.0", "postcss": "8.5.6", "rollup-plugin-visualizer": "6.0.5", "sass-loader": "16.0.6", "scule": "1.3.0", "unbuild": "3.6.1", "unctx": "2.4.1", "unimport": "5.5.0", "untyped": "2.0.0", "vite": "7.2.7", "vue": "3.5.25", "vue-bundle-renderer": "2.2.0", "vue-loader": "17.4.2", "vue-router": "4.6.3", "webpack": "5.103.0", "webpack-dev-middleware": "7.4.5" }, "dependencies": { "@vue/shared": "^3.5.25", "defu": "^6.1.4", "pathe": "^2.0.3", "pkg-types": "^2.3.0", "std-env": "^3.10.0" }, "engines": { "node": "^14.18.0 || >=16.10.0" }, "scripts": { "test:attw": "attw --pack" } }