This commit is contained in:
2022-07-18 02:50:52 +00:00
parent befd344ab0
commit 06181b34d6
8569 changed files with 818704 additions and 352705 deletions
+15 -14
View File
@@ -1,35 +1,36 @@
/*!
* @nuxt/vue-app v2.13.3 (c) 2016-2020
* - All the amazing contributors
* Released under the MIT License.
* @nuxt/vue-app v2.15.8 (c) 2016-2021
* Released under the MIT License
* Repository: https://github.com/nuxt/nuxt.js
* Website: https://nuxtjs.org
*/
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
const path = require('path');
const path = _interopDefault(require('path'));
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
const path__default = /*#__PURE__*/_interopDefaultLegacy(path);
var dependencies = {
"node-fetch": "^2.6.0",
unfetch: "^4.1.0",
vue: "^2.6.11",
"node-fetch": "^2.6.1",
ufo: "^0.7.4",
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.3.4",
"vue-template-compiler": "^2.6.11",
vuex: "^3.5.1"
"vue-router": "^3.5.1",
"vue-template-compiler": "^2.6.12",
vuex: "^3.6.2"
};
const template = {
dependencies,
dir: path.join(__dirname, '..', 'template'),
dir: path__default['default'].join(__dirname, '..', 'template'),
files: [
'nuxt/config.json',
'App.js',
'client.js',
'index.js',