mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
24 lines
458 B
JSON
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.0.1",
|
|
"html-minifier": "^4.0.0",
|
|
"node-html-parser": "^2.0.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|