{ "name": "poa-dapps-keys-generation", "version": "0.2.0", "private": true, "homepage": "https://poanetwork.github.io/", "dependencies": { "ajv": "^6.5.2", "babel-core": "^6.26.3", "babel-eslint": "^7.2.3", "babel-plugin-transform-decorators-legacy": "^1.3.5", "babel-polyfill": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react-app": "^3.0.1", "babel-preset-stage-1": "^6.24.1", "babel-preset-stage-2": "^6.24.1", "babel-runtime": "6.23.0", "clipboard": "^1.7.1", "eslint": "^4.1.1", "eslint-config-prettier": "2.9.0", "eslint-config-react-app": "^2.1.0", "eslint-plugin-dependencies": "^2.4.0", "eslint-plugin-flowtype": "^2.34.1", "eslint-plugin-import": "^2.6.0", "eslint-plugin-jsx-a11y": "^5.1.1", "eslint-plugin-prettier": "2.6.0", "eslint-plugin-react": "^7.1.0", "file-saver": "^1.3.3", "gh-pages": "^1.2.0", "jszip": "^3.1.5", "keythereum": "^1.0.4", "moment": "^2.20.1", "node-sass-chokidar": "1.3.0", "npm-run-all": "^4.1.2", "password-generator": "^2.2.0", "prettier": "^1.13.7", "rc-tooltip": "^3.7.0", "react": "^16.2.0", "react-dom": "^16.2.0", "react-scripts": "1.1.4", "sweetalert": "^2.0.8", "web3": "1.0.0-beta.34" }, "scripts": { "predeploy": "npm run build", "deploy": "gh-pages -d build -o origin", "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", "lint": "./node_modules/.bin/eslint src" } }