-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.19 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
{
"name": "status-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"generate:services": "bun scripts/generate-services.ts",
"postinstall": "bun scripts/generate-services.ts || echo 'generate failed, using existing cache'",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cosmjs/stargate": "^0.36.0",
"@mysten/sui": "^1.45.2",
"@radix-ui/react-slot": "^1.2.3",
"@radixdlt/radix-engine-toolkit": "^1.0.5",
"@solana/web3.js": "^1.98.4",
"@tanstack/react-query": "^5.81.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"ethers": "^6.15.0",
"lucide-react": "^0.518.0",
"near-api-js": "^6.3.0",
"next": "15.3.6",
"react": "19.0.1",
"react-dom": "19.0.1",
"tailwind-merge": "^3.3.1",
"tronweb": "^6.0.4",
"viem": "^2.32.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.4",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.4",
"typescript": "^5"
}
}