-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 970 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
35
36
37
38
39
{
"name": "calendar-front",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "jest --watchAll",
"ghcitests": "jest -u"
},
"dependencies": {
"@reduxjs/toolkit": "2.5.0",
"axios": "1.7.9",
"date-fns": "4.1.0",
"react": "18.3.1",
"react-big-calendar": "1.17.1",
"react-datepicker": "7.6.0",
"react-dom": "18.3.1",
"react-modal": "3.16.3",
"react-redux": "9.2.0",
"react-router": "7.1.1",
"sweetalert2": "11.15.10"
},
"devDependencies": {
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.26.3",
"@testing-library/react": "16.1.0",
"@types/jest": "29.5.14",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@vitejs/plugin-react": "4.3.4",
"babel-jest": "29.7.0",
"dotenv": "16.4.7",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"vite": "6.0.7"
}
}