forked from poap-xyz/poap-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.96 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
{
"name": "poap-gallery",
"version": "0.1.0",
"private": true,
"dependencies": {
"@datadog/browser-rum": "^4.11.1",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@react-hook/window-size": "^3.0.7",
"@reclaim-ai/react-intercom-hook": "^2.0.6",
"@reduxjs/toolkit": "^1.4.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"aos": "^2.3.4",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"classnames": "^2.2.6",
"dayjs": "^1.9.3",
"eth-ens-namehash": "^2.0.8",
"ethers": "^5.1.0",
"express": "^4.17.1",
"formik": "^2.1.5",
"lodash": "^4.17.20",
"morgan": "^1.10.0",
"node-fetch": "^2.6.1",
"node-sass": "^4.0.0",
"react": "^16.13.1",
"react-csv": "^2.0.3",
"react-dom": "^16.13.1",
"react-ga4": "^1.4.1",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.1.1",
"react-intersection-observer": "^8.28.5",
"react-lazy-load-image-component": "^1.5.1",
"react-lottie-player": "^1.3.1",
"react-modal": "^3.11.2",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-table": "^7.6.2",
"react-tooltip": "^4.2.21",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"request": "^2.88.2",
"serverless-http": "^2.7.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}