2021-03-18 14:26:41 +00:00
|
|
|
{
|
2022-04-20 08:52:39 +00:00
|
|
|
"name": "nuxt",
|
2022-09-20 16:38:31 +00:00
|
|
|
"version": "3.0.0-rc.11",
|
2021-03-18 14:26:41 +00:00
|
|
|
"repository": "nuxt/framework",
|
|
|
|
"license": "MIT",
|
2021-10-02 16:01:17 +00:00
|
|
|
"type": "module",
|
2021-10-02 23:39:51 +00:00
|
|
|
"main": "./dist/index.mjs",
|
2021-08-11 20:28:38 +00:00
|
|
|
"types": "./types.d.ts",
|
2021-07-15 11:28:04 +00:00
|
|
|
"bin": {
|
2021-10-29 11:31:56 +00:00
|
|
|
"nuxi": "./bin/nuxt.mjs",
|
2021-10-02 16:01:17 +00:00
|
|
|
"nuxt": "./bin/nuxt.mjs"
|
2021-07-15 11:28:04 +00:00
|
|
|
},
|
2022-02-18 18:26:43 +00:00
|
|
|
"exports": {
|
|
|
|
".": "./dist/index.mjs",
|
2022-09-14 10:37:30 +00:00
|
|
|
"./config": {
|
|
|
|
"import": "./config.mjs",
|
|
|
|
"require": "./config.cjs",
|
|
|
|
"types": "./config.d.ts"
|
|
|
|
},
|
2022-02-18 18:26:43 +00:00
|
|
|
"./app": "./dist/app/index.mjs",
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
},
|
|
|
|
"imports": {
|
|
|
|
"#app": "./dist/app/index.mjs",
|
2022-04-05 14:02:29 +00:00
|
|
|
"#head": "./dist/head/runtime/index.mjs",
|
2022-02-18 18:26:43 +00:00
|
|
|
"#pages": "./dist/pages/runtime/index.mjs"
|
|
|
|
},
|
2021-03-18 14:26:41 +00:00
|
|
|
"files": [
|
2022-02-18 18:26:43 +00:00
|
|
|
"app.d.ts",
|
2021-04-18 16:37:59 +00:00
|
|
|
"bin",
|
2021-08-11 20:28:38 +00:00
|
|
|
"types.d.ts",
|
2022-09-14 10:37:30 +00:00
|
|
|
"dist",
|
|
|
|
"config.*"
|
2021-03-18 14:26:41 +00:00
|
|
|
],
|
2021-04-09 13:48:39 +00:00
|
|
|
"scripts": {
|
2021-08-11 20:28:38 +00:00
|
|
|
"prepack": "unbuild"
|
2021-03-18 14:26:41 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-05-06 13:03:38 +00:00
|
|
|
"@nuxt/devalue": "^2.0.0",
|
2022-09-20 16:38:31 +00:00
|
|
|
"@nuxt/kit": "3.0.0-rc.11",
|
|
|
|
"@nuxt/schema": "3.0.0-rc.11",
|
2022-09-03 17:15:12 +00:00
|
|
|
"@nuxt/telemetry": "^2.1.5",
|
2022-09-20 08:49:39 +00:00
|
|
|
"@nuxt/ui-templates": "^0.4.0",
|
2022-09-20 16:38:31 +00:00
|
|
|
"@nuxt/vite-builder": "3.0.0-rc.11",
|
2022-09-08 08:45:39 +00:00
|
|
|
"@vue/reactivity": "^3.2.39",
|
|
|
|
"@vue/shared": "^3.2.39",
|
2022-09-19 08:46:33 +00:00
|
|
|
"@vueuse/head": "^0.7.12",
|
2022-01-18 16:59:31 +00:00
|
|
|
"chokidar": "^3.5.3",
|
2021-11-22 23:20:20 +00:00
|
|
|
"cookie-es": "^0.5.0",
|
2022-08-16 16:54:02 +00:00
|
|
|
"defu": "^6.1.0",
|
2022-04-07 12:57:57 +00:00
|
|
|
"destr": "^1.1.1",
|
2022-01-27 11:13:32 +00:00
|
|
|
"escape-string-regexp": "^5.0.0",
|
2022-04-17 09:58:21 +00:00
|
|
|
"fs-extra": "^10.1.0",
|
2022-06-12 19:39:36 +00:00
|
|
|
"globby": "^13.1.2",
|
2022-09-03 17:11:34 +00:00
|
|
|
"h3": "^0.7.21",
|
2021-03-18 14:26:41 +00:00
|
|
|
"hash-sum": "^2.0.0",
|
2022-09-02 13:42:46 +00:00
|
|
|
"hookable": "^5.3.0",
|
2022-06-10 13:12:21 +00:00
|
|
|
"knitwork": "^0.1.2",
|
2022-09-22 13:52:55 +00:00
|
|
|
"magic-string": "^0.26.4",
|
2022-09-20 08:49:39 +00:00
|
|
|
"mlly": "^0.5.16",
|
2022-09-20 10:55:39 +00:00
|
|
|
"nitropack": "^0.5.4",
|
2022-09-20 16:38:31 +00:00
|
|
|
"nuxi": "3.0.0-rc.11",
|
2022-08-04 10:56:28 +00:00
|
|
|
"ohash": "^0.1.5",
|
2022-09-20 08:20:03 +00:00
|
|
|
"ohmyfetch": "^0.4.19",
|
|
|
|
"pathe": "^0.3.8",
|
2022-03-16 12:13:50 +00:00
|
|
|
"perfect-debounce": "^0.1.3",
|
2022-07-29 09:40:44 +00:00
|
|
|
"scule": "^0.3.2",
|
2022-09-19 08:46:33 +00:00
|
|
|
"strip-literal": "^0.4.2",
|
2022-07-07 16:29:39 +00:00
|
|
|
"ufo": "^0.8.5",
|
2022-08-29 13:30:33 +00:00
|
|
|
"unctx": "^2.0.2",
|
2022-08-30 14:43:05 +00:00
|
|
|
"unenv": "^0.6.2",
|
2022-08-10 12:10:03 +00:00
|
|
|
"unimport": "^0.6.7",
|
2022-08-15 13:40:06 +00:00
|
|
|
"unplugin": "^0.9.2",
|
2022-09-12 18:22:41 +00:00
|
|
|
"untyped": "^0.5.0",
|
2022-09-08 08:45:39 +00:00
|
|
|
"vue": "^3.2.39",
|
2022-09-15 10:53:32 +00:00
|
|
|
"vue-bundle-renderer": "^0.4.3",
|
2022-08-17 14:44:36 +00:00
|
|
|
"vue-devtools-stub": "^0.1.0",
|
2022-08-26 10:26:47 +00:00
|
|
|
"vue-router": "^4.1.5"
|
2021-04-04 22:15:34 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-02-11 11:47:08 +00:00
|
|
|
"@types/fs-extra": "^9.0.13",
|
2021-04-04 22:15:34 +00:00
|
|
|
"@types/hash-sum": "^1.0.0",
|
2021-09-21 16:49:36 +00:00
|
|
|
"unbuild": "latest",
|
2021-08-11 20:28:38 +00:00
|
|
|
"vue-meta": "next"
|
|
|
|
},
|
2021-10-18 19:31:15 +00:00
|
|
|
"engines": {
|
2022-10-03 14:07:00 +00:00
|
|
|
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0"
|
2021-03-18 14:26:41 +00:00
|
|
|
}
|
|
|
|
}
|