mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
162055d0d0
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
83 lines
2.1 KiB
JSON
83 lines
2.1 KiB
JSON
{
|
|
"name": "@nuxt/schema",
|
|
"version": "3.12.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",
|
|
"env.d.ts"
|
|
],
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/telemetry": "2.6.0",
|
|
"@nuxt/ui-templates": "1.3.4",
|
|
"@types/file-loader": "5.0.4",
|
|
"@types/pug": "2.0.10",
|
|
"@types/sass-loader": "8.0.9",
|
|
"@unhead/schema": "1.11.2",
|
|
"@vitejs/plugin-vue": "5.1.3",
|
|
"@vitejs/plugin-vue-jsx": "4.0.1",
|
|
"@vue/compiler-core": "3.5.5",
|
|
"@vue/compiler-sfc": "3.5.5",
|
|
"@vue/language-core": "2.1.6",
|
|
"c12": "2.0.0-beta.2",
|
|
"esbuild-loader": "4.2.2",
|
|
"h3": "npm:h3-nightly@2.0.0-1718872656.6765a6e",
|
|
"ignore": "5.3.2",
|
|
"nitro": "npm:nitro-nightly@3.0.0-beta-28665895.e727afda",
|
|
"ofetch": "1.3.4",
|
|
"unbuild": "3.0.0-rc.7",
|
|
"unctx": "2.3.1",
|
|
"unenv": "1.10.0",
|
|
"vite": "5.4.5",
|
|
"vue": "3.5.5",
|
|
"vue-bundle-renderer": "2.1.0",
|
|
"vue-loader": "17.4.2",
|
|
"vue-router": "4.4.5",
|
|
"webpack": "5.94.0",
|
|
"webpack-dev-middleware": "7.4.2"
|
|
},
|
|
"dependencies": {
|
|
"compatx": "^0.1.8",
|
|
"consola": "^3.2.3",
|
|
"defu": "^6.1.4",
|
|
"hookable": "^5.5.3",
|
|
"pathe": "^1.1.2",
|
|
"pkg-types": "^1.2.0",
|
|
"scule": "^1.3.0",
|
|
"std-env": "^3.7.0",
|
|
"ufo": "^1.5.4",
|
|
"uncrypto": "^0.1.3",
|
|
"unimport": "^3.12.0",
|
|
"untyped": "^1.4.2"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.10.0"
|
|
}
|
|
}
|