package.json 1.7 KB
Newer Older
A
almasaeed2010 已提交
1
{
A
Abdullah Almsaeed 已提交
2
  "name": "admin-lte",
A
Abdullah Almsaeed 已提交
3
  "version": "2.4.2",
A
Abdullah Almsaeed 已提交
4
  "main": "dist/js/adminlte.min.js",
A
Abdullah Almsaeed 已提交
5 6 7 8
  "repository": {
    "type": "git",
    "url": "git://github.com/almasaeed2010/AdminLTE.git"
  },
S
Sahil Muthoo 已提交
9
  "license": "MIT",
A
Abdullah Almsaeed 已提交
10
  "devDependencies": {
A
Abdullah Almsaeed 已提交
11
    "R2": "^1.4.3",
12
    "grunt": "^0.4.5",
F
freezy 已提交
13
    "grunt-bootlint": "^0.9.1",
A
Abdullah Almsaeed 已提交
14
    "grunt-contrib-clean": "^0.6.0",
A
Abdullah Almsaeed 已提交
15
    "grunt-contrib-concat": "^1.0.1",
A
Abdullah Almsaeed 已提交
16
    "grunt-contrib-csslint": "^0.5.0",
A
Abdullah Almsaeed 已提交
17
    "grunt-contrib-cssmin": "^0.12.2",
18
    "grunt-contrib-jshint": "^0.11.3",
A
Abdullah Almsaeed 已提交
19 20
    "grunt-contrib-less": "^0.12.0",
    "grunt-contrib-uglify": "^0.7.0",
21
    "grunt-contrib-watch": "^0.6.1",
A
Abdullah Almsaeed 已提交
22
    "grunt-cssjanus": "^0.2.4",
23
    "grunt-image": "^1.5.2",
A
Abdullah Almsaeed 已提交
24
    "grunt-includes": "^0.4.5",
25 26 27
    "grunt-jscs": "^3.0.1",
    "grunt-less": "^0.1.7",
    "grunt-notify": "^0.4.5",
A
Abdullah Almsaeed 已提交
28
    "grunt-text-replace": "^0.4.0",
29
    "less": "^2.7.2"
30
  },
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
  "dependencies": {
    "bootstrap": "^3.3.7",
    "bootstrap-colorpicker": "^2.5.1",
    "bootstrap-datepicker": "^1.7.0",
    "bootstrap-daterangepicker": "^2.1.25",
    "bootstrap-slider": "^9.8.0",
    "bootstrap-timepicker": "^0.5.2",
    "chart.js": "1.0.*",
    "ckeditor": "^4.7.0",
    "datatables.net": "^1.10.15",
    "datatables.net-bs": "^1.10.15",
    "fastclick": "^1.0.6",
    "flot": "^0.8.0-alpha",
    "font-awesome": "^4.7.0",
    "fullcalendar": "^3.4.0",
    "inputmask": "^3.3.7",
    "ion-rangeslider": "^2.2.0",
    "ionicons": "^3.0.0",
    "jquery": "^3.2.1",
    "jquery-knob": "^1.2.11",
    "jquery-sparkline": "^2.4.0",
A
Abdullah Almsaeed 已提交
52
    "jquery-ui": "^1.12.1",
53 54 55 56 57 58 59 60
    "jvectormap": "^1.2.2",
    "moment": "^2.18.1",
    "morris.js": "^0.5.0",
    "pace": "0.0.4",
    "raphael": "^2.2.7",
    "select2": "^4.0.3",
    "slimscroll": "^0.9.1"
  }
D
Dennis Neufeld 已提交
61
}