1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "name": "thinkphp-admin",
- "description": "",
- "main": "",
- "license": "MIT",
- "homepage": "",
- "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",
- "echarts": "^3.3.1",
- "jquery-slimscroll": "slimscroll#^1.3.8",
- "jquery.cookie": "^1.4.1",
- "dropzone": "^4.3.0",
- "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#",
- "AdminLTE": "https://github.com/karsonzhang/AdminLTE.git#^2.3.7"
- }
- }
|