-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
71 lines (71 loc) · 1.89 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
{
"name": "coder-mind-panel",
"version": "2.0.2",
"description": "Coder Mind Panel",
"author": "Allan Wanderley Alves",
"license": "BSD-3-Clause",
"private": true,
"engines": {
"yarn": "1.x"
},
"dependencies": {
"@craco/craco": "^5.6.3",
"@date-io/moment": "^1.3.7",
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"@material-ui/core": "^4.1.0",
"@material-ui/icons": "^4.1.0",
"@material-ui/lab": "^4.0.0-alpha.40",
"@material-ui/pickers": "^3.1.1",
"axios": "^0.19.0",
"material-table": "^1.59.0",
"material-ui-image": "^3.2.3",
"material-ui-search-bar": "^1.0.0-beta.13",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-avatar": "^3.6.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.8.6",
"react-google-invisible-recaptcha": "^0.2.11",
"react-icons": "^3.7.0",
"react-infinite-scroller": "^1.2.4",
"react-redux": "^7.2.1",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.3.0",
"react-select": "^3.0.4",
"react-showdown": "^2.1.0",
"redux": "^4.0.1"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco 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": {
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^4.0.8"
}
}