Newer
Older
"name": "fether-react",
"description": "Fether Wallet",
"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": "cross-env SKIP_PREFLIGHT_CHECK=true craco build --react-scripts ../../node_modules/react-scripts",
"start": "npm-run-all -p start-*",
"start-css": "npm run build-css -- --watch --recursive",
"start-js": "cross-env SKIP_PREFLIGHT_CHECK=true BROWSER=none craco start --react-scripts ../../node_modules/react-scripts",
"test": "ln -s ../../../node_modules/react-scripts node_modules/ && cross-env SKIP_PREFLIGHT_CHECK=true craco test; rm node_modules/react-scripts"
"@craco/craco": "^3.2.3",
"@parity/qr-signer": "^0.3.2",
"bip39": "^2.5.0",
"ethereumjs-tx": "^1.3.7",
"ethereumjs-util": "^6.0.0",
"ethereumjs-wallet": "^0.6.2",
"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",
"react-final-form-listeners": "^1.0.1",
"react-scripts": "^2.1.1",
"@babel/plugin-proposal-decorators": "^7.2.0",
"npm-run-all": "^4.1.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]