-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.75 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": "map.awesomealgo.com",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro build && wrangler pages dev",
"astro": "astro",
"deploy": "npm run generate && astro build && wrangler pages deploy",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@astrojs/cloudflare": "^12.2.1",
"@astrojs/mdx": "^4.0.7",
"@astrojs/react": "^4.1.6",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.5",
"@awesome-algorand/ipfs-toolkit": "^0.0.1-experimental.1",
"@awesome-algorand/nfd-fetch": "^0.0.1-experimental.3",
"@awesome-algorand/nfd-toolkit": "^0.0.1-experimental.1",
"@hey-api/client-fetch": "^0.7.0",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.5",
"@radix-ui/react-navigation-menu": "^1.2.4",
"@radix-ui/react-slot": "^1.1.1",
"@turf/turf": "^7.2.0",
"@types/geojson": "^7946.0.16",
"@types/leaflet": "^1.9.16",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"algosdk": "^2.10.0",
"astro": "^5.1.9",
"async-mutex": "^0.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"lucide-react": "^0.474.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"world-geojson": "^3.1.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250124.3",
"@hey-api/openapi-ts": "^0.62.3",
"@types/leaflet.markercluster": "^1.5.5",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"wrangler": "^3.105.1"
}
}