{ "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.5.0", "eslint-plugin-prettier": "3.4.1", "eslint-plugin-vue": "7.20.0", "node-sass": "6.0.1", "sass-loader": "10.2.1", "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" } }