{ "name": "trezor-wallet", "version": "1.0.0", "author": "TREZOR ", "description": "", "bin": { "flow": "./node_modules/flow-bin" }, "license": "LGPL-3.0+", "scripts": { "dev": "npx webpack-dev-server --config ./webpack/dev.babel.js", "dev:local": "npx webpack-dev-server --config ./webpack/local.babel.js", "build:prod": "rimraf build && npx webpack --config ./webpack/production.babel.js --progress --bail", "build:dev": "rimraf build-devel && cross-env BUILD=development npx webpack --config webpack/production.babel.js --output-path build-devel --progress --bail", "build": "run-s build:*", "flow": "flow check src", "lint": "run-s lint:*", "lint:js": "npx eslint ./src ./webpack", "lint:css": "npx stylelint './src/**/*.js'", "test": "run-s test:*", "test:unit": "npx jest", "test-unit:watch": "npx jest -o --watch", "prod-server": "node ./server/index.js" }, "dependencies": { "babel": "^6.23.0", "babel-core": "^6.26.3", "bignumber.js": "2.4.0", "color-hash": "^1.0.3", "copy-webpack-plugin": "^4.5.2", "cross-env": "^5.2.0", "date-fns": "^1.29.0", "ethereumjs-tx": "^1.3.3", "ethereumjs-units": "^0.2.0", "ethereumjs-util": "^5.1.4", "express": "^4.16.3", "flow-webpack-plugin": "^1.2.0", "git-revision-webpack-plugin": "^3.0.3", "hdkey": "^0.8.0", "html-webpack-plugin": "^3.2.0", "jest-fetch-mock": "^1.6.5", "morgan": "^1.9.1", "npm-run-all": "^4.1.3", "prop-types": "^15.6.2", "raf": "^3.4.0", "raven-js": "^3.22.3", "rc-tooltip": "^3.7.0", "react": "^16.4.2", "react-dom": "^16.2.0", "react-hot-loader": "^4.3.4", "react-qr-svg": "^2.1.0", "react-redux": "^5.0.7", "react-router-dom": "^4.2.2", "react-router-redux": "next", "react-scale-text": "^1.2.2", "react-select": "2.0.0", "react-transition-group": "^2.4.0", "redbox-react": "^1.6.0", "redux": "4.0.0", "redux-logger": "^3.0.6", "redux-raven-middleware": "^1.2.0", "redux-thunk": "^2.2.0", "rimraf": "^2.6.2", "styled-components": "^3.4.9", "styled-media-query": "^2.0.2", "styled-normalize": "^8.0.0", "trezor-connect": "^5.0.32", "web3": "1.0.0-beta.35", "webpack": "^4.16.3", "webpack-build-notifier": "^0.1.29", "webpack-bundle-analyzer": "^2.13.1", "whatwg-fetch": "^2.0.4", "yarn-run-all": "^3.1.1" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-eslint": "^8.2.6", "babel-loader": "^7.1.5", "babel-plugin-module-resolver": "^3.1.1", "babel-plugin-styled-components": "^1.5.1", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-flow-strip-types": "^6.22.0", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.6.0", "babel-preset-jest": "^23.2.0", "babel-preset-react": "^6.24.1", "css-loader": "0.28.11", "eslint": "^4", "eslint-config-airbnb": "^17.0.0", "eslint-import-resolver-babel-module": "^4.0.0", "eslint-loader": "^2.1.0", "eslint-plugin-flowtype": "^2.50.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jest": "^21.18.0", "eslint-plugin-jsx-a11y": "^6.1.1", "eslint-plugin-react": "^7.10.0", "file-loader": "1.1.11", "flow-bin": "0.72.0", "jest": "^23.4.2", "stylelint": "^8.0.0", "stylelint-config-standard": "^18.2.0", "stylelint-config-styled-components": "^0.1.1", "stylelint-custom-processor-loader": "^0.5.0", "stylelint-processor-styled-components": "^1.3.2", "stylelint-webpack-plugin": "^0.10.5", "webpack-cli": "^2.1.3", "webpack-dev-server": "^3.1.4", "yargs": "11.0.0" }, "optionalDependencies": { "fsevents": "*" } }