Nuxt/packages/nuxi/package.json

49 lines
1002 B
JSON
Raw Normal View History

2021-03-28 21:01:51 +00:00
{
"name": "nuxi",
"version": "0.10.0",
2021-03-28 21:01:51 +00:00
"repository": "nuxt/framework",
"license": "MIT",
"type": "module",
"exports": {
".": "./dist/index.mjs",
"./cli": "./bin/nuxi.mjs"
},
2021-04-04 15:48:19 +00:00
"bin": {
"nu": "./bin/nuxi.mjs",
"nuxi": "./bin/nuxi.mjs"
2021-04-04 15:48:19 +00:00
},
2021-04-09 13:48:39 +00:00
"scripts": {
"prepack": "unbuild"
},
2021-03-28 21:01:51 +00:00
"files": [
"bin",
"dist"
2021-04-09 15:52:45 +00:00
],
2021-04-16 20:05:49 +00:00
"optionalDependencies": {
"fsevents": "~2.3.2"
},
2021-04-09 15:52:45 +00:00
"devDependencies": {
2021-09-23 13:36:52 +00:00
"@nuxt/design": "0.0.6",
"@nuxt/kit": "^0.10.0",
2021-04-15 19:17:44 +00:00
"@types/clear": "^0",
"@types/debounce-promise": "^3",
"@types/mri": "^1.1.1",
"chokidar": "^3.5.2",
2021-04-15 19:17:44 +00:00
"clear": "^0.1.0",
2021-09-07 13:17:17 +00:00
"clipboardy": "^2.3.0",
"colorette": "^2.0.13",
2021-04-15 19:17:44 +00:00
"debounce-promise": "^3.1.2",
"deep-object-diff": "^1.1.0",
2021-09-07 13:17:17 +00:00
"destr": "^1.1.0",
2021-04-15 19:17:44 +00:00
"flat": "^5.0.2",
"jiti": "^1.12.6",
2021-04-15 19:17:44 +00:00
"listhen": "^0.2.4",
"mlly": "^0.2.4",
"mri": "^1.2.0",
"pathe": "^0.2.0",
2021-09-07 13:17:17 +00:00
"scule": "^0.2.1",
2021-09-21 16:49:36 +00:00
"unbuild": "latest",
2021-04-09 15:52:45 +00:00
"v8-compile-cache": "^2.3.0"
}
2021-03-28 21:01:51 +00:00
}