{ "name": "fether-ui", "description": "Fether Wallet", "version": "0.3.0", "private": true, "author": "Parity Team ", "maintainers": [ "Jaco Greeff", "Amaury Martiny" ], "contributors": [], "license": "BSD-3-Clause", "repository": { "type": "git", "url": "git+https://github.com/paritytech/fether.git" }, "bugs": { "url": "https://github.com/paritytech/fether/issues" }, "keywords": [ "Ethereum", "Light", "Light Client", "Parity" ], "homepage": "https://github.com/paritytech/fether", "main": "lib/index.js", "scripts": { "prebuild": "rimraf lib", "build": "babel src --out-dir lib", "start": "yarn build --watch" }, "dependencies": { "babel-plugin-inline-import-data-uri": "^1.0.1", "react-blockies": "^1.3.0", "react-content-loader": "^3.1.2", "react-dropzone": "^7.0.1", "semantic-ui-css": "^2.3.2", "semantic-ui-react": "^0.81.3" }, "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", "prop-types": "^15.6.1", "react": "^16.4.0", "rimraf": "^2.6.2" }, "peerDependencies": { "prop-types": "^15.6.1", "react": "^16.4.0" } }