审查视图

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
  "private": true,
  "dependencies": {
Karson authored
9
    "jquery": "^2.1.4",
Karson authored
10
    "bootstrap": "^3.3.7",
11
    "font-awesome": "^4.6.1",
Karson authored
12
    "bootstrap-table": "^1.11.0",
13
    "layer": "^3.0",
Karson authored
14 15 16 17
    "jstree": "^3.3.2",
    "moment": "^2.15.2",
    "plupload": "^2.2.0",
    "toastr": "^2.1.3",
18
    "jcrop": "^2.0.4",
Karson authored
19 20 21 22
    "eonasdan-bootstrap-datetimepicker": "^4.17.43",
    "bootstrap-select": "^1.11.2",
    "require-css": "^0.1.8",
    "less": "^2.7.1",
23
    "tableExport.jquery.plugin": "^1.9.0",
24
    "jquery-slimscroll": "^1.3.8",
Karson authored
25 26
    "jquery.cookie": "^1.4.1",
    "Sortable": "^1.5.0",
Karson authored
27 28
    "nice-validator": "^1.1.1",
    "art-template": "^3.0.1",
Karson authored
29
    "requirejs-plugins": "^1.0.3",
30
    "bootstrap-daterangepicker": "^2.1.25",
31 32 33 34 35
    "city-picker": "^1.1.0",
    "fastadmin-cxselect": "~1.4.0",
    "fastadmin-dragsort": "~1.0.0",
    "fastadmin-addtabs": "~1.0.0",
    "fastadmin-selectpage": "~1.0.0"
36 37 38
  },
  "resolutions": {
    "jspdf": "1.1.239 || 1.3.2"
Karson authored
39 40
  }
}