poa-dapps-keys-generation/package.json

36 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "poa-dapps-keys-generation",
"version": "0.2.0",
2017-12-06 23:02:38 -08:00
"private": true,
"homepage": "https://poanetwork.github.io/",
"dependencies": {
"clipboard": "^1.7.1",
"file-saver": "^1.3.3",
2017-12-06 23:02:38 -08:00
"gh-pages": "^1.1.0",
"jszip": "^3.1.5",
2017-12-07 21:43:35 -08:00
"keythereum": "^1.0.2",
2018-02-23 04:20:02 -08:00
"moment": "^2.20.1",
2017-12-06 23:02:38 -08:00
"node-sass-chokidar": "0.0.3",
"npm-run-all": "^4.1.2",
2017-12-07 22:02:46 -08:00
"password-generator": "^2.2.0",
"rc-tooltip": "^3.7.0",
2017-12-06 23:02:38 -08:00
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts": "1.0.17",
2017-12-07 22:02:46 -08:00
"sweetalert": "^2.0.8",
2018-02-15 07:55:14 -08:00
"web3": "1.0.0-beta.29"
2017-12-06 23:02:38 -08:00
},
"scripts": {
"predeploy": "npm run build",
2017-12-15 19:38:51 -08:00
"deploy": "gh-pages -d build -o origin",
2017-12-06 23:02:38 -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"
}
}