-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.68 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
{
"name": "finmars-mobile",
"version": "0.0.1",
"author": "Finmars SCSA",
"license": "EUPL-1.2",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:e2e": "cypress run",
"test:unit": "vitest",
"lint": "eslint"
},
"dependencies": {
"@aparajita/capacitor-biometric-auth": "^8.0.2",
"@capacitor/android": "7.5.0",
"@capacitor/app": "^7.0.0",
"@capacitor/browser": "^7.0.0",
"@capacitor/configure": "^2.0.10",
"@capacitor/core": "^7.0.0",
"@capacitor/haptics": "^7.0.0",
"@capacitor/ios": "7.5.0",
"@capacitor/keyboard": "^7.0.0",
"@capacitor/network": "^7.0.0",
"@capacitor/preferences": "^7.0.0",
"@capacitor/status-bar": "^7.0.0",
"@ionic/vue": "^8.7.18",
"@ionic/vue-router": "^8.7.18",
"@sentry/vite-plugin": "^2.7.1",
"@sentry/vue": "^7.73.0",
"axios": "^1.5.0",
"chart.js": "^4.4.0",
"dayjs": "^1.11.19",
"ionicons": "^8.0.13",
"js-sha256": "^0.11.1",
"keycloak-js": "^26.2.3",
"pinia": "^2.0.36",
"swiper": "^9.2.0",
"vue": "^3.2.45",
"vue-chartjs": "^5.2.0",
"vue-matomo": "^4.2.0",
"vue-router": "^4.1.6",
"cordova-plugin-inappbrowser": "6.0.0",
"ionic-plugin-deeplinks": "1.0.24",
"@ionic-native/deeplinks": "5.36.0"
},
"devDependencies": {
"@capacitor/assets": "^2.0.4",
"@capacitor/cli": "^7.0.0",
"@vitejs/plugin-vue": "^6.0.4",
"@vue/test-utils": "^2.3.0",
"cypress": "^12.7.0",
"eslint": "^8.35.0",
"eslint-plugin-vue": "^9.17.0",
"jsdom": "^21.1.0",
"sass": "^1.60.0",
"vite": "^7.3.1",
"vitest": "^0.29.2",
"vue-tsc": "^1.0.24"
},
"description": "An Ionic project"
}