This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
forked from qu0b/poap-gallery
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
81 lines (81 loc) · 2.23 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
{
"name": "poap-gallery",
"version": "0.1.0",
"private": true,
"dependencies": {
"@datadog/browser-rum": "^4.11.1",
"@datapunt/matomo-tracker-react": "^0.5.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",
"@poap-xyz/providers": "^0.0.28",
"@poap-xyz/utils": "^0.0.28",
"@react-hook/window-size": "^3.0.7",
"@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",
"express": "^4.17.1",
"formik": "^2.1.5",
"lodash": "^4.17.20",
"morgan": "^1.10.0",
"node-fetch": "^2.6.1",
"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": "^5.0.1",
"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",
"lint": "eslint --fix --ext .js,.jsx ."
},
"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"
]
},
"devDependencies": {
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"prettier": "2.7.1",
"sass": "~1.56.0"
}
}