-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
132 lines (132 loc) · 3.89 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "TrustifiedNetwork",
"author": "TrustifiedNetwork",
"licence": "MIT",
"version": "1.3.0",
"private": false,
"scripts": {
"start": "if-node-version '>= 17' && react-scripts --openssl-legacy-provider start || react-scripts start",
"build": "react-scripts --max-old-space-size=8192 build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --ext .js,.jsx ./src",
"lint:fix": "eslint --fix --ext .js,.jsx ./src"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"babel": {
"presets": [
"@babel/preset-react"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"dependencies": {
"@biconomy/hyphen": "^1.0.0",
"@biconomy/mexa": "^2.0.30",
"@chainlink/contracts": "^0.4.0",
"@coinbase/wallet-sdk": "^3.1.0",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@epnsproject/backend-sdk-staging": "^2.0.3",
"@epnsproject/frontend-sdk-staging": "^1.8.0",
"@ethersproject/hash": "^5.6.0",
"@faker-js/faker": "^6.0.0",
"@hookform/resolvers": "^2.8.8",
"@iconify/react": "^3.2.0",
"@material-ui/core": "^4.12.3",
"@mui/icons-material": "^5.4.4",
"@mui/lab": "^5.0.0-alpha.69",
"@mui/material": "^5.4.2",
"@mui/styles": "^5.5.1",
"@mui/utils": "^5.4.2",
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@openzeppelin/contracts": "^4.6.0",
"@reduxjs/toolkit": "^1.8.0",
"@superfluid-finance/js-sdk": "^0.5.12",
"@superfluid-finance/sdk-core": "^0.3.2",
"@superfluid-finance/sdk-redux": "^0.2.2",
"@testing-library/jest-dom": "^5.16.2",
"@transak/transak-sdk": "^1.0.31",
"@uauth/js": "^1.1.0",
"@uauth/web3modal": "^1.1.0",
"@walletconnect/web3-provider": "^1.7.8",
"@web3auth/web3auth": "^0.3.2",
"@worldcoin/id": "^0.0.2",
"apexcharts": "^3.33.1",
"axios": "^0.24.0",
"bignumber.js": "^9.0.1",
"bootstrap": "^5.1.3",
"change-case": "^4.1.2",
"core-js": "^2.0.0",
"date-fns": "^2.28.0",
"dotenv": "^16.0.1",
"eth-sig-util": "^3.0.1",
"ethers": "^5.5.4",
"formik": "^2.2.9",
"framer-motion": "^4.1.17",
"graphiql": "^1.5.16",
"graphiql-explorer": "^0.6.3",
"graphql": "^16.3.0",
"history": "^5.2.0",
"html-to-image": "^1.9.0",
"html2canvas": "^1.4.1",
"ipfs-http-client": "^56.0.1",
"jspdf": "^2.5.1",
"lodash": "^4.17.21",
"magic-sdk": "^8.1.0",
"moment": "^2.29.1",
"moralis": "^1.3.2",
"numeral": "^2.0.6",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-apexcharts": "^1.3.9",
"react-bootstrap": "^2.2.1",
"react-code-blocks": "^0.0.9-0",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.2.3",
"react-icons": "^4.3.1",
"react-moralis": "^1.3.1",
"react-pdf": "^5.7.1",
"react-player": "^2.9.0",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.2",
"react-scripts": "^4.0.3",
"react-social-icons": "^5.11.0",
"react-stepper-horizontal": "^1.0.11",
"react-to-pdf": "^0.0.14",
"react-toastify": "^8.2.0",
"simplebar": "^5.3.6",
"simplebar-react": "^2.3.6",
"social-media-icons-react": "^1.1.10",
"walletconnect": "^1.7.1",
"web-vitals": "^2.1.4",
"web3": "^1.7.0",
"web3modal": "^1.9.7",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/eslint-parser": "^7.17.0",
"eslint": "^8.9.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.4.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"hardhat": "^2.9.6",
"react-error-overlay": "6.0.9"
}
}