-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.82 KB
/
package.json
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
{
"name": "katyusha",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://www.katyushaiust.ir/",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.3.0",
"ag-grid-community": "^29.2.0",
"ag-grid-react": "^29.2.0",
"axios": "^1.3.5",
"bootstrap": "^5.2.3",
"chart.js": "^4.4.0",
"classnames": "^2.3.2",
"cross-env": "^7.0.3",
"fortawesome": "^0.0.1-security",
"framer-motion": "^10.16.10",
"jalali-moment": "^3.3.11",
"jwt-decode": "^3.1.2",
"lottie-web": "^5.12.2",
"perfect-scrollbar": "^1.5.5",
"react": "^18.2.0",
"react-advance-jalaali-datepicker": "^1.4.0",
"react-bootstrap": "^2.7.2",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-loading-skeleton": "^3.3.1",
"react-modal": "^3.16.1",
"react-native-elements": "^3.4.3",
"react-native-linear-gradient": "^2.7.3",
"react-native-vector-icons": "^9.2.0",
"react-router-dom": "^6.19.0",
"react-select": "^5.7.2",
"react-svg": "^16.1.31",
"react-switch": "^7.0.0",
"react-toggle": "^4.1.3",
"reactstrap": "^9.2.1",
"redirect": "^0.2.0",
"simplebar": "^6.2.4",
"simplebar-react": "^3.2.3",
"sweetalert2": "^11.6.13",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^1.1.3",
"@vitest/coverage-v8": "^1.1.3",
"@vitest/ui": "^1.1.3",
"jsdom": "^23.2.0",
"sass": "^1.62.1",
"vite": "^4.1.0",
"vitest": "^1.1.3"
}
}