-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.58 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
{
"name": "aavepod",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"bootstrap": "^4.5.0",
"cross-fetch": "^3.0.5",
"ethereumjs-util": "^6.2.0",
"ethereumjs-wallet": "^0.6.3",
"fs": "0.0.1-security",
"next": "^9.1.5",
"next-routes": "^1.4.2",
"openzeppelin-solidity": "^2.4.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-block-ui": "^1.3.3",
"react-bootstrap": "^1.2.2",
"react-dom": "^16.8.6",
"react-scripts": "3.0.0",
"react-toastify": "^6.0.8",
"rimble-ui": "^0.7.1",
"sass": "^1.26.10",
"semantic-ui-react": "^0.88.2",
"solc": "^0.5.12",
"styled-components": "^4.2.0",
"truffle": "^5.1.34",
"truffle-hdwallet-provider": "0.0.3",
"web3": "^1.2.4",
"web3-utils": "^1.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sunnyRK/aavepod-encodechallege.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sunnyRK/aavepod-encodechallege/issues"
},
"homepage": "https://github.com/sunnyRK/aavepod-encodechallege#readme",
"devDependencies": {
"eslint": "^7.4.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8"
}
}