-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 955 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
{
"name": "token-adder",
"license": "ISC",
"version": "0.1.0",
"private": true,
"homepage": "http://metamask.github.io/Add-Token",
"dependencies": {
"@material-ui/core": "^3.0.0",
"etherscan-link": "^1.0.3",
"ethjs-query": "^0.3.8",
"prop-types": "^15.6.2",
"querystringify": "^2.0.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-form": "^3.5.6",
"react-jsonschema-form": "^1.0.4",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.5",
"react-web3": "danfinlay/react-web3#Improve-1102-Support",
"redux-form": "^7.4.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"publish": "npm run deploy"
},
"devDependencies": {
"gh-pages": "^1.2.0"
}
}