aboutsummaryrefslogtreecommitdiff
path: root/viewer/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/package.json')
-rw-r--r--viewer/package.json56
1 files changed, 27 insertions, 29 deletions
diff --git a/viewer/package.json b/viewer/package.json
index f427ef5..905222b 100644
--- a/viewer/package.json
+++ b/viewer/package.json
@@ -6,7 +6,7 @@
6 "private": true, 6 "private": true,
7 "scripts": { 7 "scripts": {
8 "serve": "vue-cli-service serve", 8 "serve": "vue-cli-service serve",
9 "build": "vue-cli-service build --modern", 9 "build": "vue-cli-service build",
10 "build:report": "vue-cli-service build --report", 10 "build:report": "vue-cli-service build --report",
11 "lint": "vue-cli-service lint --no-fix --max-warnings 0", 11 "lint": "vue-cli-service lint --no-fix --max-warnings 0",
12 "lint-autoformat": "vue-cli-service lint --fix", 12 "lint-autoformat": "vue-cli-service lint --fix",
@@ -17,44 +17,42 @@
17 "@fortawesome/free-solid-svg-icons": "5.14.0", 17 "@fortawesome/free-solid-svg-icons": "5.14.0",
18 "@fortawesome/free-regular-svg-icons": "5.14.0", 18 "@fortawesome/free-regular-svg-icons": "5.14.0",
19 "@fortawesome/vue-fontawesome": "2.0.0", 19 "@fortawesome/vue-fontawesome": "2.0.0",
20 "@types/hammerjs": "2.0.36", 20 "@types/hammerjs": "2.0.39",
21 "@types/marked": "1.1.0", 21 "@types/marked": "2.0.3",
22 "buefy": "0.8.15", 22 "buefy": "0.8.15",
23 "core-js": "3.6.5",
24 "hammerjs": "2.0.8", 23 "hammerjs": "2.0.8",
25 "marked": "1.1.1", 24 "marked": "2.1.3",
26 "resize-observer-polyfill": "1.5.1",
27 "v-lazy-image": "1.4.0", 25 "v-lazy-image": "1.4.0",
28 "vue": "2.6.12", 26 "vue": "2.6.14",
29 "vue-class-component": "7.2.5", 27 "vue-class-component": "7.2.6",
30 "vue-dragscroll": "2.1.0", 28 "vue-dragscroll": "2.1.0",
31 "vue-i18n": "8.21.0", 29 "vue-i18n": "8.24.5",
32 "vue-property-decorator": "9.0.0", 30 "vue-property-decorator": "9.1.2",
33 "vue-router": "3.4.3", 31 "vue-router": "3.5.2",
34 "vuex": "3.5.1", 32 "vuex": "3.6.2",
35 "vuex-class-component": "2.3.5" 33 "vuex-class-component": "2.3.5"
36 }, 34 },
37 "devDependencies": { 35 "devDependencies": {
38 "@types/webpack": "4.41.29", 36 "@types/webpack": "4.41.29",
39 "@typescript-eslint/eslint-plugin": "2.34.0", 37 "@typescript-eslint/eslint-plugin": "4.21.0",
40 "@typescript-eslint/parser": "2.34.0", 38 "@typescript-eslint/parser": "4.21.0",
41 "@vue/cli-plugin-babel": "4.4.6", 39 "@vue/cli-plugin-babel": "4.5.13",
42 "@vue/cli-plugin-eslint": "4.4.6", 40 "@vue/cli-plugin-eslint": "4.5.13",
43 "@vue/cli-plugin-router": "4.4.6", 41 "@vue/cli-plugin-router": "4.5.13",
44 "@vue/cli-plugin-typescript": "4.4.6", 42 "@vue/cli-plugin-typescript": "4.5.13",
45 "@vue/cli-plugin-vuex": "4.4.6", 43 "@vue/cli-plugin-vuex": "4.5.13",
46 "@vue/cli-service": "4.4.6", 44 "@vue/cli-service": "4.5.13",
47 "@vue/eslint-config-typescript": "5.0.2", 45 "@vue/eslint-config-typescript": "7.0.0",
48 "eslint": "6.8.0", 46 "eslint": "7.23.0",
49 "eslint-config-prettier": "6.11.0", 47 "eslint-config-prettier": "8.1.0",
50 "eslint-plugin-prettier": "3.1.4", 48 "eslint-plugin-prettier": "3.3.1",
51 "eslint-plugin-vue": "6.2.2", 49 "eslint-plugin-vue": "7.8.0",
52 "node-sass": "4.14.1", 50 "node-sass": "4.14.1",
53 "sass-loader": "8.0.2", 51 "sass-loader": "8.0.2",
54 "typescript": "3.9.5", 52 "typescript": "4.2.4",
55 "vue-cli-plugin-buefy": "0.3.7", 53 "vue-cli-plugin-buefy": "0.3.8",
56 "vue-cli-plugin-fontawesome": "0.2.0", 54 "vue-cli-plugin-fontawesome": "0.2.0",
57 "vue-cli-plugin-i18n": "1.0.1", 55 "vue-cli-plugin-i18n": "2.1.1",
58 "vue-template-compiler": "2.6.12" 56 "vue-template-compiler": "2.6.14"
59 } 57 }
60} 58}