UNPKG

@nuxt/schema

Version:

Nuxt types and default configuration

79 lines 2.01 kB
{ "name": "@nuxt/schema", "version": "4.4.8", "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" ], "dependencies": { "@vue/shared": "^3.5.35", "defu": "^6.1.7", "pathe": "^2.0.3", "pkg-types": "^2.3.1", "std-env": "^4.1.0" }, "devDependencies": { "@types/pug": "2.0.10", "@types/webpack-bundle-analyzer": "4.7.0", "@types/webpack-hot-middleware": "2.25.12", "@unhead/vue": "2.1.15", "@vitejs/plugin-vue": "6.0.7", "@vitejs/plugin-vue-jsx": "5.1.5", "@vue/compiler-core": "3.5.35", "@vue/compiler-sfc": "3.5.35", "@vue/language-core": "3.3.3", "c12": "3.3.4", "chokidar": "5.0.0", "compatx": "0.2.0", "css-minimizer-webpack-plugin": "8.0.0", "esbuild": "0.28.0", "esbuild-loader": "4.4.3", "file-loader": "6.2.0", "h3": "1.15.11", "hookable": "6.1.1", "ignore": "7.0.5", "mini-css-extract-plugin": "2.10.2", "obuild": "0.4.36", "ofetch": "1.5.1", "oxc-transform": "0.133.0", "postcss": "8.5.15", "rollup-plugin-visualizer": "7.0.1", "sass-loader": "17.0.0", "scule": "1.3.0", "unctx": "2.5.0", "unimport": "6.3.0", "untyped": "2.0.0", "vite": "7.3.3", "vue": "3.5.35", "vue-bundle-renderer": "2.2.0", "vue-loader": "17.4.2", "vue-router": "5.1.0", "webpack": "5.107.2", "webpack-dev-middleware": "8.0.3" }, "engines": { "node": "^14.18.0 || >=16.10.0" }, "scripts": { "build:stub": "obuild --stub", "test:attw": "attw --pack" } }