-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
111 lines (111 loc) · 2.95 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
{
"name": "zkbob-ui",
"version": "3.5.3",
"private": true,
"dependencies": {
"@dicebear/avatars": "^4.10.2",
"@dicebear/avatars-bottts-sprites": "^4.10.2",
"@dicebear/avatars-identicon-sprites": "^4.10.2",
"@dicebear/pixel-art": "^4.10.2",
"@lifi/sdk": "^2.2.3",
"@lifi/widget": "^2.1.2",
"@sentry/react": "^7.16.0",
"@sentry/tracing": "^7.16.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@tronweb3/tronwallet-abstract-adapter": "^1.1.5",
"@tronweb3/tronwallet-adapter-react-ui": "^1.1.7",
"@tronweb3/tronwallet-adapters": "^1.1.8",
"codemirror": "5.65.9",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.1.1",
"ethereum-multicall": "^2.19.0",
"ethers": "5.7.2",
"history": "4.10.1",
"i18next": "^23.4.4",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.2.1",
"js-md5": "^0.7.3",
"lodash.shuffle": "^4.2.0",
"moment": "^2.29.3",
"rc-tooltip": "^5.2.2",
"react": "^18.2.0",
"react-codemirror2": "^7.2.1",
"react-copy-to-clipboard": "^5.0.4",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-i18next": "^13.1.2",
"react-idle-timer": "^5.5.3",
"react-loading-skeleton": "^3.2.0",
"react-modal": "^3.14.3",
"react-outside-click-handler": "^1.3.0",
"react-qr-code": "^2.0.11",
"react-qr-scanner": "^1.0.0-alpha.11",
"react-router-dom": "^5.3.0",
"react-scripts": "5.0.0",
"react-switch": "^7.0.0",
"react-toastify": "^8.2.0",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.0",
"tronweb": "^5.3.0",
"unique-names-generator": "^4.7.1",
"uuid": "^9.0.0",
"wagmi": "^0.12.1",
"web-vitals": "^1.0.1",
"webpack": "^5.70.0",
"zkbob-client-js": "6.0.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"rules": {
"import/no-anonymous-default-export": [
1,
{
"allowArrowFunction": true
}
]
},
"env": {
"es2020": true,
"browser": true,
"node": true,
"mocha": true
}
},
"browserslist": {
"production": [
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@sentry/webpack-plugin": "^1.20.0",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^11.0.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"react-app-rewired": "^2.2.1",
"stream-http": "^3.2.0",
"ts-loader": "^9.2.8",
"typescript": "^4.6.2",
"url": "^0.11.0"
}
}