forked from Eliaxie/HOPR
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.09 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
{
"name": "hop-tx-manager",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.tsx",
"homepage": "https://eliaxie.github.io/HOPR/",
"dependencies": {
"@ethersproject/shims": "^5.5.0",
"@types/debounce": "1.2.1",
"debounce": "1.2.1",
"ethers": "^5.5.4",
"immer": "9.0.12",
"react": "^17.0.2",
"react-dom": "17.0.2",
"react-native-get-random-values": "^1.7.2",
"react-scripts": "4.0.3",
"use-immer": "0.6.0"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/react": "17.0.20",
"@types/react-dom": "17.0.9",
"@types/ws": "^8.2.2",
"caporal": "^1.4.0",
"chalk": "^5.0.0",
"typescript": "4.4.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"resolutions": {
"//": "See https://github.com/facebook/create-react-app/issues/11773",
"react-error-overlay": "6.0.9"
}
}