mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
691f21c683
* 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>
28 lines
557 B
JSON
28 lines
557 B
JSON
{
|
|
"name": "@nuxt/core",
|
|
"version": "2.14.7",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"main": "dist/core.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@nuxt/config": "2.14.7",
|
|
"@nuxt/devalue": "^1.2.4",
|
|
"@nuxt/server": "2.14.7",
|
|
"@nuxt/utils": "2.14.7",
|
|
"@nuxt/vue-renderer": "2.14.7",
|
|
"consola": "^2.15.0",
|
|
"debug": "^4.2.0",
|
|
"esm": "^3.2.25",
|
|
"fs-extra": "^8.1.0",
|
|
"hable": "^3.0.0",
|
|
"hash-sum": "^2.0.0",
|
|
"std-env": "^2.2.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|