Reduced bundle size and updates packages

This commit is contained in:
Stefan Zermatten
2022-11-19 17:19:07 +02:00
parent 0f3a96da17
commit 060b5f93ca
11 changed files with 166 additions and 508 deletions

View File

@@ -11,6 +11,7 @@
"scripts": {
"run": "meteor",
"debug": "meteor --inspect",
"bundle-viz": "meteor --extra-packages bundle-visualizer --production",
"test": "meteor test --driver-package meteortesting:mocha --port 3001",
"build": "meteor build ../build --architecture os.linux.x86_64"
},
@@ -22,20 +23,18 @@
"@babel/runtime": "^7.20.1",
"@chenfengyuan/vue-countdown": "^1.1.5",
"@tozd/vue-observer-utils": "^0.5.0",
"animejs": "^2.2.0",
"aws-sdk": "^2.1247.0",
"aws-sdk": "^2.1258.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.4.0",
"dompurify": "^2.4.1",
"ignore": "^5.2.0",
"ignore-styles": "^5.0.1",
"lodash": "^4.17.20",
"marked": "^4.2.1",
"marked": "^4.2.2",
"meteor-node-stubs": "^1.2.5",
"minify-css-string": "^1.0.0",
"moo": "^0.5.2",
@@ -43,15 +42,12 @@
"ngraph.graph": "^19.1.0",
"ngraph.path": "^1.4.0",
"pretty-bytes": "^6.0.0",
"qrcode": "^1.5.1",
"qrcode.vue": "^1.7.0",
"request": "^2.88.2",
"sharp": "^0.30.7",
"simpl-schema": "^1.13.1",
"source-map-support": "^0.5.21",
"speakingurl": "^14.0.1",
"styles": "^0.2.1",
"underscore": "^1.13.6",
"vue": "2.6.10",
"vue-meteor-tracker": "^2.0.0",
"vue-reactive-provide": "^0.3.0",
@@ -62,16 +58,14 @@
"vuex": "^3.1.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@vue/compiler-dom": "^3.2.41",
"chai": "^4.3.6",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@vue/compiler-dom": "^3.2.45",
"chai": "^4.3.7",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.20.0",
"eslint-plugin-vuetify": "^1.1.0",
"mem": "^6.1.1",
"sass": "^1.56.0",
"typescript": "^4.8.4"
"typescript": "^4.9.3"
},
"eslintConfig": {
"extends": [
@@ -124,4 +118,4 @@
]
}
}
}
}