-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
95 lines (95 loc) · 2.87 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
{
"name": "gnosis",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .ts,.tsx --fix --max-warnings 0",
"format": "pretty-quick --write --staged ./src",
"prepare": "husky",
"test": "echo \"Error: no test specified\""
},
"dependencies": {
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.0",
"@hookform/resolvers": "3.3.4",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@mui/system": "^5.15.15",
"@mui/x-date-pickers": "^5.0.20",
"@noir-lang/backend_barretenberg": "0.19.4",
"@noir-lang/noir_js": "^0.19.4",
"@safe-global/api-kit": "1.3.1",
"@safe-global/protocol-kit": "3.0.1",
"@safe-global/safe-core-sdk-types": "4.0.1",
"@safe-global/safe-gateway-typescript-sdk": "^3.19.0",
"@safe-global/safe-modules-deployments": "^1.2.0",
"@tanstack/react-query": "5.25.0",
"@wagmi/chains": "^1.8.0",
"@walletconnect/core": "^2.12.2",
"@walletconnect/ethereum-provider": "2.11.2",
"@walletconnect/web3wallet": "^1.11.2",
"@web3-onboard/core": "^2.21.6",
"@web3-onboard/injected-wallets": "^2.10.16",
"@web3-onboard/walletconnect": "^2.5.5",
"@web3auth/mpc-core-kit": "^1.4.0",
"@web3modal/ethers": "^4.1.0",
"@web3modal/wagmi": "4.1.0",
"axios": "^1.6.8",
"blo": "^1.2.0",
"classnames": "2.5.1",
"dexie": "^4.0.1",
"dexie-react-hooks": "^1.1.7",
"ethers": "6.11.1",
"evm-proxy-detection": "^2.0.1",
"i": "^0.3.7",
"js-cookie": "^3.0.5",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"next": "14.1.2",
"npm": "^10.7.0",
"react": "18",
"react-accessible-accordion": "^5.0.0",
"react-beautiful-dnd": "^13.1.1",
"react-csv": "^2.2.2",
"react-dom": "18",
"react-hook-form": "7.51.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-modal": "^3.16.1",
"react-select": "5.8.0",
"react-virtuoso": "^4.7.10",
"sass": "1.71.1",
"uuid": "^9.0.1",
"viem": "^2.9.13",
"wagmi": "^2.5.19",
"web3": "^4.8.0",
"web3-eth-abi": "^4.2.2",
"yup": "1.4.0",
"zustand": "4.5.2"
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.0",
"@types/node": "20",
"@types/react": "18",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-csv": "^1.1.10",
"@types/react-dom": "18",
"@types/react-modal": "^3.16.3",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"eslint": "8",
"eslint-config-next": "14.1.2",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"husky": "9.0.11",
"pretty-quick": "4.0.0",
"typescript": "5"
}
}