2021-11-21 16:14:46 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxt/schema",
|
2024-06-16 07:36:40 +00:00
|
|
|
"version": "3.12.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",
|
2024-05-22 16:06:36 +00:00
|
|
|
"@nuxt/ui-templates": "1.3.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",
|
2024-08-05 15:33:27 +00:00
|
|
|
"@types/sass-loader": "8.0.9",
|
2024-08-21 12:03:27 +00:00
|
|
|
"@unhead/schema": "1.10.0",
|
2024-08-05 15:33:27 +00:00
|
|
|
"@vitejs/plugin-vue": "5.1.2",
|
2024-08-16 09:37:35 +00:00
|
|
|
"@vitejs/plugin-vue-jsx": "4.0.1",
|
|
|
|
"@vue/compiler-core": "3.4.38",
|
|
|
|
"@vue/compiler-sfc": "3.4.38",
|
2024-07-25 15:21:38 +00:00
|
|
|
"@vue/language-core": "2.0.29",
|
2024-07-03 11:30:04 +00:00
|
|
|
"c12": "2.0.0-beta.1",
|
2024-07-16 12:15:06 +00:00
|
|
|
"esbuild-loader": "4.2.2",
|
2024-06-26 13:18:05 +00:00
|
|
|
"h3": "npm:h3-nightly@2.0.0-1718872656.6765a6e",
|
2024-08-12 11:41:35 +00:00
|
|
|
"ignore": "5.3.2",
|
2024-07-03 20:47:40 +00:00
|
|
|
"nitro": "npm:nitro-nightly@3.0.0-beta-28665895.e727afda",
|
2024-03-21 16:16:04 +00:00
|
|
|
"ofetch": "1.3.4",
|
2024-07-18 17:01:34 +00:00
|
|
|
"unbuild": "3.0.0-rc.7",
|
2023-05-31 16:10:16 +00:00
|
|
|
"unctx": "2.3.1",
|
2024-07-18 17:01:34 +00:00
|
|
|
"unenv": "1.10.0",
|
2024-08-21 12:03:27 +00:00
|
|
|
"vite": "5.4.2",
|
2024-08-16 09:37:35 +00:00
|
|
|
"vue": "3.4.38",
|
2024-05-09 10:14:25 +00:00
|
|
|
"vue-bundle-renderer": "2.1.0",
|
2024-01-01 22:12:24 +00:00
|
|
|
"vue-loader": "17.4.2",
|
2024-08-06 16:45:59 +00:00
|
|
|
"vue-router": "4.4.3",
|
2024-08-22 14:45:41 +00:00
|
|
|
"webpack": "5.94.0",
|
2024-08-21 22:26:50 +00:00
|
|
|
"webpack-dev-middleware": "7.4.2"
|
2021-11-21 16:14:46 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-06-12 19:55:40 +00:00
|
|
|
"compatx": "^0.1.8",
|
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",
|
2024-08-23 08:00:21 +00:00
|
|
|
"pkg-types": "^1.2.0",
|
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-07-18 17:01:34 +00:00
|
|
|
"ufo": "^1.5.4",
|
2024-05-08 12:32:45 +00:00
|
|
|
"uncrypto": "^0.1.3",
|
2024-08-21 22:26:50 +00:00
|
|
|
"unimport": "^3.11.0",
|
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
|
|
|
}
|
|
|
|
}
|