-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.96 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
{
"name": "demo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@account-abstraction/contracts": "^0.6.0",
"@account-abstraction/utils": "^0.6.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.19",
"@pushprotocol/restapi": "^1.7.25",
"@pushprotocol/socket": "^0.5.3",
"@rainbow-me/rainbowkit": "^2.1.3",
"@simplewebauthn/browser": "^10.0.0",
"@simplewebauthn/types": "^10.0.0",
"@tanstack/react-query": "^5.50.1",
"buffer": "^6.0.3",
"debug": "^4.3.5",
"ethers": "^5.7.2",
"ethers-multicall-provider": "3.1.2",
"jotai": "^2.10.1",
"json-edit-react": "^1.15.11",
"lodash": "^4.17.21",
"permissionless": "^0.1.19",
"pinata": "^1.5.0",
"primeicons": "^7.0.0",
"primereact": "^10.7.0",
"react": "^18.2.0",
"react-code-blocks": "^0.1.6",
"react-dom": "^18.2.0",
"react-router-dom": "^6.23.1",
"react-spinners": "^0.14.1",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^10.0.5",
"swiper": "^11.1.14",
"userop": "^0.3.1",
"viem": "^2.9.23",
"wagmi": "^2.10.9"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/lodash": "^4.17.4",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-node-polyfills": "^0.22.0"
}
}