-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.68 KB
/
package.json
File metadata and controls
59 lines (59 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
{
"name": "silah-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"format": "prettier --write .",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-regular-svg-icons": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.1.0",
"@heroicons/react": "^2.2.0",
"@rollup/plugin-json": "^6.1.0",
"@tap-payments/card-sdk": "^1.0.2",
"axios": "^1.13.1",
"chart.js": "^4.5.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.23.16",
"i": "^0.3.7",
"i18next": "^25.3.0",
"i18next-browser-languagedetector": "^8.2.0",
"lucide-react": "^0.548.0",
"qs": "^6.14.0",
"react": "^19.2.3",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.2.3",
"react-hot-toast": "^2.6.0",
"react-i18next": "^15.5.3",
"react-icons": "^5.5.0",
"react-router-dom": "^7.11.0",
"react-select": "^5.10.2",
"react-spinners": "^0.17.0",
"react-toastify": "^11.0.5",
"socket.io-client": "^4.8.1",
"sweetalert2": "^11.26.3"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"baseline-browser-mapping": "^2.8.29",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"jsdom": "^26.1.0",
"vite": "^6.3.5",
"vitest": "^3.2.4"
}
}