forked from curvefi/curve-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 989 Bytes
/
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
{
"name": "curve-api",
"version": "0.1.0",
"private": true,
"scripts": {
"d": "vercel dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"axios": "^0.21.2",
"big-number": "^2.0.0",
"bignumber.js": "^9.0.1",
"exponential-backoff": "^3.1.0",
"form-urlencoded": "^6.0.4",
"graphql": "^15.5.1",
"graphql-request": "^3.4.0",
"lodash.groupby": "^4.6.0",
"lodash.partition": "^4.6.0",
"lodash.uniq": "^4.5.0",
"lodash.uniqby": "^4.7.0",
"memoizee": "^0.4.15",
"next": "12.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"web3": "^1.3.4"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/eslint-parser": "^7.18.9",
"@babel/eslint-plugin": "^7.17.7",
"core-js": "^2.6.12",
"eslint": "^7.21.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0"
}
}