Rolled back 1.8 update because it broke the build

This commit is contained in:
Stefan Zermatten
2018-10-11 11:39:27 +02:00
parent e1c1b727ed
commit 41a25151fc
5 changed files with 95 additions and 127 deletions

View File

@@ -2,6 +2,7 @@
"name": "rpg-docs",
"version": "0.10.0",
"description": "Unofficial Online Realtime D&D 5e App",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/ThaumRystra/RPG-Docs"
@@ -9,21 +10,19 @@
"author": "Stefan Zermatten",
"dependencies": {
"@babel/runtime": "7.0.0-beta.55",
"@polymer/polymer": "^1.2.5-npm-test.2",
"animejs": "^2.2.0",
"babel-runtime": "^6.26.0",
"bcrypt": "^1.0.3",
"bower": "^1.7.9",
"core-js": "^2.5.7",
"fibers": "^2.0.2",
"meteor-node-stubs": "^0.3.3",
"qrcode": "^1.2.0",
"source-map-support": "^0.5.6",
"qrcode": "^1.3.0",
"source-map-support": "^0.5.9",
"underscore": "^1.9.1",
"vue": "^2.5.17",
"vue-meteor-tracker": "^2.0.0-beta.3",
"vue-router": "^2.0.0",
"vuetify": "^1.2.5",
"vue-meteor-tracker": "^2.0.0-beta.4",
"vue-router": "^3.0.0",
"vuetify": "^1.2.8",
"vuex": "^3.0.1"
},
"devDependencies": {}