-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 972 Bytes
/
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@popperjs/core": "^2.11.6",
"@vitejs/plugin-react": "^4.2.0",
"axios": "^1.6.4",
"bootstrap": "^5.2.3",
"laravel-vite-plugin": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.56.1",
"vite": "^5.0.0"
},
"dependencies": {
"@fullcalendar/daygrid": "^6.1.11",
"@fullcalendar/react": "^6.1.11",
"@fullcalendar/timegrid": "^6.1.11",
"@iconify/react": "^4.1.1",
"moment": "^2.30.1",
"react-data-table-component": "^7.6.2",
"react-flatpickr": "^3.10.13",
"react-hook-form": "^7.51.2",
"react-hot-toast": "^2.4.1",
"react-paginate": "^8.2.0",
"react-router-dom": "^6.22.3",
"react-select": "^5.8.0",
"reactstrap": "^9.2.2"
}
}