This repository has been archived by the owner on Mar 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
68 lines (68 loc) · 2 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
{
"name": "forfansubsadmin",
"version": "4.0.0",
"private": true,
"homepage": "/admin",
"dependencies": {
"@date-io/date-fns": "1.3.13",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.13",
"@material-ui/core": "^4.11.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^3.2.10",
"@material-ui/styles": "^4.11.1",
"axios": "^0.21.0",
"date-fns": "^2.16.1",
"i18next": "^19.8.4",
"i18next-http-backend": "^1.0.21",
"lodash": "^4.17.20",
"lodash-es": "^4.17.15",
"markdown-to-jsx": "^7.1.0",
"react": "^17.0.1",
"react-countup": "^4.3.3",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-i18next": "^11.7.3",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-toastify": "^6.1.0",
"react-window": "^1.8.6",
"reactn": "^2.2.7",
"redux": "^4.0.5",
"sass": "^1.32.8",
"styled-components": "^5.2.1",
"web-vitals": "^1.0.1"
},
"resolutions": {
"minimist": "^1.2.3"
},
"scripts": {
"start": "SET PORT=3001&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"
]
},
"devDependencies": {
"foreman": "^3.0.1"
},
"proxy": "http://localhost:5000"
}