2018-03-01 08:05:56 +00:00
|
|
|
{
|
2018-03-06 08:20:10 +00:00
|
|
|
"name": "gnosis-team-safe",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Allowing crypto users manage funds in a safer way",
|
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2018-03-06 08:52:55 +00:00
|
|
|
"start": "node scripts/start.js",
|
|
|
|
"build": "node scripts/build.js",
|
2018-03-08 11:33:16 +00:00
|
|
|
"test": "node scripts/test.js --env=jsdom",
|
2018-03-08 16:19:00 +00:00
|
|
|
"precommit": "./precommit.sh",
|
|
|
|
"flow": "flow"
|
2018-03-06 08:20:10 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/gnosis/gnosis-team-safe"
|
|
|
|
},
|
|
|
|
"author": "Gnosis Team",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/gnosis/gnosis-team-safe/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/gnosis/gnosis-team-safe#readme",
|
2018-03-08 11:33:16 +00:00
|
|
|
"pre-commit": [
|
|
|
|
"precommit"
|
|
|
|
],
|
2018-03-01 08:05:56 +00:00
|
|
|
"devDependencies": {
|
2018-03-06 08:20:10 +00:00
|
|
|
"@babel/cli": "^7.0.0-beta.40",
|
|
|
|
"@babel/core": "^7.0.0-beta.40",
|
2018-03-08 10:54:36 +00:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.40",
|
2018-03-06 10:11:08 +00:00
|
|
|
"@babel/polyfill": "^7.0.0-beta.40",
|
2018-03-06 08:20:10 +00:00
|
|
|
"@babel/preset-env": "^7.0.0-beta.40",
|
2018-03-08 16:19:00 +00:00
|
|
|
"@babel/preset-flow": "^7.0.0-beta.40",
|
2018-03-06 08:20:10 +00:00
|
|
|
"@babel/preset-react": "^7.0.0-beta.40",
|
|
|
|
"@babel/preset-stage-0": "^7.0.0-beta.40",
|
|
|
|
"autoprefixer": "^8.1.0",
|
|
|
|
"babel-core": "^7.0.0-bridge.0",
|
2018-03-08 11:32:07 +00:00
|
|
|
"babel-eslint": "^7.2.3",
|
2018-03-06 08:20:10 +00:00
|
|
|
"babel-loader": "^8.0.0-beta.0",
|
|
|
|
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
|
|
|
|
"babel-plugin-transform-es3-property-literals": "^6.22.0",
|
|
|
|
"css-loader": "^0.28.10",
|
2018-03-06 09:52:49 +00:00
|
|
|
"detect-port": "^1.2.2",
|
|
|
|
"dotenv": "^5.0.1",
|
2018-03-08 11:32:07 +00:00
|
|
|
"eslint": "^4.18.2",
|
|
|
|
"eslint-config-airbnb": "^16.1.0",
|
2018-03-09 08:23:15 +00:00
|
|
|
"eslint-plugin-flowtype": "^2.46.1",
|
2018-03-08 11:32:07 +00:00
|
|
|
"eslint-plugin-import": "^2.9.0",
|
|
|
|
"eslint-plugin-jest": "^21.13.0",
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.0.3",
|
|
|
|
"eslint-plugin-react": "^7.7.0",
|
2018-03-06 11:03:03 +00:00
|
|
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
|
|
|
"file-loader": "^1.1.11",
|
2018-03-08 16:19:00 +00:00
|
|
|
"flow-bin": "^0.66.0",
|
2018-03-06 17:01:03 +00:00
|
|
|
"fs-extra": "^5.0.0",
|
2018-03-06 08:20:10 +00:00
|
|
|
"html-loader": "^0.5.5",
|
|
|
|
"html-webpack-plugin": "^3.0.4",
|
2018-03-07 07:34:10 +00:00
|
|
|
"jest": "^22.4.2",
|
2018-03-06 11:03:03 +00:00
|
|
|
"json-loader": "^0.5.7",
|
2018-03-06 08:20:10 +00:00
|
|
|
"postcss-loader": "^2.1.1",
|
|
|
|
"postcss-simple-vars": "^4.1.0",
|
2018-03-08 11:33:16 +00:00
|
|
|
"pre-commit": "^1.2.2",
|
2018-03-06 08:20:10 +00:00
|
|
|
"react": "^16.2.0",
|
2018-03-06 08:52:55 +00:00
|
|
|
"react-dev-utils": "^5.0.0",
|
2018-03-06 08:20:10 +00:00
|
|
|
"react-dom": "^16.2.0",
|
|
|
|
"style-loader": "^0.20.2",
|
2018-03-06 17:01:03 +00:00
|
|
|
"truffle-contract": "^1.1.8",
|
2018-03-01 08:05:56 +00:00
|
|
|
"truffle-solidity-loader": "0.0.8",
|
2018-03-06 15:00:53 +00:00
|
|
|
"uglifyjs-webpack-plugin": "^1.2.2",
|
2018-03-06 17:01:03 +00:00
|
|
|
"web3": "0.18.4",
|
2018-03-06 08:20:10 +00:00
|
|
|
"webpack": "^4.0.0",
|
2018-03-06 17:01:03 +00:00
|
|
|
"webpack-bundle-analyzer": "^2.11.1",
|
2018-03-06 08:20:10 +00:00
|
|
|
"webpack-cli": "^2.0.8",
|
2018-03-06 11:03:03 +00:00
|
|
|
"webpack-dev-server": "^3.1.0",
|
|
|
|
"webpack-manifest-plugin": "^2.0.0-rc.2"
|
2018-03-01 08:05:56 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-03-01 15:50:33 +00:00
|
|
|
"final-form": "^4.2.1",
|
2018-03-02 16:53:50 +00:00
|
|
|
"material-ui": "^1.0.0-beta.35",
|
|
|
|
"material-ui-icons": "^1.0.0-beta.35",
|
2018-03-08 08:27:17 +00:00
|
|
|
"react-final-form": "^3.1.2",
|
2018-03-08 10:54:36 +00:00
|
|
|
"react-loadable": "^5.3.1",
|
2018-03-08 08:27:17 +00:00
|
|
|
"react-router-dom": "^4.2.2"
|
2018-03-07 07:34:10 +00:00
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"collectCoverageFrom": [
|
|
|
|
"src/**/*.{js,jsx}"
|
|
|
|
],
|
|
|
|
"setupFiles": [
|
|
|
|
"<rootDir>/config/webpack.config.test.js",
|
|
|
|
"<rootDir>/config/polyfills.js"
|
|
|
|
],
|
|
|
|
"testMatch": [
|
|
|
|
"<rootDir>/src/**/__tests__/**/*.js?(x)",
|
|
|
|
"<rootDir>/src/**/?(*.)(spec|test).js?(x)"
|
|
|
|
],
|
|
|
|
"testEnvironment": "node",
|
|
|
|
"testURL": "http://localhost",
|
|
|
|
"transform": {
|
|
|
|
"^.+\\.(js|jsx)$": "<rootDir>/node_modules/babel-jest",
|
|
|
|
"^.+\\.(css|scss)$": "<rootDir>/config/jest/cssTransform.js",
|
|
|
|
"^(?!.*\\.(js|jsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
|
|
|
|
},
|
|
|
|
"transformIgnorePatterns": [
|
|
|
|
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"
|
|
|
|
],
|
|
|
|
"moduleNameMapper": {
|
2018-03-08 09:04:12 +00:00
|
|
|
"~(.*)$": "<rootDir>/src/$1",
|
|
|
|
"#(.*)$": "<rootDir>/gnosis-safe-contracts/build/contracts/$1",
|
2018-03-07 07:34:10 +00:00
|
|
|
"^react-native$": "react-native-web"
|
|
|
|
},
|
|
|
|
"moduleFileExtensions": [
|
|
|
|
"web.js",
|
|
|
|
"js",
|
|
|
|
"json",
|
|
|
|
"web.jsx",
|
|
|
|
"jsx"
|
|
|
|
]
|
2018-03-01 08:05:56 +00:00
|
|
|
}
|
|
|
|
}
|