-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
99 lines (99 loc) · 2.74 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
{
"name": "stisla",
"version": "0.1.0",
"private": true,
"dependencies": {
"@aacassandra/jquery.pwstrength": "^0.0.1",
"@fortawesome/fontawesome-free": "^5.11.2",
"@mdi/font": "^4.6.95",
"bootstrap": "^4.2.1",
"bootstrap-colorpicker": "^3.0.3",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-daterangepicker": "^3.0.3",
"bootstrap-select": "^1.13.12",
"bootstrap-social": "^5.1.1",
"bootstrap-tagsinput": "^0.7.1",
"bootstrap-timepicker": "^0.5.2",
"bootstrap-touchspin": "^4.2.5",
"chart.js": "^2.7.3",
"chocolat": "^0.4.21",
"cleave.js": "^1.4.7",
"codemirror": "^5.43.0",
"datatables": "^1.10.18",
"datatables.net-bs4": "1.10.20",
"datatables.net-buttons": "^1.6.3",
"datatables.net-buttons-bs4": "1.6.0",
"datatables.net-responsive": "^2.2.5",
"datatables.net-responsive-bs4": "^2.2.5",
"datatables.net-select": "^1.3.1",
"datatables.net-select-bs4": "1.3.1",
"dropzone": "^5.7.2",
"flag-icon-css": "^3.5.0",
"fullcalendar": "^3.10.0",
"gmaps": "^0.4.24",
"history": "^4.10.1",
"inputmask": "^4.0.9",
"ionicons201": "1.0.0",
"izitoast": "^1.4.0",
"jquery": "^3.3.1",
"jquery-sparkline": "^2.4.0",
"jquery-ui-dist": "^1.12.1",
"jquery.nicescroll": "^3.7.6",
"jquery.upload.preview.psk": "^1.0.3",
"jqvmap": "^1.5.1",
"jszip": "^3.2.2",
"moment": "^2.24.0",
"owl.carousel": "^2.3.4",
"parse": "^2.8.0",
"pdfmake": "^0.1.61",
"perfect-scrollbar": "^1.4.0",
"popper.js": "1.14.6",
"prismjs": "^1.15.0",
"prop-types": "^15.7.2",
"pwstrength-bootstrap": "^3.0.9",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.2.0",
"react-scripts": "3.2.0",
"select2": "^4.0.6-rc.1",
"selectric": "^1.13.0",
"simpleweather": "^3.1.0",
"sticky-kit": "^1.1.3",
"summernote": "^0.8.11",
"sweetalert": "^2.1.2",
"tooltip.js": "^1.3.1",
"weathericons": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "CI= 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"
]
},
"devDependencies": {
"eslint": "^6.7.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"prettier": "^1.19.1"
}
}