-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.21 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
{
"browser": {
"fs": false,
"path": false,
"os": false
},
"name": "anthill-frontend",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:5000",
"dependencies": {
"@antv/x6": "^2.0.9",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.11.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/styled-components": "^5.1.26",
"@walletconnect/web3-provider": "^1.8.0",
"@web3modal/ethereum": "^2.2.2",
"@web3modal/react": "^2.2.2",
"axios": "^1.2.2",
"d3": "^7.7.0",
"d3-dag": "^0.11.5",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"react-use-websocket": "^4.3.1",
"styled-components": "^5.3.9",
"svg": "^0.1.0",
"typescript": "^4.9.4",
"wagmi": "^0.12.6",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@metamask/detect-provider": "^2.0.0",
"@tanstack/react-query": "^4.20.4",
"@types/d3": "^7.4.0",
"@types/node": "^18.11.17",
"@types/react-query": "^1.2.9",
"ethers": "^5.7.2",
"file-loader": "^6.2.0",
"react-query": "^3.39.2",
"react-router-dom": "^6.6.2",
"react-svg": "^16.1.5",
"stream": "^0.0.2",
"web3": "^1.8.1"
}
}