-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
executable file
·82 lines (82 loc) · 2.35 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
{
"name": "flatlogic_one_lite",
"version": "1.1.5",
"description": "Flatlogic One Lite - Bootstrap 4.5 Admin Dashboard",
"scripts": {
"build": "gulp build",
"watch": "gulp watch"
},
"dependencies": {
"animate.css": "^3.7.2",
"apexcharts": "^3.22.2",
"autosize": "^4.0.2",
"awesome-bootstrap-checkbox": "^1.0.1",
"backbone": "^1.4.0",
"backbone.paginator": "^2.0.8",
"backgrid": "^0.3.8",
"backgrid-paginator": "^0.3.9",
"bootstrap": "^4.5.3",
"bootstrap-markdown": "^2.10.0",
"components-jqueryui": "^1.12.1",
"d3": "3.5.17",
"d3v5": "npm:d3@^5.1.0",
"datatables": "^1.10.18",
"easy-pie-chart": "^2.1.7",
"flot": "^0.8.3",
"flot-orderbars": "^1.0.0",
"flot.dashes": "https://github.com/cquartier/flot.dashes.git",
"flotanimator": "https://github.com/Codicode/flotanimator",
"font-awesome": "^4.7.0",
"glob": "^7.1.6",
"glyphicons-halflings": "^1.9.1",
"gmaps": "^0.4.25",
"hammerjs": "^2.0.8",
"handlebars": "^4.7.6",
"holderjs": "^2.5.0",
"jasny-bootstrap": "^3.1.3",
"jquery": "2.1.4",
"jquery-autosize": "^1.18.18",
"jquery-hammerjs": "^2.0.0",
"jquery-mapael": "2.2.0",
"jquery-mapael-0.7.1": "https://github.com/neveldo/jQuery-Mapael.git#v0.7.1",
"jquery-nestable": "^0.8.0",
"jquery-pjax": "^2.0.1",
"jquery-slimscroll": "^1.3.8",
"jquery-sparkline": "^2.3.2",
"jquery-ui": "^1.12.1",
"jquery-ui-touch-punch": "^0.2.3",
"jquery.animate-number": "0.0.14",
"line-awesome": "1.3.0",
"magnific-popup": "^1.1.0",
"markdown": "^0.5.0",
"messenger": "https://github.com/HubSpot/messenger.git",
"metrojs": "^0.9.77",
"minimatch": "^3.0.4",
"morris.js": "^0.5.0",
"node-sass": "^4.13.1",
"nvd3": "^1.8.6",
"owl.carousel": "^2.3.4",
"parsleyjs": "^2.8.1",
"popper.js": "^1.14.3",
"raphael": "^2.3.0",
"rickshaw": "^1.6.6",
"select2": "4.0.5",
"select2-bootstrap-css": "^1.4.6",
"tempusdominus-bootstrap-4": "^5.1.2",
"turndown": "^5.0.3",
"widgster": "^1.0.0"
},
"devDependencies": {
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-hb": "^8.0.0",
"gulp-rename": "2.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"handlebars-layouts": "^3.1.4",
"run-sequence": "^2.2.1"
},
"engines": {
"node": ">=10.17.0"
}
}