Nuxt/packages/generator/package.json
Sébastien Chopin 691f21c683
fix(vue-app): handle missing payloads on full static (#8314)
* fix(vue-app): handle missing payloads on full static

Fixes #7717

* chore: rename routesManifest to manifest

* chore: remove console.log

* chore(vue-app): don't have staticAssetsBase if undefined

* chore: add manifest option

* test: update snapshot

* chore: use foundRoute to avoid multiple vars name

Co-authored-by: Pooya Parsa <pyapar@gmail.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2020-11-25 15:19:29 +01:00

23 lines
434 B
JSON

{
"name": "@nuxt/generator",
"version": "2.14.7",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"main": "dist/generator.js",
"files": [
"dist"
],
"dependencies": {
"@nuxt/utils": "2.14.7",
"chalk": "^3.0.0",
"consola": "^2.15.0",
"devalue": "^2.0.1",
"fs-extra": "^8.1.0",
"html-minifier": "^4.0.0",
"node-html-parser": "^2.0.0"
},
"publishConfig": {
"access": "public"
}
}