-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.24 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@capacitor/android": "^8.5.1",
"@capacitor/cli": "^8.5.1",
"@capacitor/core": "^8.5.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.15.0",
"bootstrap": "^5.3.8",
"firebase": "^12.10.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-helmet-async": "^3.0.0",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.6.0",
"react-router-dom": "^6.30.3",
"recharts": "^3.8.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run"
},
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@vitejs/plugin-react": "^5.0.4",
"jsdom": "^26.1.0",
"vite": "^7.1.10",
"vitest": "^3.2.4"
},
"overrides": {
"picomatch": "^4.0.4"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}