-
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.08 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.08 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": "compositor",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "biome ci",
"preview": "vite preview",
"format": "biome format --write",
"check": "biome check",
"scrape": "cypress run",
"compute": "node ./src/preCompute.ts"
},
"dependencies": {
"@mantine/core": "8.3.14",
"@mantine/form": "8.3.17",
"@mantine/hooks": "8.3.14",
"@tabler/icons-react": "3.40.0",
"@turf/turf": "7.3.4",
"maplibre-gl": "5.20.1",
"posthog-js": "1.360.2",
"react": "19.2.4",
"react-dom": "19.2.4",
"serialize-query-params": "2.0.4",
"use-query-params": "2.2.2"
},
"devDependencies": {
"@biomejs/biome": "2.4.6",
"@types/node": "25.5.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react-swc": "4.2.3",
"csv": "6.4.1",
"cypress": "15.12.0",
"postcss": "8.5.8",
"postcss-preset-mantine": "1.18.0",
"postcss-simple-vars": "7.0.1",
"typescript": "5.9.3",
"vite": "7.3.1"
}
}