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
|
{
"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",
"lint": "vue-cli-service lint --no-fix",
"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.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@types/hammerjs": "^2.0.36",
"buefy": "^0.8.15",
"core-js": "^3.6.4",
"hammerjs": "^2.0.8",
"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.16.0",
"vue-property-decorator": "^8.4.1",
"vue-router": "^3.1.6",
"vuex": "^3.1.3",
"vuex-class-component": "^2.2.1"
},
"devDependencies": {
"@types/webpack": "^4.41.10",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"@vue/cli-plugin-babel": "^4.2.3",
"@vue/cli-plugin-eslint": "^4.2.3",
"@vue/cli-plugin-router": "^4.2.3",
"@vue/cli-plugin-typescript": "^4.2.3",
"@vue/cli-plugin-vuex": "^4.2.3",
"@vue/cli-service": "^4.2.3",
"@vue/eslint-config-typescript": "^5.0.2",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"typescript": "^3.8.3",
"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"
}
}
|