-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.79 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
{
"name": "elogbookfkui",
"version": "0.2.0",
"description": "Electronic logbook for medical students. Built for FMUI",
"author": "E-Logbook FKUI Team",
"homepage": "https://e-logbook.fk.ui.ac.id/beta/",
"private": true,
"dependencies": {
"@devexpress/dx-react-core": "^2.7.5",
"@devexpress/dx-react-grid": "^2.7.5",
"@devexpress/dx-react-grid-bootstrap3": "^2.7.5",
"@devexpress/dx-react-grid-bootstrap4": "^2.7.5",
"@devexpress/dx-react-grid-material-ui": "^2.7.5",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@syncfusion/ej2-react-grids": "^19.1.65",
"@trendmicro/react-sidenav": "^0.5.0",
"bootstrap": "^4.3.1",
"chart.js": "^2.9.4",
"classnames": "^2.2.6",
"font-awesome": "^4.7.0",
"material-table": "^1.69.3",
"node-sass": "^4.14.1",
"react": "^16.14.0",
"react-chartjs-2": "2.6.4",
"react-date-picker": "^8.0.3",
"react-datepicker": "^4.0.0",
"react-dom": "^16.8.1",
"react-feather": "^1.1.6",
"react-fontawesome": "1.6.1",
"react-multi-select-component": "^4.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "2.1.3",
"react-select": "^4.3.0",
"react-select-checked": "^0.1.12",
"react-swipeable-views": "^0.14.0",
"react-table": "^7.7.0",
"react-table-sticky": "^1.1.3",
"reactjs-popup": "^2.0.5",
"reactstrap": "^8.8.1",
"styled-components": "^5.3.0",
"validator": "^13.5.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"miragejs": "^0.1.41"
}
}