79 lines
2.0 KiB
JSON
79 lines
2.0 KiB
JSON
{
|
|
"name": "@nuxt/schema",
|
|
"version": "4.3.1",
|
|
"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.3",
|
|
"@vitejs/plugin-vue": "6.0.4",
|
|
"@vitejs/plugin-vue-jsx": "5.1.4",
|
|
"@vue/compiler-core": "3.5.27",
|
|
"@vue/compiler-sfc": "3.5.27",
|
|
"@vue/language-core": "3.2.4",
|
|
"c12": "3.3.3",
|
|
"chokidar": "5.0.0",
|
|
"compatx": "0.2.0",
|
|
"css-minimizer-webpack-plugin": "7.0.4",
|
|
"esbuild": "0.27.3",
|
|
"esbuild-loader": "4.4.2",
|
|
"file-loader": "6.2.0",
|
|
"h3": "1.15.5",
|
|
"hookable": "5.5.3",
|
|
"ignore": "7.0.5",
|
|
"mini-css-extract-plugin": "2.10.0",
|
|
"obuild": "0.4.27",
|
|
"ofetch": "1.5.1",
|
|
"oxc-transform": "0.112.0",
|
|
"postcss": "8.5.6",
|
|
"rollup-plugin-visualizer": "6.0.5",
|
|
"sass-loader": "16.0.6",
|
|
"scule": "1.3.0",
|
|
"unctx": "2.5.0",
|
|
"unimport": "5.6.0",
|
|
"untyped": "2.0.0",
|
|
"vite": "7.3.1",
|
|
"vue": "3.5.27",
|
|
"vue-bundle-renderer": "2.2.0",
|
|
"vue-loader": "17.4.2",
|
|
"vue-router": "4.6.4",
|
|
"webpack": "5.104.1",
|
|
"webpack-dev-middleware": "7.4.5"
|
|
},
|
|
"dependencies": {
|
|
"@vue/shared": "^3.5.27",
|
|
"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": {
|
|
"build:stub": "obuild --stub",
|
|
"test:attw": "attw --pack"
|
|
}
|
|
} |