-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 KB
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
{
"name": "eth-denver-2020",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"3box": "^1.17.0",
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/pickers": "^3.2.10",
"@truffle/hdwallet-provider": "^1.0.31",
"bs58": "^4.0.1",
"color": "^3.1.2",
"date-fns": "^2.9.0",
"did-resolver": "0.0.7",
"dotenv": "^8.2.0",
"ethereum-blockies-base64": "^1.0.2",
"ethereumjs-util": "^6.2.0",
"fortmatic": "^2.0.0-beta.9",
"isomorphic-fetch": "^2.2.1",
"lodash.merge": "^4.6.2",
"lodash.throttle": "^4.1.1",
"moment": "^2.24.0",
"next": "9.2.1",
"next-svgr": "0.0.2",
"profile-hover": "^1.1.1",
"qrcode": "^1.4.4",
"react": "16.12.0",
"react-addons-css-transition-group": "^15.6.2",
"react-animations": "^1.0.0",
"react-dom": "16.12.0",
"react-dropzone": "^10.2.1",
"react-transition-group": "^4.3.0",
"styled-components": "^5.0.1",
"web3": "^1.2.6"
},
"devDependencies": {}
}