-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 973 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
{
"name": "defi-options",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"codegen": "apollo client:codegen --target typescript --globalTypesFile=types/global_apollo.ts --includes=./queries/**/*.ts --endpoint 'https://api.thegraph.com/subgraphs/name/opynfinance/gamma-mainnet'"
},
"dependencies": {
"@apollo/client": "^3.3.20",
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"autoprefixer": "^10.2.6",
"bnc-onboard": "^1.27.0",
"chart.js": "^2.9.4",
"framer-motion": "^4",
"graphql": "^15.5.0",
"next": "10.2.3",
"postcss": "^8.3.0",
"react": "17.0.2",
"react-chartjs-2": "^2.11.1",
"react-dom": "17.0.2",
"tailwindcss": "^2.1.4",
"web3": "^1.3.6"
},
"devDependencies": {
"@types/node": "^15.6.1",
"@types/react": "^17.0.8",
"typescript": "^4.3.2"
}
}