-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.76 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.76 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
52
53
54
55
56
57
58
{
"name": "push-box",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "bunx --bun vite dev",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@aptos-labs/ts-sdk": "^1.29.1",
"@aptos-labs/wallet-adapter-ant-design": "^3.0.15",
"@aptos-labs/wallet-adapter-react": "^3.7.1",
"@mysten/dapp-kit": "0.14.13",
"@mysten/sui": "^1.14.0",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-form": "^0.1.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/themes": "^3.1.1",
"@tanstack/react-query": "^5.50.1",
"@types/node": "^22.7.5",
"@wormhole-foundation/sdk": "^1.0.0",
"autoprefixer": "^10.4.20",
"axios": "1.7.5",
"client": "link:@mysten/sui/client",
"copy-to-clipboard": "^3.3.3",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"localforage": "^1.10.0",
"match-sorter": "^6.3.4",
"path": "^0.12.7",
"petra-plugin-wallet-adapter": "^0.4.5",
"postcss": "^8.4.47",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-router-dom": "^6.26.1",
"tailwindcss": "^3.4.13"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"eslint": "^9.6.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"prettier": "^3.3.2",
"typescript": "^5.5.3",
"vite": "^5.3.3"
}
}