-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.08 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
66
67
68
69
70
71
72
73
74
{
"name": "gho-reviewer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"buildignore": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@box/react-virtualized": "^9.22.3-rc-box.2",
"@headlessui/react": "^2.1.10",
"@heroicons/react": "^2.1.5",
"@reduxjs/toolkit": "^2.2.7",
"@tabler/icons-react": "^3.14.0",
"antd": "^5.20.1",
"axios": "^1.7.7",
"box-ui-elements": "^21.0.0",
"chart.js": "^4.4.4",
"date-fns": "^4.1.0",
"formik": "^2.4.6",
"js-cookie": "^3.0.5",
"js-sha1": "^0.7.0",
"jsuri": "^1.3.1",
"lottie-react": "^2.4.0",
"query-string": "^9.1.1",
"react": "^18.3.1",
"react-big-calendar": "^1.14.1",
"react-chartjs-2": "^5.2.0",
"react-datepicker": "^7.5.0",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-intl": "^6.8.1",
"react-measure": "^2.5.2",
"react-modal": "^3.16.1",
"react-otp-input": "^3.1.1",
"react-phone-input-2": "^2.15.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.26.0",
"react-slick": "^0.30.2",
"react-tether": "^3.0.3",
"react-toastify": "^10.0.5",
"reactjs-alert": "^2.2.0",
"regenerator-runtime": "^0.14.1",
"slick-carousel": "^1.8.1",
"sweetalert2": "^11.14.1",
"yup": "^1.4.0"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@types/node": "^22.4.2",
"@types/react": "^18.3.3",
"@types/react-big-calendar": "^1.8.11",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@types/react-slick": "^0.23.13",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.8.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"postcss": "^8.4.41",
"sass-embedded": "^1.80.3",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.3",
"vite": "^5.4.0"
}
}