Skip to content

Commit 7fce08a

Browse files
committed
chore(dashboard): update package.json
1 parent 539bb5e commit 7fce08a

File tree

2 files changed

+502
-28
lines changed

2 files changed

+502
-28
lines changed

packages/apps/app-dashboard/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12+
"@farcaster/miniapp-sdk": "^0.1.10",
1213
"@hookform/resolvers": "^4.1.0",
1314
"@lit-protocol/auth-browser": "^7.2.3",
1415
"@lit-protocol/auth-helpers": "^7.2.3",
@@ -59,6 +60,7 @@
5960
"qr-scanner": "^1.4.2",
6061
"react": "^19.0.0",
6162
"react-dom": "^19.0.0",
63+
"react-globe.gl": "^2.36.0",
6264
"react-helmet-async": "^2.0.5",
6365
"react-hook-form": "^7.54.2",
6466
"react-international-phone": "^4.6.0",
@@ -74,6 +76,8 @@
7476
"tailwind-merge": "^3.2.0",
7577
"tailwindcss": "^4.0.14",
7678
"tailwindcss-animate": "^1.0.7",
79+
"three": "^0.180.0",
80+
"topojson-client": "^3.1.0",
7781
"tslib": "^2.8.1",
7882
"tw-animate-css": "^1.2.5",
7983
"usehooks-ts": "^3.1.1",
@@ -90,6 +94,8 @@
9094
"@types/node": "^20",
9195
"@types/react": "^19.0.10",
9296
"@types/react-dom": "^19.0.4",
97+
"@types/three": "^0.180.0",
98+
"@types/topojson-client": "^3.1.5",
9399
"@types/validator": "^13.15.2",
94100
"@vitejs/plugin-react": "^4.3.4",
95101
"@walletconnect/core": "^2.20.2",

0 commit comments

Comments
 (0)