-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.63 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
97
98
{
"name": "livraria-porto-front",
"author": "EquipeP1",
"email": "tiagolprr@gmail.com",
"licence": "UNLICENSED",
"version": "1.2.0",
"engines": {
"node": "12.x",
"npm": "6.x"
},
"private": true,
"scripts": {
"start": "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"
]
},
"dependencies": {
"@date-io/core": "^2.5.0",
"@date-io/moment": "^2.5.1",
"@fullcalendar/core": "^4.4.0",
"@fullcalendar/daygrid": "^4.4.0",
"@fullcalendar/interaction": "^4.4.0",
"@fullcalendar/list": "^4.4.0",
"@fullcalendar/react": "^4.4.0",
"@fullcalendar/timegrid": "^4.4.0",
"@fullcalendar/timeline": "^4.4.0",
"@material-ui/core": "^4.9.10",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.49",
"@material-ui/pickers": "^3.2.10",
"@material-ui/styles": "^4.9.10",
"axios": "^0.21.1",
"axios-mock-adapter": "^1.18.1",
"chart.js": "^2.9.3",
"classnames": "^2.2.6",
"clsx": "^1.1.0",
"cookie-session": "^1.4.0",
"draft-js": "^0.11.5",
"history": "^4.10.1",
"immutable": "^4.0.0-rc.12",
"js-cookie": "^2.2.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"node-sass": "^4.13.1",
"passport-google-oauth": "^2.0.0",
"passport-google-oauth2": "^0.2.0",
"prismjs": "^1.20.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-beautiful-dnd": "^13.0.0",
"react-big-calendar": "^0.24.3",
"react-chartjs-2": "^2.9.0",
"react-dom": "^16.13.1",
"react-dropzone": "^10.2.2",
"react-google-login": "^5.1.22",
"react-helmet": "^6.0.0",
"react-markdown": "^4.3.1",
"react-paginate": "^6.3.2",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.1",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-state-sync": "^3.1.1",
"redux-thunk": "^2.3.0",
"uuid": "^7.0.3",
"validate.js": "^0.13.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"prettier": "^2.0.4",
"prettier-eslint": "^9.0.1",
"prettier-eslint-cli": "^5.0.0",
"typescript": "^3.8.3"
}
}