Nuxt/packages/generator/package.json
renovate[bot] 918b589772
chore(deps): update all non-major dependencies (#8224)
* chore(deps): update all non-major dependencies

* fix lock

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Clark Du <clark.duxin@gmail.com>
2020-10-29 21:47:05 +00:00

22 lines
409 B
JSON

{
"name": "@nuxt/generator",
"version": "2.14.7",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"main": "dist/generator.js",
"files": [
"dist"
],
"dependencies": {
"@nuxt/utils": "2.14.7",
"chalk": "^3.0.0",
"consola": "^2.15.0",
"fs-extra": "^8.1.0",
"html-minifier": "^4.0.0",
"node-html-parser": "^1.4.3"
},
"publishConfig": {
"access": "public"
}
}