Files
vaquant/package.json
2020-08-27 23:03:45 +02:00

70 lines
2.0 KiB
JSON

{
"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.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@xkeshi/vue-qrcode": "^1.0.0",
"axios": "^0.19.2",
"bulma": "^0.8.1",
"bulma-checkradio": "^1.1.1",
"bulma-pricingtable": "^0.2.0",
"bulma-switch": "^2.0.0",
"core-js": "^3.6.5",
"date-fns": "^2.16.0",
"font-color-contrast": "^1.0.3",
"lightness": "^1.0.0",
"lodash-es": "^4.17.15",
"mapbox-gl": "^1.9.1",
"md5": "^2.2.1",
"notyf": "^3.6.0",
"pouchdb-authentication": "^1.1.3",
"pouchdb-browser": "^7.2.1",
"register-service-worker": "^1.7.1",
"uuid": "^7.0.3",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-click-outside": "^1.0.7",
"vue-currency-input": "^1.18.0",
"vue-i18n": "^8.16.0",
"vue-property-decorator": "^8.4.1",
"vue-router": "^3.1.6",
"vue-stripe-checkout": "^3.2.2",
"vuex": "^3.1.3",
"vuex-class": "^0.3.2",
"vuex-persist": "^2.2.0"
},
"devDependencies": {
"@types/chartist": "^0.9.48",
"@types/jest": "^25.2.1",
"@types/lodash-es": "^4.17.3",
"@types/mapbox-gl": "^1.8.3",
"@types/md5": "^2.1.33",
"@types/notyf": "^3.0.0",
"@types/pouchdb": "^6.4.0",
"@types/uuid": "^7.0.2",
"@vue/cli-plugin-babel": "^4.3.1",
"@vue/cli-plugin-pwa": "^4.3.1",
"@vue/cli-plugin-typescript": "^4.3.1",
"@vue/cli-plugin-unit-jest": "^4.3.1",
"@vue/cli-service": "^4.3.1",
"@vue/test-utils": "^1.0.0-beta.33",
"babel-core": "7.0.0-bridge.0",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"ts-jest": "^25.3.1",
"ts-node": "^8.8.2",
"typescript": "^3.8.3",
"vue-template-compiler": "^2.6.11"
}
}