{ "name": "vaquant", "version": "0.8.0", "private": true, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "test:unit": "vue-cli-service test:unit", "lint": "vue-cli-service lint", "build-couch-design": "ts-node src/scripts/validate-doc-update.ts" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.27", "@fortawesome/free-solid-svg-icons": "^5.12.1", "@fortawesome/vue-fontawesome": "^0.1.9", "@xkeshi/vue-qrcode": "^1.0.0", "axios": "^0.19.2", "bulma": "^0.7.5", "bulma-checkradio": "^2.1.1", "bulma-pricingtable": "^0.2.0", "bulma-switch": "^2.0.0", "core-js": "^3.6.4", "font-color-contrast": "^1.0.3", "lightness": "^1.0.0", "lodash-es": "^4.17.15", "mapbox-gl": "^1.8.1", "md5": "^2.2.1", "notyf": "^3.1.0", "pouchdb-authentication": "^1.1.3", "pouchdb-browser": "^7.2.1", "register-service-worker": "^1.6.2", "uuid": "^3.4.0", "vue": "^2.6.11", "vue-class-component": "^7.2.3", "vue-click-outside": "^1.0.7", "vue-i18n": "^8.15.4", "vue-property-decorator": "^8.4.0", "vue-router": "^3.1.6", "vue-stripe-checkout": "^3.1.6", "vuex": "^3.1.2", "vuex-class": "^0.3.2", "vuex-persist": "^2.2.0" }, "devDependencies": { "@types/chartist": "^0.9.47", "@types/jest": "^24.9.1", "@types/lodash-es": "^4.17.3", "@types/mapbox-gl": "^1.8.1", "@types/md5": "^2.1.33", "@types/notyf": "^2.0.0", "@types/pouchdb": "^6.4.0", "@types/uuid": "^3.4.8", "@vue/cli-plugin-babel": "^4.2.3", "@vue/cli-plugin-pwa": "^4.2.3", "@vue/cli-plugin-typescript": "^4.2.3", "@vue/cli-plugin-unit-jest": "^4.2.3", "@vue/cli-service": "^3.12.1", "@vue/test-utils": "^1.0.0-beta.31", "babel-core": "7.0.0-bridge.0", "node-sass": "^4.13.1", "sass-loader": "^7.3.1", "ts-jest": "^24.3.0", "ts-node": "^8.6.2", "typescript": "^3.8.3", "vue-template-compiler": "^2.6.11" } }