-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.39 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.39 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
{
"name": "frontend",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "rsbuild build",
"check": "biome check --write",
"dev": "rsbuild dev",
"dev:with-api": "rsbuild dev",
"format": "biome format --write",
"preview": "rsbuild preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/roboto": "^5.2.6",
"@mui/icons-material": "^7.2.0",
"@mui/material": "^7.2.0",
"@mui/x-charts": "^8.8.0",
"@mui/x-data-grid": "^8.8.0",
"@tanstack/react-router": "^1.125.6",
"@tanstack/router-devtools": "^1.125.6",
"axios": "^1.10.0",
"axios-hooks": "^5.1.1",
"chart.js": "^4.5.0",
"dotenv": "^17.2.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"socket.io-client": "^4.8.1",
"tailwind-merge": "^3.3.1",
"zustand": "^5.0.6"
},
"devDependencies": {
"@biomejs/biome": "2.0.0",
"@openapitools/openapi-generator-cli": "^2.7.0",
"@playwright/test": "^1.54.1",
"@rsbuild/core": "^1.4.2",
"@rsbuild/plugin-react": "^1.3.2",
"@tailwindcss/postcss": "^4.1.11",
"@tanstack/router-plugin": "^1.125.6",
"@types/node": "^24.0.12",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"playwright": "^1.54.1",
"react-error-overlay": "^6.1.0",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3"
}
}