2021-03-28 21:01:51 +00:00
|
|
|
{
|
2021-08-10 17:37:03 +00:00
|
|
|
"name": "nuxi",
|
2022-10-18 18:47:21 +00:00
|
|
|
"version": "3.0.0-rc.12",
|
2021-03-28 21:01:51 +00:00
|
|
|
"repository": "nuxt/framework",
|
|
|
|
"license": "MIT",
|
2021-10-02 16:01:17 +00:00
|
|
|
"type": "module",
|
2022-07-18 09:34:56 +00:00
|
|
|
"types": "./dist/index.d.ts",
|
2021-10-02 16:01:17 +00:00
|
|
|
"exports": {
|
|
|
|
".": "./dist/index.mjs",
|
|
|
|
"./cli": "./bin/nuxi.mjs"
|
|
|
|
},
|
2021-10-29 11:31:56 +00:00
|
|
|
"bin": "./bin/nuxi.mjs",
|
2021-03-28 21:01:51 +00:00
|
|
|
"files": [
|
|
|
|
"bin",
|
|
|
|
"dist"
|
2021-04-09 15:52:45 +00:00
|
|
|
],
|
2021-10-29 10:42:55 +00:00
|
|
|
"scripts": {
|
|
|
|
"prepack": "unbuild"
|
2021-04-16 20:05:49 +00:00
|
|
|
},
|
2021-04-09 15:52:45 +00:00
|
|
|
"devDependencies": {
|
2022-10-18 18:47:21 +00:00
|
|
|
"@nuxt/kit": "3.0.0-rc.12",
|
|
|
|
"@nuxt/schema": "3.0.0-rc.12",
|
2021-04-15 19:17:44 +00:00
|
|
|
"@types/clear": "^0",
|
2022-08-26 15:47:29 +00:00
|
|
|
"@types/flat": "^5.0.2",
|
2021-07-14 14:52:08 +00:00
|
|
|
"@types/mri": "^1.1.1",
|
2021-10-18 19:31:15 +00:00
|
|
|
"@types/semver": "^7",
|
2022-09-20 08:20:03 +00:00
|
|
|
"c12": "^0.2.13",
|
2022-01-18 16:59:31 +00:00
|
|
|
"chokidar": "^3.5.3",
|
2021-04-15 19:17:44 +00:00
|
|
|
"clear": "^0.1.0",
|
2021-10-13 20:11:45 +00:00
|
|
|
"clipboardy": "^3.0.0",
|
2022-06-15 11:28:17 +00:00
|
|
|
"colorette": "^2.0.19",
|
2021-10-07 10:15:15 +00:00
|
|
|
"consola": "^2.15.3",
|
2022-01-26 11:57:33 +00:00
|
|
|
"deep-object-diff": "^1.1.7",
|
2022-10-19 10:41:33 +00:00
|
|
|
"destr": "^1.2.0",
|
2022-02-15 09:53:20 +00:00
|
|
|
"execa": "^6.1.0",
|
2021-04-15 19:17:44 +00:00
|
|
|
"flat": "^5.0.2",
|
2022-09-20 08:20:03 +00:00
|
|
|
"giget": "^0.1.7",
|
2022-11-02 08:52:28 +00:00
|
|
|
"h3": "^0.8.6",
|
2022-09-20 08:20:03 +00:00
|
|
|
"jiti": "^1.16.0",
|
2022-11-03 14:01:34 +00:00
|
|
|
"listhen": "^0.3.5",
|
2022-09-20 08:49:39 +00:00
|
|
|
"mlly": "^0.5.16",
|
2021-09-20 18:59:49 +00:00
|
|
|
"mri": "^1.2.0",
|
2022-10-09 19:33:19 +00:00
|
|
|
"pathe": "^0.3.9",
|
2022-03-16 11:11:30 +00:00
|
|
|
"perfect-debounce": "^0.1.3",
|
2022-10-27 10:29:20 +00:00
|
|
|
"pkg-types": "^0.3.6",
|
2022-07-29 09:40:44 +00:00
|
|
|
"scule": "^0.3.2",
|
2022-10-09 19:33:19 +00:00
|
|
|
"semver": "^7.3.8",
|
2021-10-05 20:35:23 +00:00
|
|
|
"unbuild": "latest"
|
2021-10-18 19:31:15 +00:00
|
|
|
},
|
2021-10-29 10:42:55 +00:00
|
|
|
"optionalDependencies": {
|
|
|
|
"fsevents": "~2.3.2"
|
|
|
|
},
|
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-04-09 15:52:45 +00:00
|
|
|
}
|
2021-03-28 21:01:51 +00:00
|
|
|
}
|