-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
75 lines (75 loc) · 2.02 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
{
"name": "multisafe-ui",
"description": "MultiSafe UI",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "react-app-rewired build",
"eject": "react-scripts eject",
"start": "react-app-rewired start",
"test": "react-scripts test",
"typecheck": "tsc --noEmit"
},
"browserslist": {
"production": [
"last 2 chrome version",
"last 2 firefox version",
"last 2 safari version"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"react-error-overlay": "6.0.9",
"nth-check": "2.0.1"
},
"overrides": {
"react-error-overlay": "6.0.9",
"nth-check": "2.0.1"
},
"dependencies": {
"@download/blockies": "^1.0.3",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@micro-stacks/client": "^1.0.2",
"@micro-stacks/react": "^1.0.2",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.2",
"@reach/router": "^1.3.4",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"@trustmachines/multisafe-contracts": "^0.4.4",
"@types/jest": "^27.5.2",
"@types/node": "^16.11.45",
"@types/reach__router": "^1.3.10",
"@types/react": "^17.0.47",
"@types/react-dom": "^17.0.17",
"@types/react-helmet": "^6.1.5",
"@types/styled-components": "^5.1.25",
"bignumber.js": "^9.0.2",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"i18next": "^21.8.14",
"jotai": "^1.7.6",
"micro-stacks": "^1.1.1",
"moment": "^2.29.4",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-app-rewired": "^2.2.1",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-i18next": "^11.18.2",
"react-scripts": "^5.0.1",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.5",
"typescript": "^4.7.4",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"eslint-plugin-import": "^2.26.0"
}
}