-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
96 lines (96 loc) · 2.67 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
{
"name": "apegorillaclub-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.4.3",
"@metamask/providers": "^8.1.1",
"@nivo/core": "^0.79.0",
"@nivo/pie": "^0.79.1",
"@react-spring/web": "^9.3.0",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/line-clamp": "^0.2.1",
"@tailwindcss/postcss7-compat": "^2.2.7",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@types/react": "^17.0.4",
"@types/react-dom": "^17.0.3",
"@types/react-router-dom": "^5.1.7",
"@types/recharts": "^2.0.0",
"@usedapp/core": "^0.6.3",
"axios": "^0.21.4",
"country-list": "^2.2.0",
"craco": "^0.0.3",
"eslint-plugin-unused-imports": "^1.1.1",
"hardhat": "^2.7.1",
"i": "^0.3.7",
"moment": "^2.29.1",
"moment-countdown": "0.0.3",
"moment-timezone": "^0.5.34",
"npm": "^8.3.0",
"react": "^17.0.2",
"react-cookie": "^4.1.1",
"react-dapp-web3": "^2.1.0",
"react-device-detect": "^2.1.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.4",
"react-google-charts": "^4.0.0",
"react-icons": "^4.2.0",
"react-lazy-load-image-component": "^1.5.1",
"react-number-format": "^4.7.3",
"react-player": "^2.9.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-smooth-scroll-hook": "^1.3.4",
"react-swipeable": "^6.2.0",
"react-toastify": "^7.0.4",
"react-transition-group": "^2.9.0",
"recharts": "^2.1.2",
"sass": "^1.32.11",
"stylelint": "^13.13.1",
"typescript": "^4.2.4",
"universal-cookie": "^4.0.4",
"web-vitals": "^1.0.1",
"web3": "^1.6.1",
"web3-eth-accounts": "^1.6.1"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco 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"
]
},
"devDependencies": {
"@types/lodash": "^4.14.172",
"@types/react-lazy-load-image-component": "^1.5.2",
"@types/react-transition-group": "^4.4.4",
"@typescript-eslint/parser": "^4.22.0",
"autoprefixer": "9.8.6",
"eslint": "^7.25.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.23.2",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.5",
"react-scripts": "^4.0.3",
"stylelint-config-recommended": "^5.0.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@2.1.2"
}
}