2017-06-15 10:43:06 -07:00
|
|
|
{
|
2017-12-21 04:40:29 -08:00
|
|
|
"name": "poa-dapps-validators",
|
|
|
|
"version": "0.2.0",
|
2017-12-11 17:35:57 -08:00
|
|
|
"private": true,
|
2017-12-29 22:45:35 -08:00
|
|
|
"homepage": "https://poanetwork.github.io/",
|
2017-11-22 10:10:01 -08:00
|
|
|
"dependencies": {
|
2017-12-11 17:35:57 -08:00
|
|
|
"clipboard": "^1.7.1",
|
|
|
|
"gh-pages": "^1.1.0",
|
|
|
|
"keythereum": "^1.0.2",
|
|
|
|
"moment": "^2.19.3",
|
|
|
|
"node-sass-chokidar": "0.0.3",
|
|
|
|
"npm-run-all": "^4.1.2",
|
|
|
|
"password-generator": "^2.2.0",
|
|
|
|
"react": "^16.2.0",
|
|
|
|
"react-dom": "^16.2.0",
|
|
|
|
"react-places-autocomplete": "^5.4.3",
|
|
|
|
"react-router": "^4.2.0",
|
|
|
|
"react-router-dom": "^4.2.2",
|
|
|
|
"react-scripts": "1.0.17",
|
|
|
|
"sweetalert": "^2.0.8",
|
2017-11-22 10:10:01 -08:00
|
|
|
"web3": "^1.0.0-beta.26"
|
2017-12-11 17:35:57 -08:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"predeploy": "npm run build",
|
2017-12-15 19:01:04 -08:00
|
|
|
"deploy": "gh-pages -d build -o origin",
|
2017-12-11 17:35:57 -08:00
|
|
|
"build-css": "node-sass-chokidar src/index/index.scss -o src/index",
|
|
|
|
"watch-css": "npm run build-css && node-sass-chokidar src/index/index.scss -o src/index --watch --recursive",
|
|
|
|
"start-js": "react-scripts start",
|
|
|
|
"start": "npm-run-all -p watch-css start-js",
|
|
|
|
"build-js": "react-scripts build",
|
|
|
|
"build": "npm-run-all build-css build-js",
|
|
|
|
"test": "react-scripts test --env=jsdom",
|
|
|
|
"eject": "react-scripts eject"
|
2017-11-22 10:10:01 -08:00
|
|
|
}
|
2017-06-15 10:43:06 -07:00
|
|
|
}
|