forked from MyLikita-Health/sudoEMR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.07 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.07 KB
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
{
"name": "hms-app",
"version": "0.1.0",
"private": true,
"engines": {
"npm": "6.4.1",
"node": "10.13.0"
},
"dependencies": {
"@trendmicro/react-validation": "^0.1.0",
"bootstrap": "^4.0.0",
"cors": "^2.8.4",
"evergreen-ui": "^4.0.2",
"express": "^4.16.2",
"generator": "^1.0.1",
"history": "^1.17.0",
"http": "0.0.0",
"jquery": "^3.3.1",
"lodash": "^4.17.5",
"moment": "^2.22.1",
"mysql": "^2.15.0",
"react": "^16.6.0",
"react-alert": "^4.0.2",
"react-autocomplete": "^1.8.1",
"react-bootstrap-datetimepicker": "0.0.22",
"react-bootstrap-table": "^4.3.1",
"react-bootstrap-table-next": "^1.4.0",
"react-bootstrap-table2-editor": "^1.2.1",
"react-custom-validation": "^0.5.5",
"react-dom": "^16.6.0",
"react-free-scrollbar": "^0.3.2",
"react-google-autocomplete": "^1.0.15",
"react-icons": "^3.3.0",
"react-intl-tel-input": "^5.0.3",
"react-ionicons": "^2.1.6",
"react-modal": "^2.3.2",
"react-moment": "^0.6.5",
"react-notify-toast": "^0.5.0",
"react-radio-buttons": "^1.2.2",
"react-redux": "^5.1.1",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-link": "^2.0.2",
"react-scripts": "2.1.1",
"react-scroll": "^1.7.9",
"react-scroll-box": "^0.3.5",
"react-scrollbar": "^0.5.4",
"react-scrollbar-js": "^1.0.1",
"react-scrollbars": "0.0.5",
"react-search-input": "^0.11.3",
"react-select": "^1.0.0-rc.6",
"react-sidenav": "^3.1.3",
"react-transition-group": "^2.3.1",
"react-validation": "^3.0.7",
"reactstrap": "^5.0.0",
"redux": "^4.0.1",
"redux-form": "^8.1.0",
"redux-thunk": "^2.3.0",
"styled-components": "^4.0.3",
"validator": "^9.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}