-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
45 lines (45 loc) · 1.39 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
{
"name": "yieldhero",
"version": "2.0.0",
"scripts": {
"dev": "env-cmd -f .env next",
"build": "next build",
"start": "next start",
"deploy:staging": "export NOW_PROJECT_ID=QmUgGMgxukaXYBvzW3hCp3bJ94Vd2214pBVbP84LQpkwHv && export NOW_ORG_ID=1c3hZezLhRKFGu3HeZhxIyYn && now -f --prod",
"deploy:prod": "export NOW_PROJECT_ID=QmVBujTAFAeXSNkYGyzSEh8vLcRwKfnUiCEhLdPrZT4dSt && export NOW_ORG_ID=1c3hZezLhRKFGu3HeZhxIyYn && now --prod"
},
"dependencies": {
"@apollo/react-hooks": "3.1.3",
"@apollo/react-ssr": "3.1.3",
"@balancer-labs/sor": "^0.2.6",
"@types/react": "^16.9.34",
"@walletconnect/web3-provider": "^1.0.0-beta.47",
"apollo-cache-inmemory": "1.6.5",
"apollo-client": "2.6.8",
"apollo-link-http": "1.5.16",
"bignumber.js": "^9.0.0",
"bootstrap": "^4.4.1",
"env-cmd": "^10.1.0",
"ethereum-ens": "^0.8.0",
"ethers": "^4.0.47",
"firebase": "^7.14.3",
"graphql": "^14.0.2",
"graphql-tag": "2.10.3",
"isomorphic-unfetch": "^3.0.0",
"next": "^9.4.0",
"prop-types": "^15.6.2",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.13.1",
"react-jazzicon": "^0.1.3",
"react-lazyload": "^2.6.7",
"swr": "^0.2.0",
"typescript": "^3.8.3",
"web3": "^1.2.7",
"web3modal": "^1.6.3"
},
"license": "ISC",
"devDependencies": {
"babel-plugin-graphql-tag": "^2.5.0"
}
}