generated from flatlogic/sing-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.9 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
{
"name": "Sing",
"version": "1.2.7",
"description": "Sing Dashboard App",
"main": "index.html",
"authors": [
"okendoken flatlogic.com"
],
"scripts": {
"build": "gulp build",
"watch": "gulp watch"
},
"dependencies": {
"animate.css": "3.7.2",
"awesome-bootstrap-checkbox": "1.0.1",
"backbone": "1.4.0",
"bootstrap": "4.5.2",
"bootstrap-select": "1.13.18",
"bootstrap_calendar": "git://github.com/xero/bootstrap_calendar#v1.0.1",
"flot": "0.8.3",
"flot-orderBars": "https://github.com/emmerich/flot-orderBars.git#d44ff4f2fec4c8bb1254e59567ee39fa3684372e",
"flot.animator": "https://github.com/Codicode/flotanimator.git#3c256c0183d713fd3bf41d04417873928eb1a751",
"flot.dashes": "https://github.com/cquartier/flot.dashes.git#454016a8d61b3e7af375e4ffda36c7c55413f62b",
"font-awesome": "4.7.0",
"gmaps": "0.4.25",
"gulp-sourcemaps": "^2.6.5",
"hammerjs": "hammer#^2.0.8",
"handlebars": "^4.7.6",
"jasny-bootstrap": "3.1.3",
"jquery": "2.1.4",
"jquery-hammerjs": "^2.0.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": "git://github.com/furf/jquery-ui-touch-punch.git#4bc009145202d9c7483ba85f3a236a8f3470354d",
"line-awesome": "1.3.0",
"messenger": "https://github.com/HubSpot/messenger.git",
"owl.carousel": "^2.3.4",
"pace.js": "https://github.com/HubSpot/pace.git#v0.7.1",
"widgster": "0.0.3"
},
"devDependencies": {
"del": "^5.1.0",
"glyphicons-halflings": "*",
"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",
"popper.js": "1.14.7",
"run-sequence": "^2.2.1"
},
"resolutions": {
"jquery": "~2.1.3",
"bootstrap": "~4"
},
"engines": {
"node": ">=0.10.0"
}
}