mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
42 lines
844 B
JSON
42 lines
844 B
JSON
{
|
|
"name": "@nuxt/cli",
|
|
"version": "2.14.7",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"main": "dist/cli.js",
|
|
"bin": {
|
|
"nuxt-cli": "bin/nuxt-cli.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@nuxt/config": "2.14.7",
|
|
"@nuxt/utils": "2.14.7",
|
|
"boxen": "^4.2.0",
|
|
"chalk": "^3.0.0",
|
|
"compression": "^1.7.4",
|
|
"connect": "^3.7.0",
|
|
"consola": "^2.15.0",
|
|
"crc": "^3.8.0",
|
|
"destr": "^1.0.1",
|
|
"esm": "^3.2.25",
|
|
"execa": "^3.4.0",
|
|
"exit": "^0.1.2",
|
|
"fs-extra": "^8.1.0",
|
|
"globby": "^11.0.1",
|
|
"hable": "^3.0.0",
|
|
"minimist": "^1.2.5",
|
|
"opener": "1.5.2",
|
|
"pretty-bytes": "^5.4.1",
|
|
"serve-static": "^1.14.1",
|
|
"std-env": "^2.2.1",
|
|
"upath": "^2.0.1",
|
|
"wrap-ansi": "^6.2.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|