-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 4.37 KB
/
Copy pathpackage.json
File metadata and controls
121 lines (121 loc) · 4.37 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
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "JavaTMP-App-Starter",
"version": "0.0.18",
"private": true,
"description": "An advanced Dynamic Java Bootstrap LTR/RTL multi languages User Management Web application Template",
"keywords": [
"jquery",
"bootstrap",
"admin",
"template",
"dashboard"
],
"author": "javatmp",
"licenses": "JavaTMP License",
"contributors": [],
"scripts": {
"install": "napa",
"update": "napa",
"napa": "napa",
"gulpDist": "gulp --dest='./src/main/webapp/assets/dist'"
},
"dependencies": {
"autosize": "^5.0.1",
"bootstrap": "^4.6.0",
"bootstrap-colorselector": "^0.1.0",
"bootstrap-daterangepicker": "^3.1.0",
"bootstrap-maxlength": "^1.10.0",
"bootstrap-modal-wrapper": "^2.0.1",
"bootstrap-reverse": "^4.3.1",
"bootstrap-slider": "^11.0.2",
"cropperjs": "^1.5.12",
"jquery-cropper": "^1.0.1",
"datatables.net": "^1.10.23",
"datatables.net-bs4": "^1.10.23",
"datatables.net-fixedheader": "^3.1.7",
"datatables.net-fixedheader-bs4": "^3.1.7",
"datatables.net-responsive": "^2.2.7",
"datatables.net-responsive-bs4": "^2.2.7",
"datatables.net-select": "^1.3.1",
"datatables.net-select-bs4": "^1.3.1",
"datatables.net-keytable": "^2.5.3",
"datatables.net-keytable-bs4": "^2.5.3",
"datatables.net-fixedcolumns": "^3.3.2",
"datatables.net-fixedcolumns-bs4": "^3.3.2",
"datatables.net-rowgroup": "^1.1.2",
"datatables.net-rowgroup-bs4": "^1.1.2",
"echarts": "^5.0.1",
"font-awesome-animation": "^1.1.1",
"fullcalendar": "^3.10.2",
"inputmask": "^5.0.6",
"ion-rangeslider": "^2.3.0",
"jquery": "^3.5.1",
"jquery-form": "^4.3.0",
"jquery-ui-dist": "^1.12.1",
"jquery-validation": "^1.19.3",
"jquery.counterup": "^2.1.0",
"malihu-custom-scrollbar-plugin": "^3.1.5",
"metismenu": "^3.0.7",
"moment": "^2.29.1",
"nprogress": "^0.2.0",
"popper.js": "^1.16.1",
"select2": "^4.0.13",
"slick-carousel": "^1.8.1",
"summernote": "^0.8.18",
"timeago": "^1.6.7",
"toastr": "^2.1.2",
"waypoints": "^4.0.1",
"bootstrap-actionable": "^1.0.12",
"bootstrap-card-extender": "^1.0.2",
"bootstrap-alert-wrapper": "^1.0.3",
"jquery.fancytree": "^2.38.0",
"bootswatch": "^4.6.0",
"file-saver": "^2.0.5",
"numeral": "2.0.6",
"@fortawesome/fontawesome-free": "^5.15.3",
"moment-timezone": "^0.5.33",
"material-design-icons": "^3.0.1",
"form-serializer": "^2.5.0",
"handlebars": "^4.7.7",
"jquery.easing": "^1.4.1",
"aos": "^2.3.4",
"animate.css": "^4.1.1",
"bootstrap-input-spinner": "^1.17.0",
"jQuery-QueryBuilder": "^2.6.0",
"formdata-polyfill": "4.0.6"
},
"devDependencies": {
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-eslint": "^6.0.0",
"gulp-if": "^3.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-uglify": "^3.0.2",
"napa": "^3.0.0",
"pump": "^3.0.0",
"async": "^3.2.0",
"gulp-uglify-es": "^2.0.0",
"yargs": "^16.2.0"
},
"napa-config": {
"cache": false,
"log-level": "debug"
},
"napa": {
"blockui": "git+https://github.com/malsup/blockui.git",
"scrollup": "git+https://github.com/markgoodyear/scrollup.git",
"jquery-idletimer": "git+https://github.com/thorst/jquery-idletimer.git",
"select2-bootstrap-theme": "git+https://github.com/angel-vladov/select2-bootstrap-theme.git",
"jquery-ui-touch-punch": "git+https://github.com/furf/jquery-ui-touch-punch.git",
"canvas-toBlob": "git+https://github.com/eligrey/canvas-toBlob.js.git",
"Blob": "git+https://github.com/eligrey/Blob.js",
"DevExpress-bootstrap-themes": "git+https://github.com/DevExpress/bootstrap-themes.git",
"twbs-pagination": "https://github.com/josecebe/twbs-pagination.git",
"Datatables-CellEdit": "https://github.com/ejbeaty/CellEdit.git"
}
}