2018-03-01 09:05:56 +01:00
|
|
|
{
|
2018-04-26 08:00:40 +02:00
|
|
|
"name": "safe-react",
|
2019-09-30 19:43:22 +04:00
|
|
|
"version": "1.0.1",
|
2018-03-06 09:20:10 +01:00
|
|
|
"description": "Allowing crypto users manage funds in a safer way",
|
2019-03-20 16:34:55 +04:00
|
|
|
"homepage": "https://github.com/gnosis/safe-react#readme",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/gnosis/safe-react/issues"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/gnosis/safe-react"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"author": "Gnosis Team",
|
2018-03-06 09:20:10 +01:00
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2018-03-06 09:52:55 +01:00
|
|
|
"build": "node scripts/build.js",
|
2019-09-30 08:39:55 +02:00
|
|
|
"build-mainnet": "REACT_APP_NETWORK=mainnet yarn build",
|
2019-03-20 16:34:55 +04:00
|
|
|
"build-storybook": "build-storybook -o build_storybook",
|
2018-03-15 11:14:20 +01:00
|
|
|
"flow": "flow",
|
2019-03-20 16:34:55 +04:00
|
|
|
"precommit": "./precommit.sh",
|
|
|
|
"start": "node scripts/start.js",
|
2019-09-30 08:39:55 +02:00
|
|
|
"start-mainnet": "REACT_APP_NETWORK=mainnet yarn start",
|
2018-03-15 11:14:20 +01:00
|
|
|
"storybook": "start-storybook -p 6006",
|
2019-03-20 16:34:55 +04:00
|
|
|
"test": "NODE_ENV=test && node scripts/test.js --env=jsdom",
|
2019-03-29 17:32:59 +04:00
|
|
|
"format": "prettier-eslint \"src/**/*.js\" --write"
|
2018-03-06 09:20:10 +01:00
|
|
|
},
|
2018-03-08 12:33:16 +01:00
|
|
|
"pre-commit": [
|
|
|
|
"precommit"
|
|
|
|
],
|
2019-03-20 16:34:55 +04:00
|
|
|
"dependencies": {
|
2019-04-29 14:30:14 +02:00
|
|
|
"@gnosis.pm/safe-contracts": "^1.0.0",
|
2019-09-23 14:38:45 +04:00
|
|
|
"@gnosis.pm/util-contracts": "2.0.4",
|
2019-11-06 17:30:09 +04:00
|
|
|
"@material-ui/core": "4.6.0",
|
2019-10-14 16:13:21 +04:00
|
|
|
"@material-ui/icons": "4.5.1",
|
2019-10-21 18:29:14 +04:00
|
|
|
"@portis/web3": "^2.0.0-beta.45",
|
2019-11-05 13:30:51 +04:00
|
|
|
"@testing-library/jest-dom": "4.2.3",
|
2019-11-07 15:50:50 +04:00
|
|
|
"@toruslabs/torus-embed": "0.2.6",
|
2019-10-21 18:29:14 +04:00
|
|
|
"@walletconnect/web3-provider": "^1.0.0-beta.37",
|
2019-11-11 14:33:20 +04:00
|
|
|
"@welldone-software/why-did-you-render": "3.3.9",
|
2019-05-31 17:58:35 +04:00
|
|
|
"axios": "0.19.0",
|
2019-05-29 13:52:55 +04:00
|
|
|
"bignumber.js": "9.0.0",
|
2019-07-15 15:07:28 +04:00
|
|
|
"connected-react-router": "6.5.2",
|
2019-11-11 14:33:20 +04:00
|
|
|
"date-fns": "2.7.0",
|
2019-09-05 14:06:04 +04:00
|
|
|
"ethereum-ens": "0.7.8",
|
2019-11-07 15:50:50 +04:00
|
|
|
"final-form": "4.18.6",
|
2019-09-16 17:09:30 +04:00
|
|
|
"history": "4.10.1",
|
2019-03-26 19:18:36 +04:00
|
|
|
"immortal-db": "^1.0.2",
|
2019-03-20 16:34:55 +04:00
|
|
|
"immutable": "^4.0.0-rc.9",
|
|
|
|
"material-ui-search-bar": "^1.0.0-beta.13",
|
2019-09-28 19:27:06 +02:00
|
|
|
"notistack": "https://github.com/gnosis/notistack.git#v0.9.4",
|
2019-07-01 14:18:29 +04:00
|
|
|
"optimize-css-assets-webpack-plugin": "5.0.3",
|
2019-11-11 14:33:20 +04:00
|
|
|
"qrcode.react": "1.0.0",
|
2019-10-25 13:04:23 +04:00
|
|
|
"react": "16.11.0",
|
|
|
|
"react-dom": "16.11.0",
|
2019-06-26 14:08:58 +04:00
|
|
|
"react-final-form": "6.3.0",
|
2019-05-21 16:16:12 +04:00
|
|
|
"react-final-form-listeners": "^1.0.2",
|
2019-11-07 15:50:50 +04:00
|
|
|
"react-hot-loader": "4.12.16",
|
2019-07-19 16:48:16 +04:00
|
|
|
"react-qr-reader": "^2.2.1",
|
2019-11-06 17:30:09 +04:00
|
|
|
"react-redux": "7.1.3",
|
2019-10-01 13:05:23 +04:00
|
|
|
"react-router-dom": "5.1.2",
|
2019-10-02 18:28:33 +04:00
|
|
|
"react-window": "^1.8.5",
|
2019-03-20 16:34:55 +04:00
|
|
|
"recompose": "^0.30.0",
|
2019-07-11 11:54:37 +04:00
|
|
|
"redux": "4.0.4",
|
2019-09-16 12:57:29 +02:00
|
|
|
"redux-actions": "^2.6.5",
|
|
|
|
"redux-thunk": "^2.3.0",
|
2019-03-20 16:34:55 +04:00
|
|
|
"reselect": "^4.0.0",
|
2019-10-21 18:29:14 +04:00
|
|
|
"squarelink": "^1.1.3",
|
2019-10-25 13:04:23 +04:00
|
|
|
"web3": "1.2.2",
|
2019-10-21 18:29:14 +04:00
|
|
|
"web3connect": "^1.0.0-beta.23"
|
2019-03-20 16:34:55 +04:00
|
|
|
},
|
2018-03-01 09:05:56 +01:00
|
|
|
"devDependencies": {
|
2019-11-06 17:30:09 +04:00
|
|
|
"@babel/cli": "7.7.0",
|
2019-11-07 15:50:50 +04:00
|
|
|
"@babel/core": "7.7.2",
|
2019-11-06 17:30:09 +04:00
|
|
|
"@babel/plugin-proposal-class-properties": "7.7.0",
|
|
|
|
"@babel/plugin-proposal-decorators": "7.7.0",
|
2019-09-09 14:21:57 +04:00
|
|
|
"@babel/plugin-proposal-do-expressions": "7.6.0",
|
2019-07-10 13:26:51 +04:00
|
|
|
"@babel/plugin-proposal-export-default-from": "7.5.2",
|
|
|
|
"@babel/plugin-proposal-export-namespace-from": "7.5.2",
|
2019-09-16 12:57:29 +02:00
|
|
|
"@babel/plugin-proposal-function-bind": "^7.2.0",
|
2019-11-06 17:30:09 +04:00
|
|
|
"@babel/plugin-proposal-function-sent": "7.7.0",
|
2019-09-16 12:57:29 +02:00
|
|
|
"@babel/plugin-proposal-json-strings": "^7.2.0",
|
|
|
|
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
|
2019-04-29 12:56:46 +04:00
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.4.4",
|
2019-09-16 12:57:29 +02:00
|
|
|
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
|
2019-09-09 14:21:57 +04:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.6.0",
|
2019-07-05 14:14:30 +04:00
|
|
|
"@babel/plugin-proposal-pipeline-operator": "7.5.0",
|
2019-09-16 12:57:29 +02:00
|
|
|
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
|
|
"@babel/plugin-syntax-import-meta": "^7.2.0",
|
2019-03-05 17:46:49 +04:00
|
|
|
"@babel/plugin-transform-member-expression-literals": "^7.2.0",
|
|
|
|
"@babel/plugin-transform-property-literals": "^7.2.0",
|
2019-11-06 17:30:09 +04:00
|
|
|
"@babel/polyfill": "7.7.0",
|
|
|
|
"@babel/preset-env": "7.7.1",
|
2019-09-18 18:44:24 +02:00
|
|
|
"@babel/preset-flow": "^7.0.0",
|
2019-11-06 17:30:09 +04:00
|
|
|
"@babel/preset-react": "7.7.0",
|
2019-09-18 18:44:24 +02:00
|
|
|
"@sambego/storybook-state": "^1.3.6",
|
2019-11-11 14:33:20 +04:00
|
|
|
"@storybook/addon-actions": "5.2.6",
|
|
|
|
"@storybook/addon-knobs": "5.2.6",
|
|
|
|
"@storybook/addon-links": "5.2.6",
|
|
|
|
"@storybook/react": "5.2.6",
|
2019-11-05 13:30:51 +04:00
|
|
|
"@testing-library/react": "9.3.2",
|
|
|
|
"autoprefixer": "9.7.1",
|
2018-03-06 09:20:10 +01:00
|
|
|
"babel-core": "^7.0.0-bridge.0",
|
2019-08-28 18:25:18 +04:00
|
|
|
"babel-eslint": "10.0.3",
|
|
|
|
"babel-jest": "24.9.0",
|
2019-05-20 17:26:51 +04:00
|
|
|
"babel-loader": "8.0.6",
|
2019-09-16 12:57:29 +02:00
|
|
|
"babel-plugin-dynamic-import-node": "^2.3.0",
|
2018-03-06 09:20:10 +01:00
|
|
|
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
|
|
|
|
"babel-plugin-transform-es3-property-literals": "^6.22.0",
|
2019-10-25 13:04:23 +04:00
|
|
|
"babel-polyfill": "^6.26.0",
|
2019-09-16 12:57:29 +02:00
|
|
|
"classnames": "^2.2.6",
|
2019-08-15 16:49:35 +04:00
|
|
|
"css-loader": "3.2.0",
|
2019-09-16 12:57:29 +02:00
|
|
|
"detect-port": "^1.3.0",
|
2019-11-07 17:32:13 +04:00
|
|
|
"eslint": "5.16.0",
|
2019-08-15 16:49:35 +04:00
|
|
|
"eslint-config-airbnb": "18.0.1",
|
2019-09-04 12:42:44 +04:00
|
|
|
"eslint-plugin-flowtype": "4.3.0",
|
2019-07-26 16:05:23 +04:00
|
|
|
"eslint-plugin-import": "2.18.2",
|
2019-11-11 14:33:20 +04:00
|
|
|
"eslint-plugin-jest": "23.0.3",
|
2019-07-01 14:18:29 +04:00
|
|
|
"eslint-plugin-jsx-a11y": "6.2.3",
|
2019-10-09 14:16:45 +04:00
|
|
|
"eslint-plugin-react": "7.16.0",
|
2019-08-15 16:49:35 +04:00
|
|
|
"ethereumjs-abi": "0.6.8",
|
2018-03-06 12:03:03 +01:00
|
|
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
2019-08-15 16:49:35 +04:00
|
|
|
"file-loader": "4.2.0",
|
2019-11-06 17:30:09 +04:00
|
|
|
"flow-bin": "0.111.3",
|
2019-07-01 14:18:29 +04:00
|
|
|
"fs-extra": "8.1.0",
|
2018-03-06 09:20:10 +01:00
|
|
|
"html-loader": "^0.5.5",
|
2019-09-16 12:57:29 +02:00
|
|
|
"html-webpack-plugin": "^3.2.0",
|
2019-08-28 18:25:18 +04:00
|
|
|
"jest": "24.9.0",
|
2019-07-10 13:26:51 +04:00
|
|
|
"jest-dom": "4.0.0",
|
2018-03-06 12:03:03 +01:00
|
|
|
"json-loader": "^0.5.7",
|
2019-07-17 11:53:55 +04:00
|
|
|
"mini-css-extract-plugin": "0.8.0",
|
2019-03-05 17:46:49 +04:00
|
|
|
"postcss-loader": "^3.0.0",
|
2019-11-05 13:30:51 +04:00
|
|
|
"postcss-mixins": "6.2.3",
|
2019-03-05 17:46:49 +04:00
|
|
|
"postcss-simple-vars": "^5.0.2",
|
2018-03-08 12:33:16 +01:00
|
|
|
"pre-commit": "^1.2.2",
|
2019-06-17 14:08:32 +04:00
|
|
|
"prettier-eslint-cli": "5.0.0",
|
2019-04-08 13:29:19 +04:00
|
|
|
"run-with-testrpc": "0.3.1",
|
2019-07-01 14:18:29 +04:00
|
|
|
"storybook-host": "5.1.0",
|
2019-09-16 12:57:29 +02:00
|
|
|
"storybook-router": "^0.3.4",
|
2019-08-15 16:49:35 +04:00
|
|
|
"style-loader": "1.0.0",
|
2019-11-11 14:33:20 +04:00
|
|
|
"truffle": "5.0.44",
|
2019-09-02 13:54:23 +04:00
|
|
|
"truffle-contract": "4.0.31",
|
2019-08-28 18:25:18 +04:00
|
|
|
"truffle-solidity-loader": "0.1.32",
|
2019-08-02 12:45:26 +04:00
|
|
|
"uglifyjs-webpack-plugin": "2.2.0",
|
2019-10-07 14:57:34 +04:00
|
|
|
"url-loader": "2.2.0",
|
2019-10-16 19:23:30 +04:00
|
|
|
"webpack": "4.41.2",
|
|
|
|
"webpack-bundle-analyzer": "3.6.0",
|
2019-11-05 13:30:51 +04:00
|
|
|
"webpack-cli": "3.3.10",
|
2019-10-25 13:04:23 +04:00
|
|
|
"webpack-dev-server": "3.9.0",
|
2019-10-07 14:57:34 +04:00
|
|
|
"webpack-manifest-plugin": "2.2.0"
|
2018-03-01 09:05:56 +01:00
|
|
|
}
|
|
|
|
}
|