-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.2 KB
/
package.json
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "surge-wallet",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"b": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier '**/*.{ts,tsx,css,scss,json,yaml}' --write --ignore-path .gitignore"
},
"dependencies": {
"@babylonlabs-io/btc-staking-ts": "^0.3.0",
"@bitcoin-js/tiny-secp256k1-asmjs": "^2.2.3",
"@bitcoinerlab/secp256k1": "^1.1.1",
"@hookform/resolvers": "^3.9.0",
"@metalet/utxo-wallet-sdk": "^0.5.43",
"@mysten/dapp-kit": "^0.14.30",
"@mysten/sui": "1.7.0",
"@mysten/wallet-standard": "^0.13.4",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.3",
"@roochnetwork/rooch-sdk": "^0.2.1",
"@roochnetwork/rooch-sdk-kit": "^0.2.1",
"@tanstack/react-query": "5.0.0",
"@uidotdev/usehooks": "^2.4.1",
"axios": "^1.7.7",
"bitcoinjs-lib": "^6.1.6",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"daisyui": "^4.12.10",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"decimal.js": "^10.4.3",
"ecpair": "3.0.0-rc.0",
"framer-motion": "^11.11.11",
"hydrogen-js-sdk": "^2.5.2",
"lucide-react": "^0.453.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.1",
"react-icons": "^5.3.0",
"react-infinite-scroll-component": "^6.1.0",
"react-responsive-modal": "^6.4.2",
"react-router-dom": "^6.23.1",
"react-tooltip": "^5.28.0",
"recharts": "^2.13.3",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"transactions": "link:@mysten/sui/transactions",
"url-safe-base64": "^1.3.0",
"usehooks-ts": "^3.1.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-unused-imports": "^3.0.0",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.6",
"typescript": "^5.2.2",
"vite": "^5.3.4",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-svgr": "^4.2.0"
},
"engines": {
"node": "22.x"
}
}