2018-10-17 21:28:25 +00:00
|
|
|
{
|
2018-10-30 20:42:53 +00:00
|
|
|
"name": "@nuxt/vue-app",
|
2019-08-28 11:32:12 +00:00
|
|
|
"version": "2.9.2",
|
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-03-20 07:11:58 +00:00
|
|
|
"vue": "^2.6.10",
|
2019-07-04 15:47:45 +00:00
|
|
|
"vue-client-only": "^2.0.0",
|
2019-08-31 18:19:14 +00:00
|
|
|
"vue-meta": "^2.2.2",
|
2018-12-15 07:31:59 +00:00
|
|
|
"vue-no-ssr": "^1.1.1",
|
2019-08-09 10:34:17 +00:00
|
|
|
"vue-router": "~3.0.7",
|
2019-03-20 07:11:58 +00:00
|
|
|
"vue-template-compiler": "^2.6.10",
|
2019-05-08 23:10:27 +00:00
|
|
|
"vuex": "^3.1.1"
|
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
|
|
|
}
|