Nuxt/packages/config/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

28 lines
526 B
JSON

{
"name": "@nuxt/config",
"version": "2.14.7",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"main": "dist/config.js",
"typings": "index.d.ts",
"files": [
"dist",
"index.d.ts"
],
"dependencies": {
"@nuxt/utils": "2.14.7",
"consola": "^2.15.0",
"create-require": "^1.0.2",
"defu": "^2.0.4",
"destr": "^1.0.1",
"dotenv": "^8.2.0",
"esm": "^3.2.25",
"jiti": "^0.1.12",
"rc9": "^1.1.0",
"std-env": "^2.2.1"
},
"publishConfig": {
"access": "public"
}
}