forked from wraith-protocol/demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.43 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
{
"name": "wraith-demo",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"preview": "vite preview",
"format": "prettier --write .",
"format:check": "prettier --check .",
"prepare": "husky"
},
"dependencies": {
"@ckb-ccc/ccc": "^1.1.25",
"@ckb-ccc/connector-react": "^1.0.34",
"@noble/curves": "^1.9.7",
"@noble/hashes": "^1.8.0",
"@rainbow-me/rainbowkit": "^2.2.0",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-phantom": "^0.9.29",
"@solana/wallet-adapter-react": "^0.15.39",
"@solana/wallet-adapter-react-ui": "^0.9.39",
"@solana/web3.js": "^1.98.4",
"@stellar/freighter-api": "^3.1.0",
"@stellar/stellar-sdk": "^13.1.0",
"@tanstack/react-query": "^5.64.0",
"@wraith-protocol/sdk": "^1.4.5",
"bs58": "^6.0.0",
"buffer": "^6.0.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.6.0",
"viem": "^2.23.0",
"wagmi": "^2.14.0"
},
"devDependencies": {
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.5.0",
"autoprefixer": "^10.4.20",
"husky": "^9.0.0",
"postcss": "^8.5.0",
"prettier": "^3.0.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.7.0",
"vite": "^6.3.0"
}
}