-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.7 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.7 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
74
75
76
77
78
79
80
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host=0.0.0.0",
"deploy": "npx wrangler pages deploy dist",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prettier": "npx prettier --write ."
},
"dependencies": {
"@cutting/use-get-parent-size": "^2.1.8",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@material-tailwind/react": "^2.1.9",
"@toruslabs/eccrypto": "^4.0.0",
"@visx/annotation": "^3.3.0",
"@visx/axis": "^3.8.0",
"@visx/brush": "^3.6.1",
"@visx/curve": "^3.3.0",
"@visx/glyph": "^3.3.0",
"@visx/gradient": "^3.3.0",
"@visx/grid": "^3.5.0",
"@visx/mock-data": "^3.3.0",
"@visx/pattern": "^3.3.0",
"@visx/responsive": "^3.3.0",
"@visx/scale": "^3.5.0",
"@visx/shape": "^3.5.0",
"@visx/threshold": "^3.5.0",
"@visx/vendor": "^3.5.0",
"@web3auth/base": "^7.3.1",
"@web3auth/ethereum-provider": "^7.3.1",
"@web3auth/modal": "^7.3.1",
"@web3auth/no-modal": "^7.3.1",
"@web3auth/openlogin-adapter": "^7.3.1",
"@web3auth/torus-wallet-connector-plugin": "^7.3.1",
"@web3auth/web3auth-wagmi-connector": "^5.0.1",
"ably": "^1.2.48",
"alchemy-sdk": "^3.1.2",
"axios": "^1.6.7",
"ethers": "^6.10.0",
"flowbite": "^2.3.0",
"flowbite-react": "^0.7.3",
"jose": "^5.2.2",
"node-libs-browser": "^2.2.1",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-router-dom": "^6.22.3",
"react-spring": "^9.7.3",
"tailwindcss-animated": "^1.0.1",
"viem": "^1.10.13",
"wagmi": "^1.4.1"
},
"devDependencies": {
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.17",
"buffer": "^6.0.3",
"empty-module": "^0.0.2",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"process": "^0.11.10",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vite-plugin-node-polyfills": "^0.19.0"
}
}