-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.1 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
{
"name": "artemis-ii-tracker",
"private": true,
"version": "1.14.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:client": "vite",
"build": "vite build",
"preview": "vite preview",
"generate-data": "tsx scripts/generate-data.ts",
"test": "node --import tsx --test"
},
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@react-three/postprocessing": "^3.0.4",
"@tanstack/react-query": "^5.64.0",
"@types/three": "^0.183.1",
"cors": "^2.8.5",
"express": "^4.21.0",
"framer-motion": "^11.15.0",
"lucide-react": "^0.468.0",
"postprocessing": "^6.39.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"recharts": "^2.15.0",
"three": "^0.183.2",
"wouter": "^3.9.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.0",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"@vitejs/plugin-react": "^4.4.0",
"tailwindcss": "^4.1.0",
"tsx": "^4.19.0",
"typescript": "^5.7.0",
"vite": "^6.2.0"
}
}