-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.6 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.6 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@flight-tracker-at-home/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"dependencies": {
"@deck.gl/core": "^9.2.11",
"@deck.gl/geo-layers": "^9.2.11",
"@deck.gl/layers": "^9.2.11",
"@deck.gl/mapbox": "^9.2.11",
"@deck.gl/react": "^9.2.11",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"h3-js": "^4.4.0",
"lucide-react": "^1.7.0",
"maplibre-gl": "^5.22.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-map-gl": "^8.1.0",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@nx/js": "22.6.4",
"@nx/react": "^22.6.4",
"@nx/vite": "^22.6.4",
"@nx/vitest": "^22.6.4",
"@nx/web": "22.6.4",
"@nx/workspace": "22.6.4",
"@playwright/test": "^1.59.1",
"@swc-node/register": "~1.11.1",
"@swc/core": "~1.15.5",
"@swc/helpers": "~0.5.18",
"@tailwindcss/vite": "^4.2.2",
"@types/node": "^24.0.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/ui": "~4.1.0",
"jiti": "^2.6.1",
"jsdom": "^29.0.1",
"lint-staged": "^16.4.0",
"nx": "22.6.4",
"orval": "^8.6.2",
"tailwindcss": "^4.2.2",
"tslib": "^2.3.0",
"typescript": "^6.0.2",
"vite": "^8.0.0",
"vitest": "~4.1.0",
"wrangler": "^4.80.0"
},
"lint-staged": {
"*.py": [
"uvx ruff format",
"uvx ruff check --fix"
],
"*.{ts,tsx,js,jsx,json,css}": [
"bunx @biomejs/biome check --write --no-errors-on-unmatched"
]
}
}