279 lines
8.4 KiB
JSON
279 lines
8.4 KiB
JSON
{
|
|
"name": "safe-react",
|
|
"version": "2.0.0",
|
|
"description": "Allowing crypto users manage funds in a safer way",
|
|
"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.git"
|
|
},
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Gnosis Team",
|
|
"email": "safe@gnosis.io"
|
|
},
|
|
"main": "public/electron.js",
|
|
"postinstall": "electron-builder install-app-deps",
|
|
"scripts": {
|
|
"build": "cross-env REACT_APP_APP_VERSION=$npm_package_version node scripts/build.js",
|
|
"electron-build": "electron-builder --mac --windows --linux",
|
|
"postinstall": "electron-builder install-app-deps",
|
|
"release": "electron-builder --mac --linux --windows -p always",
|
|
"electron-dev": "concurrently \"BROWSER=none yarn start\" \"wait-on http://localhost:3000 && electron .\"",
|
|
"preelectron-pack": "yarn build",
|
|
"build-mainnet": "cross-env REACT_APP_NETWORK=mainnet yarn build",
|
|
"build-desktop": "cross-env BUILD_FOR_DESKTOP=true yarn build-mainnet",
|
|
"flow": "flow",
|
|
"format:staged": "lint-staged",
|
|
"lint:check": "eslint './src/**/*.{js,jsx}'",
|
|
"lint:fix": "yarn lint:check --fix",
|
|
"prettier": "prettier './src/**/*.{js,jsx}'",
|
|
"prettier:check": "yarn prettier --check",
|
|
"prettier:fix": "yarn prettier --write",
|
|
"start": "node scripts/start.js",
|
|
"start-mainnet": "REACT_APP_NETWORK=mainnet yarn start",
|
|
"test": "NODE_ENV=test && node scripts/test.js --env=jsdom"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged --allow-empty"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"src/**/*.{js,jsx}": [
|
|
"eslint --fix",
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"productName": "Safe Multisig",
|
|
"build": {
|
|
"appId": "io.gnosis.safe.macos",
|
|
"afterSign": "scripts/notarize.js",
|
|
"productName": "Safe Multisig",
|
|
"asar": true,
|
|
"publish": [
|
|
{
|
|
"provider": "github",
|
|
"owner": "gnosis",
|
|
"repo": "safe-react"
|
|
}
|
|
],
|
|
"dmg": {
|
|
"sign": false,
|
|
"contents": [
|
|
{
|
|
"x": 110,
|
|
"y": 150
|
|
},
|
|
{
|
|
"x": 240,
|
|
"y": 150,
|
|
"type": "link",
|
|
"path": "/Applications"
|
|
}
|
|
]
|
|
},
|
|
"files": [
|
|
"**/*",
|
|
"!src${/*}",
|
|
"!config${/*}",
|
|
"!contracts${/*}",
|
|
"!migrations${/*}",
|
|
"!flow-typed${/*}",
|
|
"!apps${/*}",
|
|
"!build${/*}",
|
|
"!out${/*}",
|
|
"!.editorconfig",
|
|
"!.gitignore",
|
|
"!README.md",
|
|
"!yarn-error.log",
|
|
"!yarn.lock"
|
|
],
|
|
"directories": {
|
|
"buildResources": "public/build"
|
|
},
|
|
"mac": {
|
|
"category": "public.app-category.productivity",
|
|
"hardenedRuntime": true,
|
|
"entitlements": "public/build/entitlements.mac.plist",
|
|
"gatekeeperAssess": false,
|
|
"entitlementsInherit": "public/build/entitlements.mac.plist",
|
|
"target": [
|
|
"dmg",
|
|
"zip"
|
|
],
|
|
"publish": [
|
|
{
|
|
"provider": "github",
|
|
"owner": "gnosis",
|
|
"repo": "safe-react"
|
|
}
|
|
]
|
|
},
|
|
"nsis": {
|
|
"deleteAppDataOnUninstall": true
|
|
},
|
|
"linux": {
|
|
"target": [
|
|
"AppImage",
|
|
"deb",
|
|
"zip"
|
|
],
|
|
"icon": "./public/build/safe.png"
|
|
},
|
|
"win": {
|
|
"target": [
|
|
"nsis"
|
|
],
|
|
"icon": "public/build/icon.ico"
|
|
}
|
|
},
|
|
"resolutions": {
|
|
"node-gyp": "^5.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@gnosis.pm/safe-contracts": "1.1.1-dev.2",
|
|
"@gnosis.pm/util-contracts": "2.0.6",
|
|
"@gnosis.pm/safe-react-components": "https://github.com/gnosis/safe-react-components.git#a057248",
|
|
"@ledgerhq/hw-transport-node-hid": "5.12.0",
|
|
"@material-ui/core": "4.9.10",
|
|
"@material-ui/icons": "4.9.1",
|
|
"@material-ui/lab": "4.0.0-alpha.39",
|
|
"@openzeppelin/contracts": "^2.5.0",
|
|
"@testing-library/jest-dom": "5.5.0",
|
|
"@welldone-software/why-did-you-render": "4.0.8",
|
|
"async-sema": "^3.1.0",
|
|
"axios": "0.19.2",
|
|
"bignumber.js": "9.0.0",
|
|
"bnc-onboard": "1.7.6",
|
|
"connected-react-router": "6.8.0",
|
|
"cross-env": "^7.0.2",
|
|
"currency-flags": "^2.1.1",
|
|
"date-fns": "2.12.0",
|
|
"dotenv": "^8.2.0",
|
|
"electron-is-dev": "^1.1.0",
|
|
"electron-log": "^4.1.1",
|
|
"electron-updater": "4.2.0",
|
|
"ethereum-ens": "0.8.0",
|
|
"express": "^4.17.1",
|
|
"final-form": "4.19.1",
|
|
"history": "4.10.1",
|
|
"immortal-db": "^1.0.2",
|
|
"immutable": "^4.0.0-rc.9",
|
|
"install": "^0.13.0",
|
|
"js-cookie": "^2.2.1",
|
|
"lint-staged": "10.1.3",
|
|
"material-ui-search-bar": "^1.0.0-beta.13",
|
|
"notistack": "https://github.com/gnosis/notistack.git#v0.9.4",
|
|
"npm": "^6.14.4",
|
|
"open": "^7.0.3",
|
|
"optimize-css-assets-webpack-plugin": "5.0.3",
|
|
"polished": "3.5.1",
|
|
"qrcode.react": "1.0.0",
|
|
"query-string": "6.12.1",
|
|
"react": "16.13.1",
|
|
"react-dev-utils": "10.2.1",
|
|
"react-dom": "16.13.1",
|
|
"react-final-form": "6.4.0",
|
|
"react-final-form-listeners": "^1.0.2",
|
|
"react-ga": "^2.7.0",
|
|
"react-hot-loader": "4.12.20",
|
|
"react-qr-reader": "^2.2.1",
|
|
"react-redux": "7.2.0",
|
|
"react-router-dom": "5.1.2",
|
|
"react-window": "^1.8.5",
|
|
"recompose": "^0.30.0",
|
|
"redux": "4.0.5",
|
|
"redux-actions": "^2.6.5",
|
|
"redux-thunk": "^2.3.0",
|
|
"reselect": "^4.0.0",
|
|
"semver": "7.3.2",
|
|
"styled-components": "^5.0.1",
|
|
"wait-on": "^4.0.1",
|
|
"web3": "1.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "7.8.4",
|
|
"@babel/core": "7.9.0",
|
|
"@babel/plugin-proposal-class-properties": "7.8.3",
|
|
"@babel/plugin-proposal-decorators": "7.8.3",
|
|
"@babel/plugin-proposal-do-expressions": "7.8.3",
|
|
"@babel/plugin-proposal-export-default-from": "7.8.3",
|
|
"@babel/plugin-proposal-export-namespace-from": "7.8.3",
|
|
"@babel/plugin-proposal-function-bind": "7.8.3",
|
|
"@babel/plugin-proposal-function-sent": "7.8.3",
|
|
"@babel/plugin-proposal-json-strings": "7.8.3",
|
|
"@babel/plugin-proposal-logical-assignment-operators": "7.8.3",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3",
|
|
"@babel/plugin-proposal-numeric-separator": "7.8.3",
|
|
"@babel/plugin-proposal-optional-chaining": "7.9.0",
|
|
"@babel/plugin-proposal-pipeline-operator": "7.8.3",
|
|
"@babel/plugin-proposal-throw-expressions": "7.8.3",
|
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
"@babel/plugin-syntax-import-meta": "7.8.3",
|
|
"@babel/plugin-transform-member-expression-literals": "7.8.3",
|
|
"@babel/plugin-transform-property-literals": "7.8.3",
|
|
"@babel/polyfill": "7.8.7",
|
|
"@babel/preset-env": "7.9.5",
|
|
"@babel/preset-flow": "7.9.0",
|
|
"@babel/preset-react": "7.9.4",
|
|
"@testing-library/react": "10.0.2",
|
|
"autoprefixer": "9.7.6",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-eslint": "10.1.0",
|
|
"babel-jest": "25.3.0",
|
|
"babel-loader": "8.1.0",
|
|
"babel-plugin-dynamic-import-node": "^2.3.0",
|
|
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
|
|
"babel-plugin-transform-es3-property-literals": "^6.22.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"classnames": "^2.2.6",
|
|
"concurrently": "4.1.2",
|
|
"css-loader": "3.5.2",
|
|
"detect-port": "^1.3.0",
|
|
"dotenv-expand": "^5.1.0",
|
|
"electron": "7.1.8",
|
|
"electron-builder": "22.2.0",
|
|
"electron-notarize": "^0.2.1",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-prettier": "6.10.1",
|
|
"eslint-plugin-flowtype": "4.7.0",
|
|
"eslint-plugin-import": "2.20.2",
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
"eslint-plugin-prettier": "^3.1.2",
|
|
"eslint-plugin-react": "^7.18.3",
|
|
"eslint-plugin-sort-destructure-keys": "^1.3.3",
|
|
"ethereumjs-abi": "0.6.8",
|
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
|
"file-loader": "6.0.0",
|
|
"flow-bin": "0.122.0",
|
|
"fs-extra": "9.0.0",
|
|
"html-loader": "1.1.0",
|
|
"html-webpack-plugin": "4.2.0",
|
|
"husky": "^4.2.2",
|
|
"jest": "25.3.0",
|
|
"jest-dom": "4.0.0",
|
|
"json-loader": "^0.5.7",
|
|
"mini-css-extract-plugin": "0.9.0",
|
|
"postcss-loader": "^3.0.0",
|
|
"postcss-mixins": "6.2.3",
|
|
"postcss-simple-vars": "^5.0.2",
|
|
"prettier": "2.0.4",
|
|
"run-with-testrpc": "0.3.1",
|
|
"style-loader": "1.1.4",
|
|
"terser-webpack-plugin": "2.3.5",
|
|
"truffle": "5.1.21",
|
|
"truffle-contract": "4.0.31",
|
|
"truffle-solidity-loader": "0.1.32",
|
|
"url-loader": "4.1.0",
|
|
"webpack": "4.42.1",
|
|
"webpack-bundle-analyzer": "3.7.0",
|
|
"webpack-cli": "3.3.11",
|
|
"webpack-dev-server": "3.10.3",
|
|
"webpack-manifest-plugin": "2.2.0"
|
|
}
|
|
}
|