-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 3.08 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
99
100
101
102
103
104
105
106
{
"name": "mss_css_front",
"version": "0.1.0",
"main": "dist/js/adminlte.min.js",
"private": true,
"devDependencies": {
"@ckeditor/ckeditor5-alignment": "^18.0.0",
"@types/react-redux": "^7.1.7",
"less": "^2.7.3"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^18.0.0",
"@ckeditor/ckeditor5-react": "^2.1.0",
"@devexpress/dx-react-core": "^2.5.1",
"@devexpress/dx-react-grid": "^2.5.1",
"@devexpress/dx-react-grid-material-ui": "^2.5.1",
"@hapi/joi": "^16.1.8",
"@ishawnwang/withunmounted": "^1.0.1",
"@material-ui/core": "^4.9.7",
"@material-ui/icons": "^4.9.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@trendmicro/react-breadcrumbs": "~0.5.5",
"@trendmicro/react-buttons": "~1.2.1",
"@trendmicro/react-dropdown": "~1.2.3",
"@trendmicro/react-sidenav": "^0.5.0",
"auth0-js": "^9.12.2",
"axios": "^0.19.2",
"bootstrap-colorpicker": "^2.5.3",
"bootstrap-datepicker": "^1.8.0",
"bootstrap-daterangepicker": "^2.1.25",
"bootstrap-rtl": "^3.3.4",
"bootstrap-slider": "^9.8.0",
"bootstrap-timepicker": "^0.5.2",
"chart.js": "1.0.*",
"ckeditor": "^4.11.2",
"classnames": "^2.2.6",
"datatables.net": "^1.10.19",
"datatables.net-bs": "^1.10.19",
"fastclick": "^1.0.6",
"flot": "^0.8.3",
"font-awesome": "^4.7.0",
"fullcalendar": "^3.10.0",
"inputmask": "^3.3.7",
"ion-rangeslider": "^2.3.0",
"ionicons": "^3.0.0",
"jquery-knob": "^1.2.11",
"jquery-sparkline": "^2.4.0",
"jquery-ui": "^1.12.1",
"jvectormap": "^1.2.2",
"material-table": "^1.57.2",
"moment": "^2.24.0",
"morris.js": "^0.5.0",
"pace": "0.0.4",
"raphael": "^2.2.7",
"bootstrap": "^4.5.0",
"jquery": "^3.5.1",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-toastify": "^5.5.0",
"sweetalert2": "^9.15.2",
"sweetalert2-react": "^0.8.3",
"react-addons-css-transition-group": "^15.6.2",
"react-datepicker2": "^3.0.15",
"react-hamburgers": "^1.0.0",
"react-metismenu": "^1.4.0",
"react-metismenu-router-link": "^2.1.0",
"react-paginating": "1.3.0-hook.2",
"react-perfect-scrollbar": "^1.5.8",
"react-persian": "^1.1.1",
"react-redux": "^7.2.0",
"react-table": "^7.0.0",
"react-vertical-timeline-component": "^2.5.0",
"reactstrap": "^8.4.1",
"redux": "^4.0.5",
"select2": "^4.0.3",
"slimscroll": "^0.9.1",
"styled-components": "4.0.3",
"suneditor-react": "^2.10.1"
},
"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"
]
}
}