-
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) · 2.01 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.01 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": "annotate-reality",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"server": "tsx server/index.ts",
"start": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@coral-xyz/anchor": "^0.32.1",
"@iqlabs-official/solana-sdk": "^0.1.0",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-react": "^0.15.39",
"@solana/wallet-adapter-react-ui": "^0.9.39",
"@solana/wallet-adapter-wallets": "^0.19.37",
"@solana/web3.js": "^1.98.4",
"@tanstack/react-query": "^5.90.20",
"@tanstack/react-query-devtools": "^5.91.2",
"@types/geoip-lite": "^1.4.4",
"buffer": "^6.0.3",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"geoip-lite": "^1.4.10",
"idb": "^8.0.3",
"lucide-react": "^0.562.0",
"mapbox-gl": "^3.18.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-force-graph-3d": "^1.29.0",
"react-map-gl": "^8.1.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"supercluster": "^8.0.1",
"three": "^0.182.0",
"three-spritetext": "^1.10.0",
"use-supercluster": "^1.2.0",
"uuid": "^13.0.0",
"vite-plugin-node-polyfills": "^0.25.0",
"zustand": "^5.0.10"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/cors": "^2.8.18",
"@types/express": "^5.0.0",
"@types/leaflet": "^1.9.21",
"@types/node": "^24.10.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.182.0",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^5.1.1",
"autoprefixer": "^10.4.23",
"concurrently": "^9.1.0",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"postcss": "^8.5.6",
"tsx": "^4.19.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.46.4",
"vite": "^7.2.4",
"vite-plugin-pwa": "^1.2.0"
}
}