-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 950 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 950 Bytes
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
{
"name": "web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "biome check .",
"preview": "vite preview",
"format": "biome format --write ."
},
"dependencies": {
"@stomp/stompjs": "^7.3.0",
"axios": "^1.15.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-router-dom": "^7.14.1",
"sockjs-client": "^1.6.1",
"zustand": "^5.0.12"
},
"devDependencies": {
"@biomejs/biome": "^2.4.12",
"@types/node": "^24.12.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/sockjs-client": "^1.5.4",
"@vitejs/plugin-basic-ssl": "^2.3.0",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "~5.9.3",
"vite": "^8.0.8",
"vite-plugin-mkcert": "^2.0.0"
}
}