mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
9df5f49e07
New packages: - `@nuxt/webpack` - `@nuxt/generator`
21 lines
375 B
JSON
21 lines
375 B
JSON
{
|
|
"name": "@nuxt/generator",
|
|
"version": "2.2.0",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "dist/generator.js",
|
|
"dependencies": {
|
|
"@nuxt/common": "^2.2.0",
|
|
"chalk": "^2.4.1",
|
|
"consola": "^1.4.4",
|
|
"fs-extra": "^7.0.0",
|
|
"html-minifier": "^3.5.20"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|