{ "name": "fether-ui", "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": "https://github.com/parity-js/light", "main": "lib/index.js", "scripts": { "prebuild": "rimraf lib", "build": "babel src --out-dir lib", "lint": "semistandard 'src/**/*.js' --parser babel-eslint", "start": "yarn build --watch" }, "dependencies": { "rc-tooltip": "^3.7.2", "react-blockies": "^1.3.0", "react-content-loader": "^3.1.2", "react-copy-to-clipboard": "^5.0.1", "react-tooltip": "^3.6.1" }, "devDependencies": { "@babel/cli": "^7.0.0-beta.49", "@babel/core": "^7.0.0-beta.49", "@babel/preset-env": "^7.0.0-beta.49", "@babel/preset-react": "^7.0.0-beta.49", "@babel/preset-stage-0": "^7.0.0-beta.49", "babel-eslint": "^8.2.3", "prop-types": "^15.6.1", "react": "^16.4.0", "rimraf": "^2.6.2", "semistandard": "^12.0.1" }, "peerDependencies": { "prop-types": "^15.6.1", "react": "^16.4.0" } }