Nuxt/packages/vue-app/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

31 lines
621 B
JSON

{
"name": "@nuxt/vue-app",
"version": "2.14.7",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"main": "dist/vue-app.js",
"typings": "index.d.ts",
"files": [
"dist",
"template",
"vetur",
"web-types",
"index.d.ts"
],
"dependencies": {
"node-fetch": "^2.6.1",
"unfetch": "^4.2.0",
"vue": "^2.6.12",
"vue-client-only": "^2.0.0",
"vue-meta": "^2.4.0",
"vue-no-ssr": "^1.1.1",
"vue-router": "3.4.8",
"vue-template-compiler": "^2.6.12",
"vuex": "^3.5.1"
},
"publishConfig": {
"access": "public"
},
"web-types": "web-types/web-types.json"
}