mirror of https://gitee.com/karson/fastadmin.git
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "fastadmin",
|
|
"description": "the fastest admin framework",
|
|
"main": "",
|
|
"license": "Apache2.0",
|
|
"homepage": "http://www.fastadmin.net",
|
|
"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",
|
|
"tableExport.jquery.plugin": "^1.6.4",
|
|
"jquery-slimscroll": "slimscroll#^1.3.8",
|
|
"jquery.cookie": "^1.4.1",
|
|
"Sortable": "^1.5.0",
|
|
"typeahead.js": "^0.11.1",
|
|
"bootstrap-tagsinput": "^0.8.0",
|
|
"nice-validator": "^1.0.10",
|
|
"art-template": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"dragsort": "https://github.com/karsonzhang/dragsort.git",
|
|
"jquery-addtabs": "https://github.com/karsonzhang/jquery-addtabs.git",
|
|
"jqcron": "https://github.com/karsonzhang/jqcron.git#"
|
|
}
|
|
}
|