-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 982 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 982 Bytes
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
{
"name": "calendar",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "serve dist -s -n -L -p $PORT"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.7",
"axios": "^1.6.0",
"date-fns": "^2.30.0",
"react": "^18.2.0",
"react-big-calendar": "^1.8.4",
"react-datepicker": "^4.21.0",
"react-dom": "^18.2.0",
"react-modal": "^3.16.1",
"react-redux": "^8.1.3",
"react-router-dom": "6",
"serve": "^14.2.1",
"sweetalert2": "^11.7.32"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.0.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.33.2",
"vite": "^4.4.5"
}
}