Merge branch 'version-2' into version-2-tabletop

This commit is contained in:
Stefan Zermatten
2022-10-22 19:29:31 +02:00
437 changed files with 18762 additions and 8849 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "dicecloud",
"version": "2.0.33",
"version": "2.0.42",
"description": "Unofficial Online Realtime D&D 5e App",
"license": "GPL-3.0",
"repository": {
@@ -10,71 +10,81 @@
"author": "Stefan Zermatten",
"scripts": {
"run": "meteor",
"test": "meteor test --driver-package meteortesting:mocha --port 3001"
"debug": "meteor --inspect",
"test": "meteor test --driver-package meteortesting:mocha --port 3001",
"build": "meteor build ../build --architecture os.linux.x86_64"
},
"engines": {
"node": "14.0.x",
"npm": "6.13.x"
},
"dependencies": {
"@babel/runtime": "^7.16.7",
"@babel/runtime": "^7.19.4",
"@chenfengyuan/vue-countdown": "^1.1.5",
"@tozd/vue-observer-utils": "^0.5.0",
"animejs": "^2.2.0",
"aws-sdk": "^2.1059.0",
"bcrypt": "^5.0.0",
"aws-sdk": "^2.1234.0",
"bcrypt": "^5.1.0",
"chroma-js": "^2.4.2",
"core-js": "^2.6.11",
"css-box-shadow": "^1.0.0-3",
"date-fns": "^1.30.1",
"ddp-rate-limiter-mixin": "^1.1.10",
"discord.js": "^12.5.3",
"dompurify": "^2.3.4",
"dompurify": "^2.4.0",
"ignore": "^5.2.0",
"ignore-styles": "^5.0.1",
"lodash": "^4.17.20",
"marked": "^4.0.10",
"meteor-node-stubs": "^1.1.0",
"marked": "^4.1.1",
"meteor-node-stubs": "^1.2.5",
"minify-css-string": "^1.0.0",
"moo": "^0.5.1",
"moo": "^0.5.2",
"nearley": "^2.19.1",
"ngraph.graph": "^19.1.0",
"ngraph.path": "^1.4.0",
"pretty-bytes": "^6.0.0",
"qrcode": "^1.5.0",
"qrcode": "^1.5.1",
"request": "^2.88.2",
"simpl-schema": "^1.12.0",
"sharp": "^0.30.7",
"simpl-schema": "^1.13.1",
"source-map-support": "^0.5.21",
"speakingurl": "^14.0.1",
"styles": "^0.2.1",
"three": "^0.139.2",
"underscore": "^1.13.2",
"underscore": "^1.13.6",
"vue": "2.6.10",
"vue-meteor-tracker": "^2.0.0-beta.5",
"vue-meteor-tracker": "^2.0.0",
"vue-reactive-provide": "^0.3.0",
"vue-router": "^3.5.3",
"vue-router": "^3.6.5",
"vuedraggable": "^2.23.2",
"vuetify": "^2.6.2",
"vuetify": "^2.6.11",
"vuetify-upload-button": "^2.0.2",
"vuex": "^3.1.3"
},
"devDependencies": {
"chai": "^4.3.4",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"@vue/compiler-dom": "^3.2.41",
"chai": "^4.3.6",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.20.0",
"eslint-plugin-vuetify": "^1.1.0",
"mem": "^6.1.1",
"sass": "^1.48.0"
"sass": "^1.55.0",
"typescript": "^4.8.4"
},
"eslintConfig": {
"extends": [
"eslint:recommended",
"plugin:vue/recommended",
"plugin:vue/base"
"plugin:vue/base",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
],
"plugins": [
"vue",
"vuetify"
"vuetify",
"@typescript-eslint"
],
"overrides": [
{
@@ -115,4 +125,4 @@
"vuetify/no-deprecated-classes": "error"
}
}
}
}