2021-03-18 14:26:41 +00:00
|
|
|
{
|
2022-04-20 08:52:39 +00:00
|
|
|
"name": "nuxt",
|
2022-11-16 14:56:11 +00:00
|
|
|
"version": "3.0.0",
|
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-11-16 14:56:11 +00:00
|
|
|
"@nuxt/kit": "3.0.0",
|
|
|
|
"@nuxt/schema": "3.0.0",
|
2022-11-16 10:08:23 +00:00
|
|
|
"@nuxt/telemetry": "^2.1.8",
|
|
|
|
"@nuxt/ui-templates": "^1.0.0",
|
2022-11-16 14:56:11 +00:00
|
|
|
"@nuxt/vite-builder": "3.0.0",
|
2022-11-11 10:18:24 +00:00
|
|
|
"@vue/reactivity": "^3.2.45",
|
|
|
|
"@vue/shared": "^3.2.45",
|
2022-12-08 15:16:22 +00:00
|
|
|
"@vueuse/head": "^1.0.22",
|
|
|
|
"unhead": "^1.0.13",
|
|
|
|
"@unhead/ssr": "^1.0.13",
|
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-11-15 17:36:57 +00:00
|
|
|
"defu": "^6.1.1",
|
2022-12-05 13:42:45 +00:00
|
|
|
"destr": "^1.2.2",
|
2022-01-27 11:13:32 +00:00
|
|
|
"escape-string-regexp": "^5.0.0",
|
2022-11-02 10:28:41 +00:00
|
|
|
"estree-walker": "^3.0.1",
|
2022-12-08 15:46:10 +00:00
|
|
|
"fs-extra": "^11.1.0",
|
2022-06-12 19:39:36 +00:00
|
|
|
"globby": "^13.1.2",
|
2022-11-15 14:33:43 +00:00
|
|
|
"h3": "^1.0.1",
|
2021-03-18 14:26:41 +00:00
|
|
|
"hash-sum": "^2.0.0",
|
2022-11-15 17:36:57 +00:00
|
|
|
"hookable": "^5.4.2",
|
2022-11-15 14:33:43 +00:00
|
|
|
"knitwork": "^1.0.0",
|
2022-12-05 10:45:32 +00:00
|
|
|
"magic-string": "^0.27.0",
|
2022-11-15 14:33:43 +00:00
|
|
|
"mlly": "^1.0.0",
|
2022-11-16 02:38:42 +00:00
|
|
|
"nitropack": "^1.0.0",
|
2022-11-16 14:56:11 +00:00
|
|
|
"nuxi": "3.0.0",
|
2022-11-15 14:33:43 +00:00
|
|
|
"ohash": "^1.0.0",
|
|
|
|
"ofetch": "^1.0.0",
|
|
|
|
"pathe": "^1.0.0",
|
2022-03-16 12:13:50 +00:00
|
|
|
"perfect-debounce": "^0.1.3",
|
2022-11-15 14:33:43 +00:00
|
|
|
"scule": "^1.0.0",
|
|
|
|
"strip-literal": "^1.0.0",
|
2022-12-02 09:40:47 +00:00
|
|
|
"ufo": "^1.0.1",
|
2022-12-12 06:55:41 +00:00
|
|
|
"ultrahtml": "^1.1.0",
|
2022-11-29 12:15:12 +00:00
|
|
|
"unctx": "^2.1.1",
|
2022-11-15 14:43:55 +00:00
|
|
|
"unenv": "^1.0.0",
|
2022-12-12 10:02:55 +00:00
|
|
|
"unimport": "^1.0.2",
|
|
|
|
"unplugin": "^1.0.1",
|
2022-11-15 16:47:57 +00:00
|
|
|
"untyped": "^1.0.0",
|
2022-11-11 10:18:24 +00:00
|
|
|
"vue": "^3.2.45",
|
2022-11-16 01:13:43 +00:00
|
|
|
"vue-bundle-renderer": "^1.0.0",
|
2022-08-17 14:44:36 +00:00
|
|
|
"vue-devtools-stub": "^0.1.0",
|
2022-10-26 11:16:56 +00:00
|
|
|
"vue-router": "^4.1.6"
|
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-19 12:58:45 +00:00
|
|
|
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
2021-03-18 14:26:41 +00:00
|
|
|
}
|
|
|
|
}
|