-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 3.13 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 3.13 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "worxstr",
"version": "0.4.2",
"private": true,
"scripts": {
"start": "node ./bin/www",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "aws s3 sync ./dist s3://worxstr-secure-app-client",
"e2e": "cypress open",
"e2e:headless": "npx cypress run --record --key 3c840ce5-d413-43f7-b199-cabeca580a05"
},
"dependencies": {
"@capacitor-community/barcode-scanner": "^2.0.1",
"@capacitor-community/fcm": "^2.0.2",
"@capacitor/android": "^3.0.0-rc.4",
"@capacitor/app": "^1.0.2",
"@capacitor/cli": "latest",
"@capacitor/clipboard": "^1.0.3",
"@capacitor/core": "^3.0.0-rc.4",
"@capacitor/dialog": "^1.0.3",
"@capacitor/geolocation": "^1.0.0",
"@capacitor/ios": "^3.2.3",
"@capacitor/network": "^1.0.3",
"@capacitor/push-notifications": "^1.0.7",
"@capacitor/splash-screen": "^1.1.5",
"@capacitor/status-bar": "^1.0.3",
"@chenfengyuan/vue-qrcode": "1",
"@robingenz/capacitor-app-update": "^1.3.1",
"@types/axios": "^0.14.0",
"@types/socket.io": "^2.1.13",
"axios": "0.21.4",
"capacitor-native-biometric": "^3.0.3",
"capacitor-secure-storage-plugin": "^0.6.2",
"compact-timezone-list": "^1.0.6",
"core-js": "^3.8.2",
"dayjs": "^1.10.1",
"dwolla-v2": "^3.2.0",
"gmap-vue": "^2.0.2",
"leaflet": "^1.7.1",
"mitt": "^3.0.0",
"normalizr": "^3.6.1",
"portal-vue": "^2.1.7",
"qrcode": "^1.4.4",
"qs": "^6.10.3",
"register-service-worker": "^1.7.1",
"rrule": "^2.6.8",
"socket.io-client": "^4.2.0",
"tiptap-vuetify": "^2.24.0",
"ua-parser-js": "^0.7.28",
"v-mask": "^2.2.4",
"vue": "^2.6.11",
"vue-chat-scroll": "^1.4.0",
"vue-class-component": "^7.2.3",
"vue-gtag": "^1.16.1",
"vue-markdown": "^2.2.4",
"vue-masonry-css": "^1.0.3",
"vue-meta": "^2.4.0",
"vue-property-decorator": "^9.1.2",
"vue-qrcode-reader": "^2.3.16",
"vue-router": "^3.5.2",
"vue-sanitize": "^0.2.1",
"vue-socket.io-extended": "^4.2.0",
"vue2-gmap-custom-marker": "^6.0.1",
"vuedraggable": "^2.24.3",
"vuetify": "^2.2.11",
"vuetify-google-autocomplete": "^2.0.4",
"vuex": "^3.4.0"
},
"devDependencies": {
"@cypress/vue": "^2.2.3",
"@cypress/webpack-dev-server": "^1.7.0",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-pwa": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-typescript": "^5.0.2",
"cypress": "^9.1.1",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^5.0.0",
"pug": "^3.0.1",
"pug-plain-loader": "^1.1.0",
"sass": "^1.26.5",
"sass-loader": "^10.1.1",
"serve": "^13.0.2",
"typescript": "~3.9.3",
"vue-cli-plugin-vuetify": "~2.0.8",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.3.0"
},
"packageManager": "yarn@3.1.0"
}