-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
68 lines (68 loc) · 1.9 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
60
61
62
63
64
65
66
67
68
{
"name": "ijuju",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.2",
"@tanstack/react-query": "^5.61.3",
"@tanstack/react-query-devtools": "^5.61.3",
"@types/eventsource": "^1.1.15",
"@types/sockjs-client": "^1.5.4",
"apexcharts": "^4.1.0",
"axios": "^1.7.7",
"event-source-polyfill": "^1.0.31",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.460.0",
"mock-socket": "^9.3.1",
"react": "^18.3.1",
"react-apexcharts": "^1.6.0",
"react-cookie": "^7.2.2",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-router-dom": "^6.28.0",
"react-toastify": "^10.0.6",
"socket.io-client": "^4.8.1",
"sockjs-client": "^1.6.1",
"styled-components": "^6.1.13",
"zustand": "^5.0.1"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/event-source-polyfill": "^1.0.5",
"@types/jwt-decode": "^2.2.1",
"@types/next": "^8.0.7",
"@types/node": "^22.9.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@vitejs/plugin-react": "^4.3.3",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"msw": "^2.6.5",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10"
},
"msw": {
"workerDirectory": [
"public"
]
}
}