-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.47 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.47 KB
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
{
"name": "miniproject-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"start": "node server.js"
},
"dependencies": {
"@hookform/resolvers": "^3.1.0",
"@types/react-paginate": "^7.1.1",
"aws-sdk": "^2.1377.0",
"axios": "^1.4.0",
"express": "^4.18.2",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"path": "^0.12.7",
"react": "^18.2.0",
"react-big-calendar": "^1.6.9",
"react-cookie": "^4.1.1",
"react-datepicker": "^4.11.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"react-paginate": "^8.2.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.11.0",
"react-toastify": "^9.1.2",
"styled-components": "^5.3.10",
"styled-reset": "^4.4.6",
"yup": "^1.1.1"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-big-calendar": "^1.6.3",
"@types/react-datepicker": "^4.11.2",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"prettier": "^2.8.8",
"typescript": "^5.0.2",
"vite": "^4.3.2"
}
}