-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.21 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.21 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
{
"name": "coaster-client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "biome lint --write ./src",
"preview": "vite preview",
"svgr": "npx @svgr/cli -d src/assets/svg --ignore-existing --typescript --no-dimensions public/svg"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@stomp/stompjs": "^7.0.1",
"@tanstack/react-query": "^5.62.12",
"@tanstack/react-query-devtools": "^5.62.12",
"@vitejs/plugin-react-swc": "^3.7.2",
"ky": "^1.7.5",
"react": "^19.0.0",
"react-calendar": "^5.1.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.1",
"sockjs": "^0.3.24",
"sockjs-client": "^1.6.1",
"websocket": "^1.0.35",
"zustand": "^5.0.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/sockjs": "^0",
"@types/sockjs-client": "^1",
"@types/websocket": "^1",
"@vitejs/plugin-react": "^4.3.4",
"@yarnpkg/sdks": "^3.2.0",
"globals": "^15.14.0",
"typescript": "~5.6.2",
"vite": "^6.0.6",
"vite-plugin-svgr": "^4.3.0"
},
"packageManager": "yarn@4.6.0"
}