forked from V-SK/synthlaunch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.11 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.11 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
{
"name": "synth",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"scanner": "npx tsx src/services/scanner/index.ts",
"scanner:backfill": "npx tsx src/services/scanner/backfill.ts"
},
"dependencies": {
"@aws-sdk/client-kms": "^3.980.0",
"@polkadot/api": "^16.5.6",
"@polkadot/keyring": "^14.0.3",
"@polkadot/util": "^14.0.3",
"@polkadot/util-crypto": "^14.0.3",
"@supabase/supabase-js": "^2.101.1",
"@tanstack/react-query": "^5.60.0",
"dotenv": "^17.2.4",
"next": "^14.2.35",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"twitter-api-v2": "^1.29.0",
"viem": "^2.21.40",
"wagmi": "^2.13.3"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@openzeppelin/contracts": "^5.4.0",
"@types/node": "^20.17.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"hardhat": "^2.28.4",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}