审查视图

Karson authored
1
{
2 3
  "name": "fastadmin",
  "description": "the fastest admin framework",
Karson authored
4
  "main": "",
5 6
  "license": "Apache2.0",
  "homepage": "http://www.fastadmin.net",
Karson authored
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
  "private": true,
  "dependencies": {
    "jquery": "^2.2.3",
    "bootstrap": "^3.3.7",
    "font-awesome": "fontawesome#^4.6.1",
    "bootstrap-table": "^1.11.0",
    "layer": "*",
    "jstree": "^3.3.2",
    "summernote": "^0.8.2",
    "jquery-pjax": "^1.9.6",
    "bootstrap-validator": "^0.11.5",
    "moment": "^2.15.2",
    "plupload": "^2.2.0",
    "toastr": "^2.1.3",
    "devbridge-autocomplete": "^1.2.26",
    "jcrop": "jcrop#^2.0.4",
    "jquery-qrcode": "*",
    "eonasdan-bootstrap-datetimepicker": "^4.17.43",
    "bootstrap-select": "^1.11.2",
    "bootstrap3-dialog": "bootstrap-dialog#^1.35.3",
    "require-css": "^0.1.8",
    "less": "^2.7.1",
29
    "tableExport.jquery.plugin": "^1.9.0",
Karson authored
30 31 32 33
    "jquery-slimscroll": "slimscroll#^1.3.8",
    "jquery.cookie": "^1.4.1",
    "Sortable": "^1.5.0",
    "nice-validator": "^1.0.10",
Karson authored
34
    "art-template": "^3.0.1"
Karson authored
35 36 37 38
  },
  "devDependencies": {
    "dragsort": "https://github.com/karsonzhang/dragsort.git",
    "jquery-addtabs": "https://github.com/karsonzhang/jquery-addtabs.git",
Karson authored
39 40 41
    "jquery-cxselect": "https://github.com/karsonzhang/cxSelect.git",
    "jqcron": "https://github.com/karsonzhang/jqcron.git",
    "selectpage": "https://github.com/karsonzhang/selectpage.git"
Karson authored
42 43
  }
}