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