-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.12 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
{
"name": "genomecdp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"@makerdao/dai": "^0.9.2",
"@material-ui/core": "^3.1.2",
"@material-ui/icons": "^3.0.1",
"classnames": "^2.2.6",
"drizzle": "^1.2.3",
"drizzle-react": "^1.2.0",
"drizzle-react-components": "^1.2.0",
"isomorphic-fetch": "^2.2.1",
"next": "^7.0.1",
"openzeppelin-solidity": "^1.12.0",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-redux": "^5.0.7",
"react-scripts": "1.1.1",
"recharts": "^1.3.1",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"dotenv": "^6.0.0",
"ethereumjs-wallet": "^0.6.2",
"truffle-wallet-provider": "0.0.5"
},
"scripts": {
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"dev": "next",
"build": "next build",
"start": "next start",
"flow": "flow",
"lint": "standard"
},
"keywords": [
"cdp",
"mkr",
"genomics"
],
"author": "domsteil",
"license": "ISC"
}