-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathpackage.frontend.json
More file actions
45 lines (45 loc) · 1.17 KB
/
package.frontend.json
File metadata and controls
45 lines (45 loc) · 1.17 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
{
"name": "maxun-frontend",
"version": "0.0.42",
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
"@mui/lab": "^5.0.0-alpha.80",
"@mui/material": "^5.6.2",
"@mui/system": "^5.6.2",
"@tanstack/react-query": "^5.90.2",
"@types/node": "22.7.9",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1",
"axios": "^1.9.0",
"dotenv": "^16.0.0",
"js-cookie": "^3.0.5",
"playwright-core": "1.57.0",
"i18next": "^24.0.2",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^3.0.1",
"jszip": "^3.10.1",
"maxun-core": "^0.0.35",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-i18next": "^15.1.3",
"react-router-dom": "^6.26.1",
"rrweb": "^2.0.0-alpha.4",
"socket.io-client": "^4.4.1",
"styled-components": "^5.3.3",
"typescript": "^5.0.0",
"uuid": "^14.0.0"
},
"scripts": {
"client": "vite",
"build": "vite build"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.3",
"concurrently": "^7.0.0",
"cross-env": "^7.0.3",
"esbuild": "^0.25.10",
"vite": "^6.4.2"
}
}