line_push/node_modules/@nuxt/vue-app/dist/vue-app.js
2022-07-17 13:16:16 +08:00

56 lines
1.2 KiB
JavaScript

/*!
* @nuxt/vue-app v2.13.3 (c) 2016-2020
* - All the amazing contributors
* Released under the MIT License.
* 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 = _interopDefault(require('path'));
var dependencies = {
"node-fetch": "^2.6.0",
unfetch: "^4.1.0",
vue: "^2.6.11",
"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"
};
const template = {
dependencies,
dir: path.join(__dirname, '..', 'template'),
files: [
'nuxt/config.json',
'App.js',
'client.js',
'index.js',
'jsonp.js',
'router.js',
'router.scrollBehavior.js',
'routes.json',
'server.js',
'utils.js',
'empty.js',
'mixins/fetch.server.js',
'mixins/fetch.client.js',
'components/nuxt-error.vue',
'components/nuxt-child.js',
'components/nuxt-link.server.js',
'components/nuxt-link.client.js',
'components/nuxt.js',
'views/app.template.html',
'views/error.html'
]
};
exports.template = template;