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
59
|
{
"name": "ldgallery-viewer",
"version": "1.0.0",
"homepage": "https://ldgallery.pacien.org/",
"license": "AGPL-3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --modern",
"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.29",
"@fortawesome/free-solid-svg-icons": "5.13.1",
"@fortawesome/vue-fontawesome": "0.1.10",
"@types/hammerjs": "2.0.36",
"@types/marked": "^1.1.0",
"buefy": "0.8.15",
"core-js": "3.6.5",
"hammerjs": "2.0.8",
"marked": "^1.1.1",
"resize-observer-polyfill": "1.5.1",
"v-lazy-image": "1.4.0",
"vue": "2.6.11",
"vue-class-component": "7.2.3",
"vue-dragscroll": "2.0.1",
"vue-i18n": "8.18.2",
"vue-property-decorator": "8.4.1",
"vue-router": "3.3.4",
"vuex": "3.4.0",
"vuex-class-component": "2.3.3"
},
"devDependencies": {
"@types/webpack": "4.41.18",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"@vue/cli-plugin-babel": "4.4.6",
"@vue/cli-plugin-eslint": "4.4.6",
"@vue/cli-plugin-router": "4.4.6",
"@vue/cli-plugin-typescript": "4.4.6",
"@vue/cli-plugin-vuex": "4.4.6",
"@vue/cli-service": "4.4.6",
"@vue/eslint-config-typescript": "5.0.2",
"eslint": "6.8.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-vue": "6.2.2",
"node-sass": "4.14.1",
"sass-loader": "8.0.2",
"typescript": "3.9.5",
"vue-cli-plugin-buefy": "0.3.7",
"vue-cli-plugin-fontawesome": "0.2.0",
"vue-cli-plugin-i18n": "0.6.1",
"vue-template-compiler": "2.6.11"
}
}
|