aboutsummaryrefslogtreecommitdiff
path: root/viewer/package.json
blob: 905222b081dbf9f7f8a7fe211b6f14652774c13b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
  "name": "ldgallery-viewer",
  "version": "2.0.0",
  "homepage": "https://ldgallery.pacien.org/",
  "license": "AGPL-3",
  "private": true,
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "build:report": "vue-cli-service build --report",
    "lint": "vue-cli-service lint --no-fix --max-warnings 0",
    "lint-autoformat": "vue-cli-service lint --fix",
    "i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue|ts)' --locales './src/locales/*.json'"
  },
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "1.2.30",
    "@fortawesome/free-solid-svg-icons": "5.14.0",
    "@fortawesome/free-regular-svg-icons": "5.14.0",
    "@fortawesome/vue-fontawesome": "2.0.0",
    "@types/hammerjs": "2.0.39",
    "@types/marked": "2.0.3",
    "buefy": "0.8.15",
    "hammerjs": "2.0.8",
    "marked": "2.1.3",
    "v-lazy-image": "1.4.0",
    "vue": "2.6.14",
    "vue-class-component": "7.2.6",
    "vue-dragscroll": "2.1.0",
    "vue-i18n": "8.24.5",
    "vue-property-decorator": "9.1.2",
    "vue-router": "3.5.2",
    "vuex": "3.6.2",
    "vuex-class-component": "2.3.5"
  },
  "devDependencies": {
    "@types/webpack": "4.41.29",
    "@typescript-eslint/eslint-plugin": "4.21.0",
    "@typescript-eslint/parser": "4.21.0",
    "@vue/cli-plugin-babel": "4.5.13",
    "@vue/cli-plugin-eslint": "4.5.13",
    "@vue/cli-plugin-router": "4.5.13",
    "@vue/cli-plugin-typescript": "4.5.13",
    "@vue/cli-plugin-vuex": "4.5.13",
    "@vue/cli-service": "4.5.13",
    "@vue/eslint-config-typescript": "7.0.0",
    "eslint": "7.23.0",
    "eslint-config-prettier": "8.1.0",
    "eslint-plugin-prettier": "3.3.1",
    "eslint-plugin-vue": "7.8.0",
    "node-sass": "4.14.1",
    "sass-loader": "8.0.2",
    "typescript": "4.2.4",
    "vue-cli-plugin-buefy": "0.3.8",
    "vue-cli-plugin-fontawesome": "0.2.0",
    "vue-cli-plugin-i18n": "2.1.1",
    "vue-template-compiler": "2.6.14"
  }
}