-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.78 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^3.2.1",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@fontsource-variable/plus-jakarta-sans": "^5.1.0",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-brands-svg-icons": "^6.7.1",
"@fortawesome/free-regular-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"@react-oauth/google": "^0.12.1",
"@react-pdf/renderer": "^4.1.5",
"@reduxjs/toolkit": "^2.3.0",
"@tanstack/react-query": "^5.61.0",
"@tanstack/react-router": "^1.82.1",
"date-fns": "^4.1.0",
"framer-motion": "^11.12.0",
"next-themes": "^0.4.3",
"react": "^18.2.0",
"react-date-range": "^2.0.1",
"react-dom": "^18.2.0",
"react-icons": "^5.3.0",
"react-otp-input": "^3.1.1",
"react-redux": "^9.1.2",
"react-seat-picker": "^1.5.3",
"react-simple-typewriter": "^5.0.1",
"react-sweetalert2": "^0.6.0",
"react-toastify": "^10.0.6",
"react-tooltip": "^4.5.1",
"vite-plugin-pwa": "^0.21.1"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@tanstack/router-devtools": "^1.82.2",
"@tanstack/router-plugin": "^1.81.9",
"@types/node": "^22.9.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.13.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"vite": "^5.4.10",
"vite-plugin-svgr": "^4.3.0"
}
}