mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 17:43:59 +00:00
b19006d1c7
[release]
22 lines
410 B
JSON
22 lines
410 B
JSON
{
|
|
"name": "@nuxt/generator",
|
|
"version": "2.12.1",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"main": "dist/generator.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@nuxt/utils": "2.12.1",
|
|
"chalk": "^3.0.0",
|
|
"consola": "^2.13.0",
|
|
"fs-extra": "^8.1.0",
|
|
"html-minifier": "^4.0.0",
|
|
"node-html-parser": "^1.2.19"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|