{ "name": "ldgallery-viewer", "version": "0.1.0", "private": true, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build --modern", "lint": "vue-cli-service lint", "i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue|ts)' --locales './src/locales/**/*.json'" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.15", "@fortawesome/free-solid-svg-icons": "^5.7.2", "@fortawesome/vue-fontawesome": "^0.1.5", "buefy": "^0.8.0", "core-js": "^3.4.3", "vue": "^2.6.10", "vue-class-component": "^7.0.2", "vue-i18n": "^8.0.0", "vue-property-decorator": "^8.3.0", "vue-router": "^3.1.3", "vuex": "^3.1.2", "vuex-class-component": "^2.2.1" }, "devDependencies": { "@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4", "@babel/plugin-proposal-optional-chaining": "^7.7.5", "@types/webpack": "^4.4.0", "@typescript-eslint/eslint-plugin": "^2.13.0", "@typescript-eslint/parser": "^2.13.0", "@vue/cli-plugin-babel": "^4.1.0", "@vue/cli-plugin-eslint": "^4.1.1", "@vue/cli-plugin-router": "^4.1.0", "@vue/cli-plugin-typescript": "^4.1.0", "@vue/cli-plugin-vuex": "^4.1.1", "@vue/cli-service": "^4.1.0", "@vue/eslint-config-typescript": "^5.0.1", "eslint": "^6.8.0", "eslint-plugin-vue": "^6.0.1", "node-sass": "^4.12.0", "sass-loader": "^8.0.0", "typescript": "^3.7.4", "vue-cli-plugin-buefy": "^0.3.7", "vue-cli-plugin-fontawesome": "^0.2.0", "vue-cli-plugin-i18n": "^0.6.0", "vue-template-compiler": "^2.6.10" } }