-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·111 lines (111 loc) · 3.56 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
107
108
109
110
111
{
"name": "One",
"version": "1.0.4",
"description": "Flatlogic One - Bootstrap 4.5 Admin Dashboard",
"scripts": {
"build": "gulp build",
"watch": "gulp watch"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"animate.css": "^3.7.0",
"apexcharts": "^3.19.3",
"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.2",
"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.7.2",
"easy-pie-chart": "^2.1.7",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"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.2",
"glob": "^7.1.6",
"glyphicons-halflings": "^1.9.1",
"gmaps": "^0.4.25",
"grunt": "^1.0.4",
"hammerjs": "^2.0.8",
"handlebars": "^4.7.6",
"handlebars-utils": "^1.0.6",
"holderjs": "^2.5.0",
"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.12.1",
"jquery-ui-touch-punch": "^0.2.3",
"jquery.animate-number": "0.0.14",
"jvectormap": "2.0.4",
"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",
"moment": "^2.28.0",
"morris.js": "^0.5.0",
"node-sass": "^4.14.1",
"nvd3": "^1.8.6",
"owl.carousel": "^2.3.4",
"pace": "git+https://github.com/HubSpot/pace.git#v0.7.1",
"parsleyjs": "^2.8.2",
"popper.js": "^1.16.1",
"raphael": "^2.3.0",
"rickshaw": "^1.6.6",
"select2": "4.0.13",
"select2-bootstrap-css": "^1.4.6",
"shufflejs": "^5.2.3",
"skycons": "https://github.com/darkskyapp/skycons.git#60d41374ea97c5da1f92622ddcecca6dd1d9beed",
"slick-carousel": "^1.8.1",
"summernote": "^0.8.18",
"switchery": "https://github.com/abpetkov/switchery.git",
"tempusdominus-bootstrap-4": "^5.1.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": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-concat-sourcemap": "^1.3.1",
"gulp-hb": "^8.0.0",
"gulp-minify": "^3.1.0",
"gulp-prettier": "^3.0.0",
"gulp-rename": "2.0.0",
"gulp-resolve-dependencies": "^3.0.1",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^1.2.0",
"handlebars-layouts": "^3.1.4",
"run-sequence": "^2.2.1"
},
"engines": {
"node": ">=10.17.0"
}
}