Nuxt/packages/cli/package.json

41 lines
845 B
JSON
Raw Normal View History

2021-03-28 21:01:51 +00:00
{
2021-04-04 15:48:19 +00:00
"name": "nuxt-cli",
"version": "0.3.8",
2021-03-28 21:01:51 +00:00
"repository": "nuxt/framework",
"license": "MIT",
"main": "./dist/index.js",
2021-04-04 15:48:19 +00:00
"bin": {
"nu": "./bin/nuxt.js",
"nuxt": "./bin/nuxt.js",
"nuxt-cli": "./bin/nuxt.js"
},
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": {
"@nuxt/design": "0.0.5",
"@nuxt/kit": "^0.6.4",
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-04-09 15:52:45 +00:00
"colorette": "^1.2.2",
2021-04-15 19:17:44 +00:00
"debounce-promise": "^3.1.2",
"deep-object-diff": "^1.1.0",
"flat": "^5.0.2",
"listhen": "^0.2.4",
2021-04-09 15:52:45 +00:00
"mri": "^1.1.6",
"unbuild": "^0.4.0",
"upath": "^2.0.1",
2021-04-09 15:52:45 +00:00
"v8-compile-cache": "^2.3.0"
}
2021-03-28 21:01:51 +00:00
}