-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 2.68 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
{
"name": "metasafe",
"version": "0.1.0-beta",
"private": true,
"dependencies": {
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/providers": "^5.5.3",
"@ethersproject/units": "^5.4.4",
"@magic-ext/oauth": "^2.0.1",
"@mantine/core": "^4.2.12",
"@mantine/dates": "^4.2.12",
"@mantine/form": "^4.2.12",
"@mantine/hooks": "^4.2.12",
"@mantine/modals": "^4.2.12",
"@mantine/next": "^4.2.12",
"@mantine/notifications": "^4.2.12",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@safient/core": "file:../core-js",
"@safient/metasafe-adapter": "^0.1.0-beta",
"@safient/metasafe-types": "^0.1.0-beta",
"@tabler/icons": "^1.79.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.11.45",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@walletconnect/web3-provider": "^1.8.0",
"axios": "^0.27.2",
"bip39": "^3.0.4",
"dayjs": "^1.11.6",
"eslint-config-airbnb-typescript": "^17.0.0",
"ethereumjs-wallet": "^1.0.2",
"ethers": "^5.5.4",
"i18n-js": "^3.8.0",
"lodash": "^4.17.21",
"magic-sdk": "^4.0.2",
"mobx": "^6.3.3",
"mobx-react-lite": "^3.2.1",
"polished": "^4.2.2",
"react": "^18.2.0",
"react-canvas-confetti": "^1.3.0",
"react-dom": "^18.2.0",
"react-mailchimp-subscribe": "^2.1.3",
"react-qr-code": "^2.0.7",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-share": "^4.4.0",
"styled-components": "^5.3.5",
"typescript": "^4.7.4",
"web-vitals": "^1.1.2",
"web3modal": "^1.9.8",
"zustand": "^4.1.1"
},
"scripts": {
"lint": "eslint --fix --ext .js,.jsx .",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"server": "node middleware"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browser": {
"fs": false
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/i18n-js": "^3.8.2",
"@types/lodash": "^4.14.182",
"@types/react-mailchimp-subscribe": "^2.1.1",
"@types/styled-components": "^5.1.25",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.0"
}
}