-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.33 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.33 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
{
"name": "bar-pi",
"private": true,
"version": "0.5.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc -b && vite build",
"build:backend": "scripts\\build-backend.bat",
"build:all": "npm run build && scripts\\build-all.bat",
"cap:build": "capacitor build",
"cap:sync": "capacitor sync",
"cap:open": "capacitor open",
"preview": "vite preview",
"format": "biome format --write",
"lint": "biome lint --write",
"check": "biome check --write"
},
"dependencies": {
"@base-ui/react": "^1.0.0",
"@capacitor/android": "^8.0.0",
"@capacitor/core": "^8.0.1",
"@capacitor/ios": "^8.0.1",
"@capacitor/status-bar": "^8.0.0",
"@capawesome/capacitor-android-edge-to-edge-support": "^8.0.0",
"@stomp/stompjs": "^7.2.1",
"@tanstack/react-query": "^5.90.19",
"@tanstack/react-router": "^1.151.1",
"@tanstack/react-virtual": "^3.13.18",
"axios": "^1.13.2",
"cmdk": "^1.1.1",
"embla-carousel-react": "^8.6.0",
"i18next": "^25.7.4",
"i18next-browser-languagedetector": "^8.0.2",
"i18next-http-backend": "^3.0.2",
"input-otp": "^1.4.2",
"jszip": "^3.10.1",
"es-toolkit": "^1.44.0",
"lucide-react": "^0.577.0",
"motion": "^12.25.0",
"next-themes": "^0.4.6",
"react": "^19.2.3",
"react-day-picker": "^9.13.0",
"react-dom": "^19.2.3",
"react-hook-form": "^7.70.0",
"react-i18next": "^16.5.1",
"react-lazy-load-image-component": "^1.6.3",
"react-resizable-panels": "^4.3.3",
"sockjs-client": "^1.6.1",
"sonner": "^2.0.7",
"tailwindcss": "^4.1.17",
"vaul": "^1.1.2",
"zustand": "^5.0.9"
},
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^8.0.0",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-query-devtools": "^5.91.2",
"@tanstack/react-router-devtools": "^1.151.1",
"@tanstack/router-plugin": "^1.151.1",
"@types/node": "^24.10.4",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react-swc": "^4.2.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"globals": "^17.0.0",
"i18next-cli": "^1.35.0",
"shadcn": "^4.0.0",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "~5.9.0",
"vite": "^8.0.0"
}
}