2018-10-17 21:28:25 +00:00
|
|
|
{
|
2018-10-30 20:42:53 +00:00
|
|
|
"name": "@nuxt/vue-app",
|
2019-12-17 10:22:18 +00:00
|
|
|
"version": "2.11.0",
|
2018-10-17 21:28:25 +00:00
|
|
|
"repository": "nuxt/nuxt.js",
|
|
|
|
"license": "MIT",
|
|
|
|
"files": [
|
|
|
|
"dist",
|
2018-11-17 10:52:21 +00:00
|
|
|
"template",
|
2019-08-20 11:01:34 +00:00
|
|
|
"vetur",
|
|
|
|
"index.d.ts"
|
2018-10-17 21:28:25 +00:00
|
|
|
],
|
2018-10-30 20:42:53 +00:00
|
|
|
"main": "dist/vue-app.js",
|
2019-08-20 11:13:45 +00:00
|
|
|
"typings": "index.d.ts",
|
2018-12-01 10:13:28 +00:00
|
|
|
"dependencies": {
|
2019-05-16 08:27:55 +00:00
|
|
|
"node-fetch": "^2.6.0",
|
2019-03-04 06:49:33 +00:00
|
|
|
"unfetch": "^4.1.0",
|
2019-12-16 21:21:58 +00:00
|
|
|
"vue": "^2.6.11",
|
2019-07-04 15:47:45 +00:00
|
|
|
"vue-client-only": "^2.0.0",
|
2020-01-13 10:48:10 +00:00
|
|
|
"vue-meta": "^2.3.2",
|
2018-12-15 07:31:59 +00:00
|
|
|
"vue-no-ssr": "^1.1.1",
|
2020-01-14 21:03:42 +00:00
|
|
|
"vue-router": "^3.1.4",
|
2019-12-16 21:21:58 +00:00
|
|
|
"vue-template-compiler": "^2.6.11",
|
2019-11-12 10:42:05 +00:00
|
|
|
"vuex": "^3.1.2"
|
2018-12-01 10:13:28 +00:00
|
|
|
},
|
2018-10-17 22:14:54 +00:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2018-11-26 18:02:10 +00:00
|
|
|
}
|
2018-10-17 21:28:25 +00:00
|
|
|
}
|