2018-10-17 21:28:25 +00:00
|
|
|
{
|
2018-10-30 20:42:53 +00:00
|
|
|
"name": "@nuxt/vue-app",
|
2020-10-15 16:17:49 +00:00
|
|
|
"version": "2.14.7",
|
2018-10-17 21:28:25 +00:00
|
|
|
"repository": "nuxt/nuxt.js",
|
|
|
|
"license": "MIT",
|
2020-02-06 12:32:56 +00:00
|
|
|
"main": "dist/vue-app.js",
|
|
|
|
"typings": "index.d.ts",
|
2018-10-17 21:28:25 +00:00
|
|
|
"files": [
|
|
|
|
"dist",
|
2018-11-17 10:52:21 +00:00
|
|
|
"template",
|
2019-08-20 11:01:34 +00:00
|
|
|
"vetur",
|
2020-07-09 11:11:20 +00:00
|
|
|
"web-types",
|
2019-08-20 11:01:34 +00:00
|
|
|
"index.d.ts"
|
2018-10-17 21:28:25 +00:00
|
|
|
],
|
2018-12-01 10:13:28 +00:00
|
|
|
"dependencies": {
|
2020-09-09 08:22:44 +00:00
|
|
|
"node-fetch": "^2.6.1",
|
2020-09-30 09:55:52 +00:00
|
|
|
"unfetch": "^4.2.0",
|
2020-08-25 14:11:17 +00:00
|
|
|
"vue": "^2.6.12",
|
2019-07-04 15:47:45 +00:00
|
|
|
"vue-client-only": "^2.0.0",
|
2020-06-10 15:26:50 +00:00
|
|
|
"vue-meta": "^2.4.0",
|
2018-12-15 07:31:59 +00:00
|
|
|
"vue-no-ssr": "^1.1.1",
|
2020-11-25 14:19:29 +00:00
|
|
|
"vue-router": "3.4.8",
|
2020-08-25 14:11:17 +00:00
|
|
|
"vue-template-compiler": "^2.6.12",
|
2020-06-30 17:20:53 +00:00
|
|
|
"vuex": "^3.5.1"
|
2018-12-01 10:13:28 +00:00
|
|
|
},
|
2018-10-17 22:14:54 +00:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2020-07-09 11:11:20 +00:00
|
|
|
},
|
|
|
|
"web-types": "web-types/web-types.json"
|
2018-10-17 21:28:25 +00:00
|
|
|
}
|