forked from onokumus/chaldene
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.31 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
{
"name": "chl",
"version": "0.1.2",
"description": "A Bootstrap 3 Based Admin Theme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chaldene/chl.git"
},
"keywords": [],
"author": "Osman Nuri Okumuş <[email protected]> (https://github.com/onokumus)",
"license": "MIT",
"bugs": {
"url": "https://github.com/chaldene/chl/issues"
},
"homepage": "https://github.com/chaldene/chl#readme",
"dependencies": {
"animate.css": "^3.5.2",
"autosize": "^3.0.20",
"bootstrap": "^3.3.7",
"bootstrap-colorpicker": "^2.5.1",
"bootstrap-duallistbox": "github:istvan-ujjmeszaros/bootstrap-duallistbox",
"bootstrap-slider": "^9.7.2",
"bootstrap-wysiwyg": "^1.0.4",
"chart.js": "^2.5.0",
"cleave.js": "^0.7.15",
"clipboard": "^1.6.0",
"dragula": "^3.7.2",
"dropzone": "^4.3.0",
"flatpickr": "^2.3.7",
"font-awesome": "^4.7.0",
"fullcalendar": "^3.1.0",
"gmaps": "^0.4.24",
"holderjs": "^2.9.4",
"in-view": "^0.6.1",
"insignia": "^5.0.0",
"ion-rangeslider": "^2.1.6",
"jquery": "^3.1.1",
"jquery-countdown": "^2.2.0",
"jquery-sparkline": "^2.4.0",
"jquery-steps": "^1.1.0",
"jquery.hotkeys": "^0.1.0",
"jqvmap": "^1.5.1",
"jump.js": "^1.0.2",
"lightgallery": "1.2.21",
"material-shadows": "^3.0.1",
"metis-canvas": "^1.0.1",
"metismenu": "^2.6.2",
"moment": "^2.17.1",
"morris.js": "^0.5.0",
"noty": "^2.4.0",
"open-color": "^1.4.2",
"pace-progress": "^1.0.2",
"perfect-scrollbar": "^0.6.16",
"loaders.css": "^0.1.2",
"push.js": "^0.0.12",
"quill": "^1.2.0",
"raphael": "^2.2.7",
"select2": "^4.0.3",
"suitcss-components-grid": "^3.0.3",
"suitcss-utils-display": "^1.0.2",
"suitcss-utils-flex": "^1.1.1",
"suitcss-utils-position": "^1.0.1",
"suitcss-utils-size": "^2.0.0",
"summernote": "^0.8.2",
"tablesorter": "^2.28.5",
"twbuttons": "^0.1.0",
"waypoints": "^4.0.1"
}
}