-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 945 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": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@metamask/onboarding": "^1.0.0",
"@textile/hub": "^6.0.2",
"@web3-react/core": "^6.1.1",
"@web3-react/injected-connector": "^6.0.7",
"autoprefixer": "^10.2.4",
"date-fns": "^2.11.1",
"ethers": "^5.0.30",
"formik": "^2.2.6",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"gray-matter": "^4.0.2",
"next": "^10.0.0",
"postcss": "^8.2.6",
"react": "17.0.1",
"react-dom": "17.0.1",
"remark": "^12.0.0",
"remark-html": "^12.0.0",
"swr": "^0.4.2",
"tailwindcss": "^2.0.3",
"web3": "^1.3.4"
},
"devDependencies": {
"@types/node": "^14.14.25",
"@types/react": "^17.0.1",
"typescript": "^4.1.3"
}
}