-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.66 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@account-abstraction/contracts": "^0.5.0",
"@account-abstraction/sdk": "^0.5.0",
"@accountjs/contracts": "^0.1.2",
"@accountjs/sdk": "0.1.14",
"@accountjs/utils": "^0.1.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/networks": "^5.7.1",
"@ethersproject/properties": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@geist-ui/core": "latest",
"@geist-ui/icons": "1.0.1",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.15",
"circomlibjs": "^0.0.8",
"maci-crypto": "1.1.1",
"snarkjs": "^0.5.0",
"clsx": "^1.2.1",
"ethers": "^5.7.2",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-swipeable-views": "^0.14.0",
"react-use-event-hook": "^0.9.3",
"wagmi": "^0.11.5"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.5",
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
"@nomiclabs/hardhat-ethers": "^2.2.2",
"@types/node": "^18.13.0",
"@types/react": "^18.0.8",
"@types/react-dom": "18.0.10",
"@types/react-swipeable-views": "^0.13.1",
"autoprefixer": "^10.4.14",
"chai": "^4.3.7",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"eslint-config-prettier": "^8.8.0",
"hardhat": "^2.12.6",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.0",
"typescript": "^4.9.5"
},
"packageManager": "[email protected]",
"engines": {
"node": "^18.12.1",
"pnpm": "^8.1.0"
}
}