2017-12-13 11:01:37 +00:00
|
|
|
{
|
|
|
|
"name": "trezor-connect-react-boilerplate",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"author": "TREZOR <info@trezor.io>",
|
|
|
|
"description": "",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/szymonlesisz/trezor-connect-react-boilerplate.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/szymonlesisz/trezor-connect-react-boilerplate/issues"
|
|
|
|
},
|
2018-04-16 21:19:50 +00:00
|
|
|
"bin": {
|
|
|
|
"flow": "./node_modules/flow-bin"
|
|
|
|
},
|
2017-12-13 11:01:37 +00:00
|
|
|
"license": "LGPL-3.0+",
|
|
|
|
"scripts": {
|
2018-05-17 20:08:34 +00:00
|
|
|
"dev": "webpack-dev-server --config ./webpack/config.dev.babel.js --mode development",
|
|
|
|
"build": "rm -rf build && webpack --config ./webpack/config.prod.babel.js --progress",
|
2018-04-11 13:42:35 +00:00
|
|
|
"flow": "flow check src/js",
|
2017-12-13 11:01:37 +00:00
|
|
|
"test": ""
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-02-20 09:30:36 +00:00
|
|
|
"color-hash": "^1.0.3",
|
2017-12-13 11:01:37 +00:00
|
|
|
"ethereumjs-tx": "^1.3.3",
|
2018-02-20 09:30:36 +00:00
|
|
|
"ethereumjs-units": "^0.2.0",
|
2018-03-08 16:10:53 +00:00
|
|
|
"ethereumjs-util": "^5.1.4",
|
|
|
|
"hdkey": "^0.8.0",
|
2018-02-20 09:30:36 +00:00
|
|
|
"raf": "^3.4.0",
|
2018-03-08 16:10:53 +00:00
|
|
|
"raven-js": "^3.22.3",
|
2018-02-20 09:30:36 +00:00
|
|
|
"rc-tooltip": "^3.7.0",
|
2018-03-08 16:10:53 +00:00
|
|
|
"react": "^16.2.0",
|
2018-02-20 09:30:36 +00:00
|
|
|
"react-css-transition": "^0.7.4",
|
2018-03-08 16:10:53 +00:00
|
|
|
"react-dom": "^16.2.0",
|
2018-05-17 20:08:34 +00:00
|
|
|
"react-hot-loader": "4.2.0",
|
2017-12-13 11:01:37 +00:00
|
|
|
"react-qr-svg": "^2.1.0",
|
2018-03-08 16:10:53 +00:00
|
|
|
"react-redux": "^5.0.7",
|
2017-12-13 11:01:37 +00:00
|
|
|
"react-router-dom": "^4.2.2",
|
|
|
|
"react-router-redux": "next",
|
2018-02-20 09:30:36 +00:00
|
|
|
"react-scale-text": "^1.2.2",
|
2018-03-08 16:10:53 +00:00
|
|
|
"react-select": "^1.2.1",
|
2017-12-13 11:01:37 +00:00
|
|
|
"react-transition-group": "^2.2.1",
|
2018-05-17 20:08:34 +00:00
|
|
|
"redux": "4.0.0",
|
2017-12-13 11:01:37 +00:00
|
|
|
"redux-logger": "^3.0.6",
|
2018-03-08 16:10:53 +00:00
|
|
|
"redux-raven-middleware": "^1.2.0",
|
2017-12-13 11:01:37 +00:00
|
|
|
"redux-thunk": "^2.2.0",
|
2018-05-23 10:36:51 +00:00
|
|
|
"trezor-connect": "5.0.12",
|
2017-12-13 11:01:37 +00:00
|
|
|
"web3": "^0.19.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-cli": "^6.24.1",
|
2018-05-17 20:08:34 +00:00
|
|
|
"babel-loader": "7.1.4",
|
|
|
|
"babel-plugin-root-import": "^5.1.0",
|
2017-12-13 11:01:37 +00:00
|
|
|
"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",
|
2018-05-17 20:08:34 +00:00
|
|
|
"babel-preset-react": "^6.24.1",
|
|
|
|
"copy-webpack-plugin": "4.5.1",
|
|
|
|
"css-loader": "0.28.11",
|
|
|
|
"file-loader": "1.1.11",
|
|
|
|
"flow-bin": "0.72.0",
|
|
|
|
"html-webpack-plugin": "^3.2.0",
|
2018-03-08 16:10:53 +00:00
|
|
|
"less": "^3.0.1",
|
2018-05-17 20:08:34 +00:00
|
|
|
"less-loader": "4.1.0",
|
|
|
|
"mini-css-extract-plugin": "^0.4.0",
|
|
|
|
"webpack": "^4.8.3",
|
|
|
|
"webpack-cli": "^2.1.3",
|
|
|
|
"webpack-dev-server": "^3.1.4",
|
2017-12-13 11:01:37 +00:00
|
|
|
"whatwg-fetch": "^2.0.3",
|
2018-03-08 16:10:53 +00:00
|
|
|
"yargs": "11.0.0"
|
2017-12-13 11:01:37 +00:00
|
|
|
}
|
|
|
|
}
|