2021-11-21 16:14:46 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxt/schema",
|
2024-01-05 21:55:58 +00:00
|
|
|
"version": "3.9.1",
|
2023-11-08 12:07:49 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-11-08 13:21:27 +00:00
|
|
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
|
|
"directory": "packages/schema"
|
2023-11-08 12:07:49 +00:00
|
|
|
},
|
2023-10-17 21:06:30 +00:00
|
|
|
"description": "Nuxt types and default configuration",
|
2023-11-08 13:21:27 +00:00
|
|
|
"homepage": "https://nuxt.com",
|
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-11-22 22:02:53 +00:00
|
|
|
"@nuxt/telemetry": "2.5.3",
|
2023-11-07 11:17:15 +00:00
|
|
|
"@types/file-loader": "5.0.4",
|
2023-11-21 22:08:24 +00:00
|
|
|
"@types/pug": "2.0.10",
|
2023-11-07 16:54:07 +00:00
|
|
|
"@types/sass-loader": "8.0.8",
|
2023-12-09 07:24:11 +00:00
|
|
|
"@unhead/schema": "1.8.9",
|
2024-01-10 08:55:33 +00:00
|
|
|
"@vitejs/plugin-vue": "5.0.3",
|
2023-11-16 14:24:25 +00:00
|
|
|
"@vitejs/plugin-vue-jsx": "3.1.0",
|
2024-01-09 13:47:37 +00:00
|
|
|
"@vue/compiler-core": "3.4.7",
|
2024-01-01 22:12:24 +00:00
|
|
|
"c12": "1.6.1",
|
2023-09-05 11:27:41 +00:00
|
|
|
"esbuild-loader": "4.0.2",
|
2024-01-05 20:16:44 +00:00
|
|
|
"h3": "1.10.0",
|
2023-11-16 14:24:25 +00:00
|
|
|
"ignore": "5.3.0",
|
2023-11-30 10:30:06 +00:00
|
|
|
"nitropack": "2.8.1",
|
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",
|
2024-01-05 20:16:44 +00:00
|
|
|
"vite": "5.0.11",
|
2024-01-09 13:47:37 +00:00
|
|
|
"vue": "3.4.7",
|
2023-07-31 10:34:34 +00:00
|
|
|
"vue-bundle-renderer": "2.0.0",
|
2024-01-01 22:12:24 +00:00
|
|
|
"vue-loader": "17.4.2",
|
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-12-26 20:37:47 +00:00
|
|
|
"webpack-dev-middleware": "7.0.0"
|
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",
|
2024-01-05 21:00:11 +00:00
|
|
|
"defu": "^6.1.4",
|
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-12-01 10:45:05 +00:00
|
|
|
"scule": "^1.1.1",
|
2023-12-23 14:22:29 +00:00
|
|
|
"std-env": "^3.7.0",
|
2023-11-15 22:41:08 +00:00
|
|
|
"ufo": "^1.3.2",
|
2023-12-29 08:53:46 +00:00
|
|
|
"unimport": "^3.7.1",
|
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
|
|
|
}
|
|
|
|
}
|