-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.58 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.58 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
{
"name": "admin",
"version": "2.0.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --mode development --port 5000",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit --runInBand --detectOpenHandles --coverage",
"test:watch": "vue-cli-service test:unit --watchAll",
"lint": "vue-cli-service lint",
"build:dev": "vue-cli-service build --mode development",
"watch": "vue-cli-service build --mode development --watch --no-clean",
"i18n:report": "vue-cli-service i18n:report --src \\\"./src/**/*.?(js|vue)\\\" --locales \\\"src/assets/locales/**/*.json\\\"",
"lint-check": "vue-cli-service lint --no-fix --ignore-path .eslintignore src/",
"serve:firebase": "firebase serve",
"start:emulators": "firebase emulators:start --import dataEmulators --export-on-exit"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@googlemaps/js-api-loader": "^1.14.3",
"@sentry/tracing": "^7.37.2",
"@sentry/vue": "^7.37.2",
"axios": "^0.27.2",
"bootstrap": "^5.3.1",
"chart.js": "^4.4.5",
"core-js": "^3.6.5",
"dayjs": "^1.10.7",
"firebase": "^9.5.0",
"google-maps": "^4.3.3",
"pinia": "^2.0.14",
"qrcode": "^1.5.0",
"socket.io-client": "^4.4.1",
"sweetalert2": "^11.3.6",
"vee-validate": "~4.6.0",
"vue": "^3.4.22",
"vue-advanced-chat": "^2.1.0",
"vue-chartjs": "^5.3.1",
"vue-class-component": "^8.0.0-0",
"vue-i18n": "^9.1.0",
"vue-router": "^4.0.0-0",
"vue3-emoji-picker": "^1.1.8",
"yup": "^0.32.11"
},
"devDependencies": {
"@intlify/vue-i18n-loader": "^3.0.0",
"@popperjs/core": "^2.11.0",
"@types/bootstrap": "^5.2.6",
"@types/google.maps": "^3.49.2",
"@types/jest": "^27.4.1",
"@types/qrcode": "^1.4.2",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/cli-plugin-babel": "~5.0.1",
"@vue/cli-plugin-eslint": "~5.0.1",
"@vue/cli-plugin-router": "~5.0.1",
"@vue/cli-plugin-typescript": "~5.0.1",
"@vue/cli-plugin-unit-jest": "~5.0.1",
"@vue/cli-service": "~5.0.1",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^2.0.0",
"@vue/vue3-jest": "^27.0.0",
"babel-jest": "^27.5.1",
"eslint-plugin-vue": "^7.20.0",
"fake-indexeddb": "^5.0.2",
"firebase-tools": "^12.4.6",
"npm-run-all": "^4.1.5",
"sass": "^1.43.5",
"sass-loader": "^10.2.0",
"socket.io": "^4.4.1",
"ts-jest": "^27.1.3",
"typescript": "^4.5.0",
"vue-cli-plugin-i18n": "^2.3.2",
"wait-for-expect": "^3.0.2"
}
}