-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.27 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
{
"name": "multisig-factory",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@ethsign/sp-sdk": "^0.7.4",
"@metamask/sdk-react": "^0.28.4",
"@mui/icons-material": "^6.1.0",
"@mui/material": "^6.1.1",
"@mui/material-nextjs": "^6.1.0",
"@mui/x-date-pickers": "^7.18.0",
"@next/env": "^14.2.13",
"@pinata/sdk": "^2.1.0",
"@rainbow-me/rainbowkit": "^2.1.6",
"@safe-global/protocol-kit": "^4.1.0",
"@safe-global/relay-kit": "^3.1.0",
"@tanstack/react-query": "^5.56.2",
"dayjs": "^1.11.13",
"ethers": "^6.13.2",
"ethjs": "^0.4.0",
"fs": "^0.0.1-security",
"next": "14.2.11",
"pinata-web3": "^0.4.1",
"react": "^18",
"react-dom": "^18",
"viem": "^2.21.10",
"wagmi": "^2.12.12"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.11",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}