-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.57 KB
/
package.json
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
51
52
53
54
55
56
{
"name": "nuit-info",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.16.1",
"@mui/material": "^5.16.1",
"@react-three/drei": "^9.108.3",
"@react-three/fiber": "^8.16.8",
"@react-three/postprocessing": "^2.16.2",
"@recoiljs/refine": "^0.1.1",
"@tanstack/react-query": "^4.29.19",
"@tanstack/react-query-devtools": "^4.29.19",
"@types/luxon": "^3.4.2",
"@types/three": "^0.166.0",
"axios": "1.7.2",
"detect-gpu": "^5.0.38",
"flightradar24-client-ts": "1.3.2",
"geojson-parser-js": "^1.0.13",
"localforage": "^1.10.0",
"luxon": "^3.4.4",
"match-sorter": "^8.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.0.2",
"react-toastify": "^10.0.5",
"react-type-animation": "^3.2.0",
"recoil": "^0.7.7",
"recoil-sync": "^0.2.0",
"satellite-api-react-flight-tracker-axios": "^1.2.0",
"sort-by": "^1.2.0",
"three": "0.154.0"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.15.0",
"vite": "^6.0.1"
}
}