2021-11-21 16:14:46 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxt/schema",
|
2023-11-06 11:54:29 +00:00
|
|
|
"version": "3.8.1",
|
2023-11-08 12:07:49 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/nuxt/nuxt.git"
|
|
|
|
},
|
2023-10-17 21:06:30 +00:00
|
|
|
"description": "Nuxt types and default configuration",
|
2021-11-21 16:14:46 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"type": "module",
|
|
|
|
"types": "./dist/index.d.ts",
|
2023-08-24 13:48:55 +00:00
|
|
|
"sideEffects": false,
|
2023-03-11 21:16:01 +00:00
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"types": "./dist/index.d.ts",
|
2023-04-01 10:31:10 +00:00
|
|
|
"import": "./dist/index.mjs",
|
|
|
|
"require": "./dist/index.mjs"
|
2023-03-11 21:16:01 +00:00
|
|
|
},
|
2023-05-15 16:17:39 +00:00
|
|
|
"./builder-env": {
|
|
|
|
"types": "./dist/builder-env.d.ts",
|
|
|
|
"import": "./dist/builder-env.mjs"
|
|
|
|
},
|
2023-08-25 16:19:22 +00:00
|
|
|
"./schema/config.schema.json": "./schema/config.schema.json",
|
2023-03-11 21:16:01 +00:00
|
|
|
"./package.json": "./package.json"
|
|
|
|
},
|
2021-11-21 16:14:46 +00:00
|
|
|
"files": [
|
|
|
|
"dist",
|
2023-05-15 16:17:39 +00:00
|
|
|
"schema",
|
|
|
|
"env.d.ts"
|
2021-11-21 16:14:46 +00:00
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"prepack": "unbuild"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-10-02 09:57:25 +00:00
|
|
|
"@nuxt/telemetry": "2.5.2",
|
2023-11-07 11:17:15 +00:00
|
|
|
"@types/file-loader": "5.0.4",
|
2023-11-07 16:54:07 +00:00
|
|
|
"@types/pug": "2.0.9",
|
|
|
|
"@types/sass-loader": "8.0.8",
|
2023-11-06 11:01:03 +00:00
|
|
|
"@unhead/schema": "1.8.3",
|
2023-10-07 06:30:10 +00:00
|
|
|
"@vitejs/plugin-vue": "4.4.0",
|
2023-08-18 15:05:38 +00:00
|
|
|
"@vitejs/plugin-vue-jsx": "3.0.2",
|
2023-11-06 11:20:48 +00:00
|
|
|
"@vue/compiler-core": "3.3.8",
|
2023-10-19 14:20:11 +00:00
|
|
|
"c12": "1.5.1",
|
2023-09-05 11:27:41 +00:00
|
|
|
"esbuild-loader": "4.0.2",
|
2023-10-01 19:15:06 +00:00
|
|
|
"h3": "1.8.2",
|
2023-05-31 16:10:16 +00:00
|
|
|
"ignore": "5.2.4",
|
2023-10-30 02:35:49 +00:00
|
|
|
"nitropack": "2.7.2",
|
2023-10-18 14:53:31 +00:00
|
|
|
"ofetch": "1.3.3",
|
2022-06-15 11:51:58 +00:00
|
|
|
"unbuild": "latest",
|
2023-05-31 16:10:16 +00:00
|
|
|
"unctx": "2.3.1",
|
2023-10-18 12:09:55 +00:00
|
|
|
"vite": "4.5.0",
|
2023-11-06 11:20:48 +00:00
|
|
|
"vue": "3.3.8",
|
2023-07-31 10:34:34 +00:00
|
|
|
"vue-bundle-renderer": "2.0.0",
|
2023-11-03 22:05:25 +00:00
|
|
|
"vue-loader": "17.3.1",
|
2023-09-22 20:00:03 +00:00
|
|
|
"vue-router": "4.2.5",
|
2023-10-17 09:14:11 +00:00
|
|
|
"webpack": "5.89.0",
|
2023-06-27 10:53:25 +00:00
|
|
|
"webpack-dev-middleware": "6.1.1"
|
2021-11-21 16:14:46 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-07-30 15:45:37 +00:00
|
|
|
"@nuxt/ui-templates": "^1.3.1",
|
2023-09-19 21:26:15 +00:00
|
|
|
"consola": "^3.2.3",
|
2023-10-25 02:04:27 +00:00
|
|
|
"defu": "^6.1.3",
|
2023-03-30 14:37:21 +00:00
|
|
|
"hookable": "^5.5.3",
|
2023-06-02 13:31:12 +00:00
|
|
|
"pathe": "^1.1.1",
|
2023-05-03 06:00:29 +00:00
|
|
|
"pkg-types": "^1.0.3",
|
2023-08-23 08:11:00 +00:00
|
|
|
"std-env": "^3.4.3",
|
2023-10-01 19:15:06 +00:00
|
|
|
"ufo": "^1.3.1",
|
|
|
|
"unimport": "^3.4.0",
|
2023-07-30 09:16:13 +00:00
|
|
|
"untyped": "^1.4.0"
|
2021-11-21 16:14:46 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-04-24 21:24:38 +00:00
|
|
|
"node": "^14.18.0 || >=16.10.0"
|
2021-11-21 16:14:46 +00:00
|
|
|
}
|
|
|
|
}
|