Nuxt/packages/generator/package.json
renovate[bot] 65150099ce
chore(deps): update all non-major dependencies (2.x) (#23928)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-26 01:38:18 +09:00

31 lines
597 B
JSON

{
"name": "@nuxt/generator",
"version": "2.17.2",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
},
"license": "MIT",
"main": "dist/generator.js",
"files": [
"dist"
],
"dependencies": {
"@nuxt/utils": "2.17.2",
"chalk": "^4.1.2",
"consola": "^3.2.3",
"defu": "^6.1.3",
"devalue": "^2.0.1",
"fs-extra": "^10.1.0",
"html-minifier": "^4.0.0",
"node-html-parser": "^6.1.11",
"ufo": "^1.3.1"
},
"engines": {
"node": "^14.18.0 || >=16.10.0"
},
"publishConfig": {
"access": "public"
}
}