-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.57 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
{
"name": "meeting-room-booking-systrm-client-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.5.2",
"@ant-design/plots": "^2.3.2",
"@heroicons/react": "^2.2.0",
"@reduxjs/toolkit": "^2.2.7",
"@types/moment": "^2.11.29",
"antd": "^5.22.5",
"axios": "^1.7.7",
"date-fns": "^4.1.0",
"jwt-decode": "^4.0.0",
"moment": "^2.30.1",
"next": "^15.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.28.1",
"react-slick": "^0.30.2",
"recharts": "^2.13.3",
"redux-persist": "^6.0.0",
"slick-carousel": "^1.8.1",
"sweetalert2": "^11.14.5",
"uuid": "^11.0.3"
},
"devDependencies": {
"@types/node": "^22.8.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-slick": "^0.23.13",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.14",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.7.2",
"vite": "^5.3.1"
}
}