-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.01 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.01 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "pick_fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@hookform/resolvers": "^3.3.2",
"@react-google-maps/api": "^2.19.2",
"@reduxjs/toolkit": "^1.9.7",
"@types/axios": "^0.14.0",
"@types/lodash": "^4.14.202",
"@types/react-big-calendar": "^1.8.6",
"@types/react-datepicker": "^4.19.3",
"@types/react-scroll": "^1.8.10",
"axios": "^1.6.2",
"i": "^0.3.7",
"install": "^0.13.0",
"jotai": "^2.5.1",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"npm": "^10.4.0",
"react": "^18.2.0",
"react-big-calendar": "^1.8.5",
"react-content-loader": "^6.2.1",
"react-datepicker": "^4.24.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-hook-form": "^7.48.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"react-input-pin-code": "^1.2.1",
"react-redux": "^8.1.3",
"react-router-dom": "^6.18.0",
"react-scroll": "^1.9.0",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.3",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"redux-persist": "^6.0.0",
"swr": "^2.2.4",
"vite-plugin-pwa": "^0.17.2",
"yet-another-react-lightbox": "^3.15.6",
"yup": "^1.3.2"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.16",
"daisyui": "^4.7.2",
"eslint": "^8.54.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}