Added Vue, looks like this branch is now going to be DiceCloud V2

This commit is contained in:
Stefan Zermatten
2018-09-27 14:55:27 +02:00
parent d82031ab0d
commit 6a73d3576a
20 changed files with 658 additions and 456 deletions

View File

@@ -2,9 +2,6 @@
"name": "rpg-docs",
"version": "0.10.0",
"description": "Unofficial Online Realtime D&D 5e App",
"scripts": {
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/ThaumRystra/RPG-Docs"
@@ -21,6 +18,12 @@
"meteor-node-stubs": "^0.3.3",
"qrcode": "^1.2.0",
"source-map-support": "^0.5.6",
"underscore": "^1.9.1"
}
"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",
"vuex": "^3.0.1"
},
"devDependencies": {}
}