-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
34 lines (34 loc) · 919 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": "erc20-faucet",
"version": "1.0.0",
"description": "erc20-testnet faucet",
"main": "index.js",
"repository": "[email protected]:BigMurry/erc20-faucet.git",
"author": "BigMurry",
"license": "MIT",
"scripts": {
"build": "next build",
"dev": "next -p 9091",
"gh-page": "next build && next export && touch out/.nojekyll",
"gh-pub": "git subtree push --prefix out origin gh-pages"
},
"devDependencies": {
"xhstandard": "^2.0.0"
},
"dependencies": {
"@material-ui/core": "^4.7.2",
"@material-ui/icons": "^4.5.1",
"@material-ui/styles": "^4.7.1",
"bignumber.js": "^9.0.0",
"classnames": "^2.2.6",
"ethers": "^4.0.40",
"lodash": "^4.17.15",
"mdi-material-ui": "^6.9.0",
"next": "^9.3.3",
"notistack": "^0.9.7",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"use-ether-provider": "^1.1.0"
}
}