-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.78 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.78 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
{
"name": "tableforyou-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier --write ."
},
"dependencies": {
"@fullcalendar/bootstrap": "^6.1.15",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@reduxjs/toolkit": "^2.2.7",
"axios": "^1.7.2",
"base-64": "^1.0.0",
"bootstrap": "^5.3.3",
"dotenv": "^16.4.5",
"firebase": "^8.10.0",
"framer-motion": "^11.3.28",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-cookie": "^7.2.0",
"react-daum-postcode": "^3.1.3",
"react-dom": "^18.2.0",
"react-hook-form": "^7.52.1",
"react-intersection-observer": "^9.13.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.24.1",
"react-scroll": "^1.9.0",
"react-slick": "^0.30.2",
"react-spinners": "^0.14.1",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.4",
"tailwindcss-aria-attributes": "^2.0.1",
"vite": "^5.2.0",
"vite-plugin-html-env": "^1.2.8"
}
}