-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 904 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 904 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
35
36
{
"name": "@fsf/client",
"version": "0.8.3",
"type": "module",
"scripts": {
"dev": "vite --port 6373",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@fsf/shared": "*",
"d3": "^7.9.0",
"leaflet": "^1.9.4",
"lucide-react": "^1.7.0",
"portos-ai-toolkit": "^0.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.6.0",
"react-leaflet": "^4.2.1",
"react-router-dom": "^7.13.1",
"socket.io-client": "^4.8.3",
"zustand": "^5.0.12"
},
"devDependencies": {
"@testing-library/react": "^16.3.2",
"@tailwindcss/vite": "^4.2.2",
"@types/d3": "^7.4.3",
"@types/leaflet": "^1.9.21",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^6.0.1",
"tailwindcss": "^4.2.2",
"typescript": "^5.7.2",
"vite": "^8.0.1"
}
}