-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
170 lines (170 loc) · 5.38 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"name": "mpa",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint \"./**/*.{js,jsx}\"",
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@emailjs/browser": "^3.4.0",
"@fortawesome/fontawesome-free": "^5.15.3",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@material-tailwind/react": "0.3.4",
"@nomiclabs/hardhat-ethers": "^2.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.4.1",
"@paypal/react-paypal-js": "4.1.0",
"@portis/web3": "^4.0.5",
"@stripe/react-stripe-js": "^1.4.1",
"@stripe/stripe-js": "^1.15.0",
"@tailwindcss/postcss7-compat": "^2.2.4",
"@tanem/react-nprogress": "^3.0.82",
"@types/caniuse-lite": "^1.0.1",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-bootstrap": "^0.32.26",
"@types/react-highlight-words": "^0.16.3",
"@types/react-share": "^4.0.0",
"@types/react-tooltip": "^4.2.4",
"@types/socket.io-client": "^3.0.0",
"@types/yup": "^0.29.13",
"@vitejs/plugin-react": "^1.1.3",
"@walletconnect/web3-provider": "^1.4.1",
"@zeit/next-sass": "^1.0.1",
"antd": "^4.16.13",
"async-mutex": "^0.3.1",
"authereum": "^0.1.14",
"avataaars": "^2.0.0",
"axios": "^0.21.1",
"babel-plugin-styled-components": "^1.13.2",
"bcryptjs": "^2.4.3",
"bitski": "^0.11.0-beta.4",
"bootstrap": "5.0.2",
"casper-erc20-js-client": "^0.0.4",
"casper-js-sdk": "^2.7.4",
"chart.js": "^3.7.1",
"cipher-base": "^1.0.4",
"cookie": "^0.4.1",
"copy-webpack-plugin": "^9.0.1",
"country-state-city": "^3.0.1",
"d3-ease": "^3.0.1",
"date-fns": "^2.28.0",
"ethereum-blockies-png": "^0.1.3",
"ethers": "^5.4.6",
"file-saver": "^2.0.5",
"form-data": "^4.0.0",
"formik": "^2.2.6",
"fortmatic": "^2.2.1",
"google-maps-react": "^2.0.6",
"gulp-postcss": "^9.0.0",
"hardhat": "^2.8.0",
"jquery": "^3.6.0",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"jsx-runtime": "^1.2.0",
"jwt-decode": "^3.1.2",
"moment": "^2.29.1",
"moralis": "^0.0.132",
"next": "^9.5.5",
"next-auth": "^3.29.0",
"next-js": "^0.9.0-alpha",
"next-transpile-modules": "^8.0.0",
"nookies": "^2.5.2",
"nprogress": "^0.2.0",
"papaparse": "^5.3.1",
"portis": "^1.3.5",
"react": "^17.0.2",
"react-avataaars": "^0.2.3",
"react-beautiful-dnd": "^13.1.0",
"react-blockies": "^1.4.1",
"react-bootstrap": "^1.6.1",
"react-calendar": "^3.5.0",
"react-calendly": "^2.0.4",
"react-chartjs-2": "^4.0.1",
"react-circular-progressbar": "^2.0.4",
"react-cloudinary-lazy-image": "^1.3.4",
"react-color": "^2.19.3",
"react-content-loader": "^6.0.3",
"react-countdown": "^2.2.1",
"react-countup": "^4.4.0",
"react-custom-scroll": "^4.3.0",
"react-datepicker": "^4.6.0",
"react-dom": "^17.0.2",
"react-dropdown-select": "^4.7.4",
"react-elastic-carousel": "^0.11.5",
"react-file-base64": "^1.0.3",
"react-github-login": "^1.0.3",
"react-google-charts": "^3.0.15",
"react-google-login": "^5.2.2",
"react-highlight-words": "^0.17.0",
"react-hook-form": "^7.12.2",
"react-icons": "^4.2.0",
"react-id-swiper": "^3.0.0",
"react-lite-youtube-embed": "^2.1.3",
"react-loading-skeleton": "^2.2.0",
"react-modal": "^3.13.1",
"react-modal-video": "1.2.6",
"react-moment": "^1.1.1",
"react-moralis": "^0.2.8",
"react-multi-select-component": "^4.0.1",
"react-nice-dates": "^3.1.0",
"react-paginate": "^7.1.3",
"react-phone-input-2": "^2.15.0",
"react-phone-number-input": "^3.1.46",
"react-player": "^2.9.0",
"react-quiz-component": "^0.3.8",
"react-redux": "^7.2.3",
"react-refresh": "^0.10.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scroll-to": "^3.0.0-beta.6",
"react-select": "^5.2.1",
"react-share": "^4.4.0",
"react-slick": "^0.28.1",
"react-spring": "^9.0.0-rc.3",
"react-tinder-card": "^1.4.0",
"react-tippy": "^1.4.0",
"react-toastify": "^7.0.4",
"react-tooltip": "^4.2.21",
"react-trello": "^2.2.11",
"react-tweet-embed": "^1.3.1",
"react-use-fb-login": "^1.0.7",
"react-video-js-player": "^1.1.1",
"react-visibility-sensor": "^5.1.1",
"reactjs-popup": "^2.0.4",
"sass": "^1.35.1",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.1.3",
"sqlite3": "^5.0.2",
"stripe": "^8.149.0",
"styled-components": "^5.3.0",
"swiper": "^5.3.6",
"toastify-js": "^1.10.0",
"vite": "^2.7.7",
"web3": "^1.5.1",
"web3connect": "^1.0.0-beta.33",
"web3modal": "^1.9.3",
"yup": "^0.32.9"
},
"devDependencies": {
"autoprefixer": "^9.8.6",
"eslint": "^8.4.1",
"eslint-config-airbnb": "^19.0.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^7.0.36",
"postcss-focus": "^5.0.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.7",
"url-loader": "^4.0.0"
}
}