-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·103 lines (103 loc) · 3.29 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
{
"name": "sing",
"version": "4.7.11",
"description": "Sing App - Bootstrap 4.5 Admin Dashboard",
"scripts": {
"build": "gulp build",
"watch": "gulp watch"
},
"dependencies": {
"animate.css": "^3.7.0",
"autosize": "^4.0.4",
"awesome-bootstrap-checkbox": "^1.0.1",
"backbone": "^1.6.0",
"backbone.paginator": "^2.0.8",
"backgrid": "^0.3.8",
"backgrid-paginator": "^0.3.9",
"bootstrap": "4.3.1",
"bootstrap-application-wizard": "https://github.com/amoffat/bootstrap-application-wizard.git",
"bootstrap-colorpicker": "^2.5.3",
"bootstrap-markdown": "^2.10.0",
"bootstrap-select": "^1.13.18",
"bootstrap-slider": "10.6.2",
"bootstrap-wizard": "^1.4.2",
"bootstrap_calendar": "git://github.com/xero/bootstrap_calendar#v1.0.1",
"components-jqueryui": "^1.12.1",
"d3": "3.5.17",
"d3v5": "npm:d3@^5.1.0",
"datatables": "^1.10.18",
"driver.js": "^0.9.8",
"dropzone": "^5.9.3",
"easy-pie-chart": "^2.1.7",
"eonasdan-bootstrap-datetimepicker": "^4.17.49",
"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",
"fullcalendar": "^3.10.5",
"glob": "^7.2.3",
"glyphicons-halflings": "^1.9.1",
"gmaps": "^0.4.25",
"grunt": "^1.6.1",
"hammerjs": "^2.0.8",
"handlebars": "^4.7.8",
"holderjs": "^2.9.9",
"intro.js": "^2.9.3",
"jasny-bootstrap": "^3.1.3",
"jquery": "2.1.4",
"jquery-autosize": "^1.18.18",
"jquery-bootstrap-wizard": "^1.4.2",
"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.4.0",
"jquery-ui": "^1.14.1",
"jquery-ui-touch-punch": "^0.2.3",
"jquery.animate-number": "0.0.14",
"jvectormap": "2.0.4",
"line-awesome": "github:icons8/line-awesome",
"magnific-popup": "^1.2.0",
"markdown": "^0.5.0",
"messenger": "https://github.com/HubSpot/messenger.git",
"metrojs": "^0.9.77",
"minimatch": "^3.1.2",
"moment": "^2.30.1",
"morris.js": "^0.5.0",
"sass": "^1.81.0",
"nvd3": "^1.8.6",
"owl.carousel": "^2.3.4",
"pace": "git+https://github.com/HubSpot/pace.git#v0.7.1",
"parsleyjs": "^2.9.2",
"popper.js": "^1.16.1",
"raphael": "^2.3.0",
"rickshaw": "^1.7.1",
"select2": "4.0.13",
"select2-bootstrap-css": "^1.4.6",
"shufflejs": "^5.4.1",
"skycons": "https://github.com/darkskyapp/skycons.git#60d41374ea97c5da1f92622ddcecca6dd1d9beed",
"slick-carousel": "^1.8.1",
"summernote": "^0.8.20",
"switchery": "https://github.com/abpetkov/switchery.git",
"tempusdominus-bootstrap-4": "^5.39.2",
"turndown": "^5.0.3",
"twitter-bootstrap-wizard": "https://github.com/VinceG/twitter-bootstrap-wizard#1.4.2",
"widgster": "^1.0.0"
},
"devDependencies": {
"del": "^5.1.0",
"gulp": "^5.0.0",
"gulp-hb": "^8.0.0",
"gulp-rename": "2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^2.6.5",
"handlebars-layouts": "^3.1.4",
"run-sequence": "^2.2.1"
},
"engines": {
"node": ">=0.10.0"
}
}