-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "front-calendar",
"private": true,
"version": "0.0.0",
"type": "commonjs",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "jest --watchAll"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.3",
"axios": "^1.3.4",
"date-fns": "^2.29.3",
"react": "^18.2.0",
"react-big-calendar": "^1.6.8",
"react-datepicker": "^4.10.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"react-modal": "^3.16.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.2",
"sweetalert2": "^11.7.3"
},
"devDependencies": {
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react-swc": "^3.0.0",
"babel-jest": "^29.5.0",
"dotenv": "^16.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"vite": "^4.1.0"
}
}