This repository was archived by the owner on Apr 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.81 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.81 KB
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
{
"name": "react-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@elastosfoundation/did-js-sdk": "^2.2.9",
"@elastosfoundation/elastos-connectivity-sdk-js": "^1.0.23",
"@elastosfoundation/essentials-connector-client-browser": "^1.0.37",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@ethersproject/providers": "^5.5.2",
"@fluentui/react-icons": "^1.1.145",
"@iconify/react": "^3.1.1",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/system": "^4.12.1",
"@mui/icons-material": "^5.2.5",
"@mui/lab": "^5.0.0-alpha.64",
"@mui/material": "^5.2.2",
"@mui/styles": "^5.2.3",
"@mui/system": "^5.2.8",
"@rehooks/local-storage": "^2.4.4",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-blockies": "^1.4.1",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "^17.0.0",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.8",
"@web3-react/walletlink-connector": "^6.2.8",
"apexcharts": "^3.32.1",
"date-fns": "^2.28.0",
"eth-revert-reason": "^1.0.3",
"ethers": "^5.5.3",
"firebase": "^9.9.0",
"interweave": "^13.0.0",
"ipfs-http-client": "55.0.0",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"material-ui-dropzone": "^3.5.0",
"moment": "^2.29.1",
"notistack": "^2.0.3",
"numeral": "^2.0.6",
"react": "^17.0.2",
"react-apexcharts": "^1.3.9",
"react-blockies": "^1.4.1",
"react-cookie": "^4.1.1",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^17.0.2",
"react-hook-animate-number": "^1.0.2",
"react-infinite-scroll-component": "^6.1.0",
"react-modal": "^3.14.4",
"react-router-dom": "^6.0.2",
"react-scripts": "4.0.3",
"react-share": "4.4.0",
"recoil": "^0.5.2",
"socket.io-client": "^4.4.1",
"styled-components": "^5.3.3",
"swiper": "^8.0.0",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1",
"web3": "^1.6.1",
"yarn": "^1.22.17"
},
"scripts": {
"git-info": "node src/utils/gitInfo.js",
"start": "npm run git-info && react-scripts start",
"build": "npm run git-info && react-scripts build",
"test": "npm run git-info && 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"
]
}
}