2018-10-17 21:28:25 +00:00
|
|
|
{
|
2018-10-30 20:42:53 +00:00
|
|
|
"name": "@nuxt/vue-app",
|
2019-02-06 15:57:43 +00:00
|
|
|
"version": "2.4.3",
|
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",
|
2018-12-19 16:31:10 +00:00
|
|
|
"types/*.d.ts",
|
|
|
|
"vetur"
|
2018-10-17 21:28:25 +00:00
|
|
|
],
|
2018-10-30 20:42:53 +00:00
|
|
|
"main": "dist/vue-app.js",
|
2018-11-25 14:52:37 +00:00
|
|
|
"typings": "types/index.d.ts",
|
2018-12-01 10:13:28 +00:00
|
|
|
"dependencies": {
|
2019-02-05 10:30:57 +00:00
|
|
|
"vue": "^2.6.2",
|
2018-12-18 17:02:05 +00:00
|
|
|
"vue-meta": "^1.5.8",
|
2018-12-15 07:31:59 +00:00
|
|
|
"vue-no-ssr": "^1.1.1",
|
2018-12-01 10:13:28 +00:00
|
|
|
"vue-router": "^3.0.2",
|
2019-02-05 10:30:57 +00:00
|
|
|
"vue-template-compiler": "^2.6.2",
|
2019-01-17 21:20:00 +00:00
|
|
|
"vuex": "^3.1.0"
|
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
|
|
|
}
|