-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.13 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.13 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "humble-interface",
"version": "1.1.0-beta.1",
"description": "",
"main": "index.tsx",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite --host",
"prebuild": "node scripts/update-version.js",
"build": "tsc -b && vite build",
"preview": "vite preview",
"generate-node-id": "node scripts/generate-node-id.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@agoralabs-sh/avm-web-provider": "^1.7.0",
"@blockshake/defly-connect": "^1.1.6",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^6.1.5",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^6.1.5",
"@mui/styled-engine-sc": "^6.1.5",
"@mui/system": "^6.5.0",
"@mui/x-date-pickers": "^7.2.0",
"@perawallet/connect": "^1.4.2",
"@perawallet/connect-beta": "^2.0.20",
"@reduxjs/toolkit": "^2.2.1",
"@sentry/react": "^8.9.2",
"@txnlab/use-wallet-react": "^3.7.2",
"@walletconnect/modal": "^2.7.0",
"@walletconnect/sign-client": "^2.17.0",
"algosdk": "^2.7.0",
"axios": "^1.6.7",
"bignumber.js": "^9.1.2",
"buffer": "^6.0.3",
"date-fns": "^4.1.0",
"dayjs": "^1.11.10",
"dexie": "^3.2.5",
"dexie-react-hooks": "^1.1.7",
"lodash": "^4.17.21",
"lute-connect": "^1.4.1",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-canvas-confetti": "^2.0.7",
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.4",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.1",
"react-toastify": "^10.0.4",
"react-use": "^17.5.1",
"recharts": "^2.15.3",
"styled-components": "^6.1.8",
"ulujs": "^0.12.15",
"usehooks-ts": "^2.15.0"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@types/lodash": "^4.17.10",
"@types/node": "^24.3.0",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.3.3",
"gh-pages": "^6.1.1",
"typescript": "^5.3.3",
"vite": "^5.4.9"
}
}