Nuxt/packages/generator/package.json
renovate[bot] 498f85532d
chore(deps): update all non-major dependencies (#8663)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-20 12:31:29 +00:00

24 lines
458 B
JSON

{
"name": "@nuxt/generator",
"version": "2.14.12",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"main": "dist/generator.js",
"files": [
"dist"
],
"dependencies": {
"@nuxt/utils": "2.14.12",
"chalk": "^4.1.0",
"consola": "^2.15.0",
"defu": "^3.2.2",
"devalue": "^2.0.1",
"fs-extra": "^9.1.0",
"html-minifier": "^4.0.0",
"node-html-parser": "^2.0.2"
},
"publishConfig": {
"access": "public"
}
}