mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 00:53:55 +00:00
751b784d21
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
28 lines
566 B
JSON
28 lines
566 B
JSON
{
|
|
"name": "@nuxt/generator",
|
|
"version": "2.16.1",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"main": "dist/generator.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@nuxt/utils": "2.16.1",
|
|
"chalk": "^4.1.2",
|
|
"consola": "^2.15.3",
|
|
"defu": "^6.1.2",
|
|
"devalue": "^2.0.1",
|
|
"fs-extra": "^10.1.0",
|
|
"html-minifier": "^4.0.0",
|
|
"node-html-parser": "^6.1.5",
|
|
"ufo": "^1.1.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
}
|
|
}
|