{ "name": "fether-react", "description": "Fether Wallet", "version": "0.1.0", "private": true, "author": "Parity Team ", "maintainers": [ "Jaco Greeff", "Amaury Martiny" ], "contributors": [], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/parity-js/light.git" }, "bugs": { "url": "https://github.com/parity-js/light/issues" }, "keywords": [ "Ethereum", "Light", "Light Client", "Parity" ], "homepage": "./", "scripts": { "build": "npm-run-all build-*", "build-css": "node-sass-chokidar src/ -o src/", "build-js": "react-app-rewired build", "lint": "semistandard 'src/**/*.js' --parser babel-eslint", "start": "npm-run-all -p start-*", "start-css": "npm run build-css -- --watch --recursive", "start-js": "react-app-rewired start", "test": "echo Skipped." }, "dependencies": { "@parity/api": "^2.1.22", "@parity/light.js": "https://github.com/parity-js/light.js#9646ce15d9dd9c4cf11776ddd613d5bd86016f94", "@parity/shared": "^3.0.2", "bignumber.js": "^4.1.0", "fether-ui": "^0.1.0", "is-electron": "^2.1.0", "light-hoc": "^0.1.0", "lodash": "^4.17.10", "mobx": "^5.0.2", "mobx-react": "^5.2.3", "react": "^16.3.2", "react-blockies": "^1.3.0", "react-dom": "^16.3.2", "react-router-dom": "^4.2.2", "react-scripts": "1.1.4", "react-tooltip": "^3.6.1", "rxjs": "^6.2.0" }, "devDependencies": { "babel-eslint": "^8.2.3", "babel-plugin-transform-decorators-legacy": "^1.3.5", "node-sass": "^4.9.0", "node-sass-chokidar": "^1.2.2", "npm-run-all": "^4.1.2", "react-app-rewired": "^1.5.2", "semistandard": "^12.0.1" } }