mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 00:53:55 +00:00
25 lines
478 B
JSON
25 lines
478 B
JSON
{
|
|
"name": "@nuxt/generator",
|
|
"version": "2.15.3",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"main": "dist/generator.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@nuxt/utils": "2.15.3",
|
|
"chalk": "^4.1.0",
|
|
"consola": "^2.15.3",
|
|
"defu": "^3.2.2",
|
|
"devalue": "^2.0.1",
|
|
"fs-extra": "^9.1.0",
|
|
"html-minifier": "^4.0.0",
|
|
"node-html-parser": "^2.2.1",
|
|
"ufo": "^0.6.10"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|