2021-11-21 16:14:46 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxt/schema",
|
2024-04-04 16:04:48 +00:00
|
|
|
"version": "3.11.2",
|
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": {
|
2024-04-10 07:03:09 +00:00
|
|
|
"@nuxt/telemetry": "2.5.4",
|
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",
|
2024-04-02 11:45:12 +00:00
|
|
|
"@unhead/schema": "1.9.4",
|
2024-02-09 23:59:45 +00:00
|
|
|
"@vitejs/plugin-vue": "5.0.4",
|
2023-11-16 14:24:25 +00:00
|
|
|
"@vitejs/plugin-vue-jsx": "3.1.0",
|
2024-03-04 11:28:26 +00:00
|
|
|
"@vue/compiler-core": "3.4.21",
|
2024-04-03 09:33:06 +00:00
|
|
|
"@vue/compiler-sfc": "3.4.21",
|
2024-04-07 22:05:57 +00:00
|
|
|
"@vue/language-core": "2.0.11",
|
2024-03-06 14:13:34 +00:00
|
|
|
"c12": "1.10.0",
|
2024-03-08 09:49:20 +00:00
|
|
|
"esbuild-loader": "4.1.0",
|
2024-02-26 17:33:54 +00:00
|
|
|
"h3": "1.11.1",
|
2024-02-01 11:51:51 +00:00
|
|
|
"ignore": "5.3.1",
|
2024-04-03 10:34:56 +00:00
|
|
|
"nitropack": "2.9.6",
|
2024-03-21 16:16:04 +00:00
|
|
|
"ofetch": "1.3.4",
|
2022-06-15 11:51:58 +00:00
|
|
|
"unbuild": "latest",
|
2023-05-31 16:10:16 +00:00
|
|
|
"unctx": "2.3.1",
|
2024-01-18 16:34:45 +00:00
|
|
|
"unenv": "1.9.0",
|
2024-04-03 16:51:08 +00:00
|
|
|
"vite": "5.2.8",
|
2024-03-04 11:28:26 +00:00
|
|
|
"vue": "3.4.21",
|
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",
|
2024-02-22 13:12:00 +00:00
|
|
|
"vue-router": "4.3.0",
|
2024-03-20 17:31:08 +00:00
|
|
|
"webpack": "5.91.0",
|
2024-04-03 10:34:56 +00:00
|
|
|
"webpack-dev-middleware": "7.2.1"
|
2021-11-21 16:14:46 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-04-05 15:36:52 +00:00
|
|
|
"@nuxt/ui-templates": "^1.3.3",
|
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",
|
2024-01-12 12:38:47 +00:00
|
|
|
"pathe": "^1.1.2",
|
2023-05-03 06:00:29 +00:00
|
|
|
"pkg-types": "^1.0.3",
|
2024-02-07 09:59:54 +00:00
|
|
|
"scule": "^1.3.0",
|
2023-12-23 14:22:29 +00:00
|
|
|
"std-env": "^3.7.0",
|
2024-03-20 17:31:08 +00:00
|
|
|
"ufo": "^1.5.3",
|
2023-12-29 08:53:46 +00:00
|
|
|
"unimport": "^3.7.1",
|
2024-01-29 16:53:25 +00:00
|
|
|
"untyped": "^1.4.2"
|
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
|
|
|
}
|
|
|
|
}
|