mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
5c348c0618
* chore(deps): update all non-major dependencies * update size limits
38 lines
752 B
JSON
38 lines
752 B
JSON
{
|
|
"name": "@nuxt/cli",
|
|
"version": "2.12.1",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"main": "dist/cli.js",
|
|
"bin": {
|
|
"nuxt-cli": "bin/nuxt-cli.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@nuxt/config": "2.12.1",
|
|
"@nuxt/utils": "2.12.1",
|
|
"boxen": "^4.2.0",
|
|
"chalk": "^3.0.0",
|
|
"compression": "^1.7.4",
|
|
"connect": "^3.7.0",
|
|
"consola": "^2.12.2",
|
|
"esm": "^3.2.25",
|
|
"execa": "^3.4.0",
|
|
"exit": "^0.1.2",
|
|
"fs-extra": "^8.1.0",
|
|
"hable": "^3.0.0",
|
|
"minimist": "^1.2.5",
|
|
"opener": "1.5.1",
|
|
"pretty-bytes": "^5.3.0",
|
|
"serve-static": "^1.14.1",
|
|
"std-env": "^2.2.1",
|
|
"wrap-ansi": "^6.2.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|