-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.34 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.34 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
{
"name": "distriator",
"private": true,
"version": "0.0.72",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"android": "npm run build && npx cap sync && npx cap run android",
"ios": "npm run build && npx cap sync && npx cap run ios",
"build:dev": "vite build --mode development",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^2.2.7",
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/themes": "^3.2.1",
"@react-google-maps/api": "^2.20.7",
"@tailwindcss/vite": "^4.1.11",
"@types/qrcode.react": "^3.0.0",
"@types/recharts": "^2.0.0",
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"hive-authentication": "^0.4.6",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"html5-qrcode": "^2.3.8",
"jspdf": "^2.5.2",
"lucide-react": "^0.542.0",
"next-themes": "^0.4.6",
"qrcode.react": "^4.2.0",
"react": "^19.1.0",
"react-confetti": "^6.4.0",
"react-dom": "^19.1.0",
"react-gauge-component": "^1.2.64",
"react-icons": "^5.5.0",
"react-router-dom": "^7.7.1",
"recharts": "^3.1.2",
"sonner": "^2.0.6",
"tailwindcss": "^4.1.11",
"timeago.js": "^4.0.2",
"zustand": "^5.0.8",
"@capacitor/android": "^7.4.3",
"@capacitor/app": "^7.1.0",
"@capacitor/core": "^7.4.3",
"@capacitor/filesystem": "^7.1.5",
"@capacitor/ios": "^7.4.3",
"@capacitor/preferences": "^7.0.2",
"@capacitor/status-bar": "^7.0.3"
},
"devDependencies": {
"@capacitor/cli": "^7.4.3",
"@eslint/js": "^9.30.1",
"@types/crypto-js": "^4.2.2",
"@types/node": "^24.2.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"@vitejs/plugin-react-swc": "^3.11.0",
"autoprefixer": "^10.4.21",
"daisyui": "^5.0.50",
"eslint": "^9.30.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"postcss": "^8.5.6",
"typescript": "~5.8.3",
"typescript-eslint": "^8.35.1",
"vite": "^7.0.4"
},
"deployment": {
"branch": "devlopment",
"commitHash": "26d8c7e"
}
}