mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
ae82a03a28
Co-authored-by: Xin Du (Clark) <clark.duxin@gmail.com>
21 lines
372 B
JSON
21 lines
372 B
JSON
{
|
|
"name": "@nuxt/generator",
|
|
"version": "2.8.1",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "dist/generator.js",
|
|
"dependencies": {
|
|
"@nuxt/utils": "2.8.1",
|
|
"chalk": "^2.4.2",
|
|
"consola": "^2.9.0",
|
|
"fs-extra": "^8.1.0",
|
|
"html-minifier": "^4.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|