Newer
Older
"name": "fether-react",
"description": "Fether Wallet",
"version": "0.1.1",
"private": true,
"author": "Parity Team <[email protected]>",
"maintainers": [
"Jaco Greeff",
"Amaury Martiny"
],
"contributors": [],
"url": "git+https://github.com/paritytech/fether.git"
"url": "https://github.com/paritytech/fether/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",
"start": "npm-run-all -p start-*",
"start-css": "npm run build-css -- --watch --recursive",
"start-js": "BROWSER=none react-app-rewired start",
"@parity/light.js-react": "^1.0.0",
"localforage": "^1.7.2",
"localforage-observable": "^1.4.0",
"mobx": "^5.0.2",
"mobx-react": "^5.2.3",
"react": "^16.3.2",
"react-blockies": "^1.3.0",
"react-dom": "^16.3.2",
"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",