-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "crypto-will",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@celo-tools/use-contractkit": "^1.2.0",
"@celo/contractkit": "^1.3.0",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@mui/material": "^5.0.4",
"@mui/styles": "^5.0.1",
"big.js": "^5.2.2",
"bignumber.js": "^9.0.1",
"classnames": "^2.2.6",
"clsx": "^1.1.1",
"next": "11.1.2",
"react": "17.0.2",
"react-countup": "^6.0.0",
"react-dom": "17.0.2",
"web3": "^1.3.6"
},
"devDependencies": {
"@openzeppelin/contracts": "^4.3.2",
"@types/node": "^16.11.1",
"@types/react": "^17.0.30",
"css-loader": "^6.5.0",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"eslint-plugin-react": "^7.26.1",
"style-loader": "^3.3.1",
"typescript": "^4.4.4"
}
}