mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-05 07:38:57 +00:00
90 lines
3.0 KiB
JSON
90 lines
3.0 KiB
JSON
{
|
|
"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"
|
|
},
|
|
"bin": {
|
|
"flow": "./node_modules/flow-bin"
|
|
},
|
|
"license": "LGPL-3.0+",
|
|
"scripts": {
|
|
"dev": "webpack-dev-server --config ./webpack/config.dev.babel.js --mode development",
|
|
"build": "rm -rf build && webpack --config ./webpack/config.prod.babel.js --progress",
|
|
"flow": "flow check src/js",
|
|
"lint": "npx eslint ./src ./webpack",
|
|
"test-unit": "jest",
|
|
"test-unit:watch": "jest -o --watch"
|
|
},
|
|
"dependencies": {
|
|
"babel": "^6.23.0",
|
|
"babel-core": "^6.26.3",
|
|
"color-hash": "^1.0.3",
|
|
"copy-webpack-plugin": "^4.5.2",
|
|
"ethereumjs-tx": "^1.3.3",
|
|
"ethereumjs-units": "^0.2.0",
|
|
"ethereumjs-util": "^5.1.4",
|
|
"hdkey": "^0.8.0",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"mini-css-extract-plugin": "^0.4.1",
|
|
"raf": "^3.4.0",
|
|
"raven-js": "^3.22.3",
|
|
"rc-tooltip": "^3.7.0",
|
|
"react": "^16.2.0",
|
|
"react-css-transition": "^0.7.4",
|
|
"react-dom": "^16.2.0",
|
|
"react-hot-loader": "4.2.0",
|
|
"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": "^1.2.1",
|
|
"react-transition-group": "^2.2.1",
|
|
"redux": "4.0.0",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-raven-middleware": "^1.2.0",
|
|
"redux-thunk": "^2.2.0",
|
|
"trezor-connect": "5.0.13",
|
|
"web3": "^0.19.0",
|
|
"webpack": "^4.16.3",
|
|
"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-root-import": "^6.1.0",
|
|
"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-plugin-flowtype": "^2.50.0",
|
|
"eslint-plugin-import": "^2.13.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",
|
|
"less": "^3.0.1",
|
|
"less-loader": "4.1.0",
|
|
"webpack-cli": "^2.1.3",
|
|
"webpack-dev-server": "^3.1.4",
|
|
"yargs": "11.0.0"
|
|
}
|
|
}
|