poa-dapps-keys-generation/package.json

37 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": {
2018-07-05 05:22:32 -07:00
"ajv": "^6.5.2",
"clipboard": "^1.7.1",
"file-saver": "^1.3.3",
2018-07-05 05:22:32 -07:00
"gh-pages": "^1.2.0",
"jszip": "^3.1.5",
2018-07-05 05:22:32 -07:00
"keythereum": "^1.0.4",
2018-02-23 04:20:02 -08:00
"moment": "^2.20.1",
2018-07-05 05:22:32 -07:00
"node-sass-chokidar": "1.3.0",
2017-12-06 23:02:38 -08:00
"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",
2018-07-05 05:22:32 -07:00
"react-scripts": "1.1.4",
2017-12-07 22:02:46 -08:00
"sweetalert": "^2.0.8",
2018-07-05 05:22:32 -07:00
"web3": "1.0.0-beta.34"
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"
}
}