forked from 5afe/safe-react
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
165 lines (165 loc) · 5.43 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"name": "pyxis-safe",
"version": "0.6.0",
"description": "The multi-signature safe of the Interchain",
"website": "https://github.com/aura-nw/aura-safe#aura-safe",
"bugs": {
"url": "https://github.com/aura-nw/Aura-Safe/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/aura-nw/Aura-Safe.git"
},
"license": "MIT",
"author": {
"name": "Aura Network",
"email": "admin@aura.network"
},
"homepage": "https://pyxis.network",
"scripts": {
"build": "rescripts --max-old-space-size=11192 build",
"start:dev16": "DISABLE_ESLINT_PLUGIN=true rescripts --max-old-space-size=11192 start",
"format:staged": "lint-staged",
"lint:check": "eslint './src/**/*.{js,jsx,ts,tsx}'",
"lint:fix": "yarn lint:check --fix",
"prettier:check": "yarn prettier --check",
"prettier:fix": "yarn prettier --write",
"prettier": "prettier './src/**/*.{js,jsx,ts,tsx}'",
"start": "rescripts --openssl-legacy-provider start",
"test": "REACT_APP_ENV=test rescripts test --env=jsdom",
"test:coverage": "REACT_APP_ENV=test yarn test --coverage --watchAll=false",
"test:ci": "REACT_APP_ENV=test yarn test --ci --coverage --json --watchAll=false --testLocationInResults --runInBand --outputFile=jest.results.json",
"sentry-upload-sourcemaps": "sentry-cli --auth-token $SENTRY_AUTH_TOKEN releases -o $SENTRY_ORG -p $SENTRY_PROJECT files $npm_package_version upload-sourcemaps ./build/static/js/"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"public/**/*.ts": [
"eslint --fix",
"prettier --write"
],
"scripts/**/*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
]
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}",
"!src/**/*.{.test.*}",
"!src/**/test/**/*",
"!src/**/assets/**"
]
},
"productName": "Safe",
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"dependencies": {
"@aura/safe-react-components": "https://github.com/aura-nw/safe-react-components.git",
"@codemirror/lang-javascript": "^6.1.6",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/language": "^6.6.0",
"@cosmjs/cosmwasm-stargate": "^0.31.1",
"@cosmjs/encoding": "^0.31.1",
"@cosmjs/stargate": "^0.31.1",
"@gnosis.pm/safe-apps-sdk": "6.1.0",
"@gnosis.pm/safe-apps-sdk-v1": "npm:@gnosis.pm/safe-apps-sdk@0.4.2",
"@gnosis.pm/safe-core-sdk": "^1.1.1",
"@gnosis.pm/safe-deployments": "^1.5.0",
"@gnosis.pm/safe-react-gateway-sdk": "2.7.5",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.0",
"@material-ui/lab": "4.0.0-alpha.60",
"@openzeppelin/contracts": "4.4.1",
"@reduxjs/toolkit": "^1.8.6",
"@sentry/react": "^6.10.0",
"@sentry/tracing": "^6.10.0",
"@uiw/codemirror-theme-github": "^4.19.16",
"@uiw/react-codemirror": "^4.19.16",
"@unstoppabledomains/resolution": "^1.17.0",
"axios": "0.21.4",
"base64-js": "^1.5.1",
"bech32": "^2.0.0",
"bignumber.js": "9.0.1",
"classnames": "^2.2.6",
"currency-flags": "3.2.1",
"date-fns": "^2.20.2",
"detect-port": "^1.3.0",
"express": "^4.17.2",
"final-form": "^4.20.2",
"final-form-calculate": "^1.3.2",
"fuse.js": "^6.4.6",
"history": "4.10.1",
"immutable": "4.0.0-rc.12",
"js-cookie": "^3.0.0",
"jsonschema": "^1.4.1",
"lodash": "^4.17.21",
"notistack": "https://github.com/gnosis/notistack.git#v0.9.5",
"object-hash": "^2.1.1",
"qrcode.react": "1.0.1",
"query-string": "7.0.1",
"react": "17.0.2",
"react-device-detect": "^1.17.0",
"react-dom": "17.0.2",
"react-final-form": "^6.5.3",
"react-final-form-listeners": "^1.0.2",
"react-ga": "3.3.0",
"react-papaparse": "^3.16.1",
"react-qr-reader": "^2.2.1",
"react-redux": "7.2.4",
"react-router-dom": "5.2.0",
"react-scripts": "^4.0.1",
"redux": "4.1.1",
"redux-actions": "^2.6.5",
"redux-localstorage-simple": "^2.4.1",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"semver": "^7.3.2",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@gnosis.pm/safe-core-sdk-types": "^0.1.1",
"@keplr-wallet/types": "^0.9.10",
"@rescripts/cli": "^0.0.16",
"@sentry/cli": "^1.67.2",
"@types/detect-port": "^1.3.1",
"@types/express": "^4.17.13",
"@types/history": "4.6.2",
"@types/jest": "^27.0.1",
"@types/js-cookie": "^2.2.7",
"@types/lodash": "^4.14.177",
"@types/node": "^16.9.1",
"@types/react": "^17.0.21",
"@types/react-dom": "^17.0.9",
"@types/react-redux": "^7.1.18",
"@types/react-router-dom": "^5.1.9",
"@types/redux-actions": "^2.6.2",
"@types/styled-components": "^5.1.11",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"concurrently": "^6.0.0",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.0",
"jest": "26.6.0",
"lint-staged": "^11.1.1",
"patch-package": "^6.4.7",
"prettier": "^2.4.0",
"sass": "^1.32.0",
"typescript": "^4.3.5"
}
}