-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.11 KB
/
package.json
File metadata and controls
43 lines (43 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
42
43
{
"name": "bitcoin-starknet-bridge",
"version": "1.0.0",
"description": "Bitcoin to StarkNet Bridge",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@atomiqlabs/sdk": "^8.1.8",
"@fatsolutions/tongo-sdk": "^1.3.1",
"@metamask/detect-provider": "^2.0.0",
"@sats-connect/core": "^0.0.12",
"@starknet-io/get-starknet": "^4.0.8",
"@tailwindcss/postcss": "^4.1.16",
"@uniswap/sdk-core": "^7.10.1",
"@uniswap/v3-sdk": "^3.27.0",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"lucide-react": "^0.548.0",
"next": "^14.2.33",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recharts": "^3.3.0",
"starknet": "^9.2.1",
"viem": "^2.38.5",
"wagmi": "^2.19.4"
},
"devDependencies": {
"@types/dotenv": "^6.1.1",
"@types/express": "^5.0.6",
"@types/node": "24.8.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"autoprefixer": "^10.4.16",
"eslint": "^9.38.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "5.9.3"
}
}