-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.35 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
{
"name": "dripdai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "eslint --fix . && echo 'Lint complete.'"
},
"engines": {
"node": "11.x"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.2",
"@makerdao/currency": "^0.9.6",
"@makerdao/dai": "^0.23.0-rc.5",
"@makerdao/dai-plugin-mcd": "^1.0.5",
"apexcharts": "^3.10.1",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-link-http": "^1.5.16",
"apollo-link-ws": "^1.0.19",
"bignumber.js": "^9.0.0",
"cannon": "^0.6.2",
"eslint": "^6.5.1",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"isomorphic-unfetch": "^3.0.0",
"lodash.times": "^4.3.2",
"next": "9.1.1",
"next-with-apollo": "^4.3.0",
"pondjs": "^0.9.0",
"react": "16.10.2",
"react-apexcharts": "^1.3.3",
"react-dom": "16.10.2",
"react-ga": "^2.7.0",
"react-three-fiber": "4.0.0-beta.13",
"react-timeseries-charts": "^0.16.1",
"subscriptions-transport-ws": "^0.9.16",
"three": "^0.111.0"
},
"devDependencies": {
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.1.2",
"prettier": "^1.18.2"
}
}