-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.17 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
{
"name": "light-admin",
"title": "Light Admin",
"description": "Bootstrap 3.x Admin Panel Template",
"version": "1.0.0",
"author": "Artem Sinkov ([email protected])",
"dependencies": {
"@sn8/themify-icons": "^1.0.0",
"awesome-bootstrap-checkbox": "^0.3.7",
"bootstrap": "^3.3.7",
"bootstrap-notify": "^3.1.3",
"chart.js": "^2.7.3",
"datatables.net": "^1.10.19",
"datatables.net-bs": "^1.10.19",
"datatables.net-responsive": "^2.2.3",
"drmonty-datatables-plugins": "^1.10.12",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"fullcalendar": "^3.10.0",
"gulp-util": "^3.0.8",
"jquery": "^3.3.1",
"lightbox2": "^2.10.0",
"metismenu": "^1.1.3",
"open-sans-fontface": "^1.4.0",
"overlayscrollbars": "^1.5.3",
"select2": "^4.0.6-rc.1",
"select2-bootstrap-theme": "0.1.0-beta.10"
},
"devDependencies": {
"browser-sync": "^2.26.3",
"gulp": "^3.9.1",
"gulp-babel-minify": "^0.5.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^2.0.10",
"gulp-header": "^1.8.7",
"gulp-html-extend": "^1.1.6",
"gulp-less": "^3.1.0",
"gulp-markdown": "^3.0.0",
"gulp-rename": "^1.2.2"
}
}