-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
82 lines (82 loc) · 2.24 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
{
"name": "intecs_webapp_front-end",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"@kunukn/react-collapse": "^2.2.8",
"@material-ui/core": "^4.9.14",
"@material-ui/icons": "^4.9.1",
"@trendmicro/react-sidenav": "^0.5.0",
"@types/jest": "^26.0.4",
"@types/node": "^14.0.14",
"@types/react": "^16.9.26",
"@types/react-dom": "^16.9.5",
"@types/react-paginate": "^6.2.1",
"@types/react-router": "^5.1.5",
"@types/react-router-dom": "^5.1.3",
"@types/react-vertical-timeline-component": "^3.0.0",
"axios": "^0.21.0",
"bootstrap": "^4.4.1",
"fontawesome": "^5.6.3",
"json-loader": "^0.5.7",
"mdbreact": "^4.27.0",
"node-sass": "^4.13.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-bootstrap": "^1.0.0",
"react-collapse": "^5.0.1",
"react-dom": "^16.13.1",
"react-js-banner": "^0.5.2",
"react-messenger-customer-chat": "^0.8.0",
"react-paginate": "^6.3.2",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.1",
"react-social-icons": "^4.1.0",
"react-ticker": "^1.2.2",
"react-vertical-timeline-component": "^3.0.2",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-logic": "^3.0.0",
"typescript": "^4.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"pretty-quick": "pretty-quick"
},
"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": {
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^11.0.2",
"@testing-library/user-event": "^12.0.11",
"husky": "^4.2.3",
"prettier": "^2.0.4",
"pretty-quick": "^3.0.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}