UNPKG

532 BJSONView Raw
1{
2 "name": "wallet_gen",
3 "version": "0.1.0",
4 "private": true,
5 "dependencies": {
6 "browseth": "^0.0.54",
7 "prismjs": "^1.15.0",
8 "react": "^16.4.1",
9 "react-dom": "^16.4.1",
10 "react-scripts": "1.1.4",
11 "react-select": "^2.0.0"
12 },
13 "scripts": {
14 "start": "react-scripts start",
15 "build": "react-scripts build",
16 "test": "react-scripts test --env=jsdom",
17 "eject": "react-scripts eject",
18 "geth": "geth -datadir tmp/geth -dev -networkid 1 -gasprice 1 -rpc console --rpccorsdomain='*'"
19 }
20}