poa-dapps-keys-generation/package.json

32 lines
1.0 KiB
JSON
Raw Normal View History

{
2017-12-06 23:02:38 -08:00
"name": "finalapp",
"version": "0.1.0",
"private": true,
"homepage": "https://rstormsf.github.io/oracles-dapps-keys-generation",
"dependencies": {
"clipboard": "^1.7.1",
2017-12-06 23:02:38 -08:00
"gh-pages": "^1.1.0",
2017-12-07 21:43:35 -08:00
"keythereum": "^1.0.2",
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",
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",
"web3": "^1.0.0-beta.26"
2017-12-06 23:02:38 -08:00
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build -o rstorm",
"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"
}
}