mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
44 lines
894 B
JSON
44 lines
894 B
JSON
{
|
|
"name": "@nuxt/cli",
|
|
"version": "2.15.2",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"main": "dist/cli.js",
|
|
"bin": {
|
|
"nuxt-cli": "bin/nuxt-cli.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@nuxt/config": "2.15.2",
|
|
"@nuxt/utils": "2.15.2",
|
|
"boxen": "^5.0.0",
|
|
"chalk": "^4.1.0",
|
|
"compression": "^1.7.4",
|
|
"connect": "^3.7.0",
|
|
"consola": "^2.15.3",
|
|
"crc": "^3.8.0",
|
|
"defu": "^3.2.2",
|
|
"destr": "^1.1.0",
|
|
"execa": "^5.0.0",
|
|
"exit": "^0.1.2",
|
|
"fs-extra": "^9.1.0",
|
|
"globby": "^11.0.2",
|
|
"hable": "^3.0.0",
|
|
"lodash": "^4.17.21",
|
|
"minimist": "^1.2.5",
|
|
"opener": "1.5.2",
|
|
"pretty-bytes": "^5.6.0",
|
|
"semver": "^7.3.4",
|
|
"serve-static": "^1.14.1",
|
|
"std-env": "^2.3.0",
|
|
"upath": "^2.0.1",
|
|
"wrap-ansi": "^7.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|