1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
| {
| "name": "fastadmin",
| "description": "the fastest admin framework",
| "main": "",
| "license": "Apache2.0",
| "homepage": "https://www.fastadmin.net",
| "private": true,
| "dependencies": {
| "jquery": "^2.1.4",
| "bootstrap": "^3.3.7",
| "font-awesome": "^4.6.1",
| "bootstrap-table": "fastadmin-bootstraptable#~1.11.5",
| "jstree": "~3.3.2",
| "moment": "~2.29.0",
| "toastr": "~2.1.3",
| "eonasdan-bootstrap-datetimepicker": "~4.17.43",
| "bootstrap-select": "~1.11.2",
| "require-css": "~0.1.8",
| "tableExport.jquery.plugin": "~1.10.3",
| "jquery-slimscroll": "~1.3.8",
| "jquery.cookie": "~1.4.1",
| "Sortable": "~1.10.0",
| "nice-validator": "~1.1.1",
| "art-template": "~3.1.3",
| "bootstrap-daterangepicker": "~2.1.25",
| "fastadmin-citypicker": "~1.3.1",
| "fastadmin-cxselect": "~1.4.0",
| "fastadmin-dragsort": "~1.0.0",
| "fastadmin-addtabs": "~1.0.5",
| "fastadmin-selectpage": "~1.0.6",
| "fastadmin-layer": "~3.5.1",
| "bootstrap-slider": "*"
| }
| }
|
|