-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.84 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
66
67
68
69
70
71
{
"name": "regenatlas",
"version": "0.3.0",
"type": "module",
"license": "MIT",
"author": {
"name": "Pawel Janicki"
},
"contributors": [
{
"name": "Louise Borreani"
}
],
"scripts": {
"dev": "vite",
"dev:host": "vite --host",
"build": "tsc && vite build",
"lint": "biome check .",
"preview": "vite preview",
"sim": "node simulation/server.js",
"sim:run": "node simulation/run.js"
},
"dependencies": {
"@filoz/synapse-core": "^0.2.3",
"@filoz/synapse-react": "^0.2.2",
"@filoz/synapse-sdk": "^0.38.0",
"@phosphor-icons/react": "^2.1.7",
"@storacha/client": "^2.1.1",
"@supabase/supabase-js": "^2.45.4",
"@tanstack/react-query": "5.0.5",
"@turf/boolean-point-in-polygon": "^7.3.4",
"@turf/helpers": "^7.3.4",
"@uniswap/sdk-core": "^5.3.1",
"@uniswap/smart-order-router": "^3.44.0",
"@uniswap/v3-sdk": "^3.13.1",
"clsx": "^2.1.1",
"connectkit": "^1.8.2",
"ethers": "^6.16.0",
"jsbi": "^3.2.5",
"klaro": "^0.7.21",
"mapbox-gl": "^3.4.0",
"multiformats": "^13.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-helmet-async": "^2.0.5",
"react-map-gl": "^7.1.7",
"react-router-dom": "^6.24.1",
"react-share": "^5.1.0",
"recharts": "^3.7.0",
"toucan-sdk": "^1.0.6-beta",
"viem": "^2.21.0",
"wagmi": "^2.14.0"
},
"devDependencies": {
"@biomejs/biome": "^1.1.2",
"@tailwindcss/typography": "^0.5.16",
"@types/mapbox-gl": "^3.1.0",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@vitejs/plugin-react": "^4.1.0",
"@wagmi/cli": "latest",
"autoprefixer": "^10.4.19",
"buffer": "^6.0.3",
"daisyui": "^4.12.10",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.2.2",
"vite": "^7.3.0"
}
}