-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
61 lines (61 loc) · 1.71 KB
/
bower.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "angular-schema-form-table",
"version": "1.1.2",
"description": "join admin project",
"main": "app.js",
"keywords": [
"mos"
],
"authors": [
"cjy"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-schema-form": "~0.8.2"
},
"devDependencies": {
"angular-schema-form": "~0.8.13",
"angular-schema-form-dynamic-select": "~0.12.4",
"angular-strap": ">= 2.2.2",
"angular-translate": "~2.9.2",
"angular-ui-sortable": "~0.13.4",
"angular-ui-utils": "~0.2.3",
"angularjs-dropdown-multiselect": "~1.5.2",
"bootstrap-table": "cjy37/bootstrap-table#1.12.5",
"bootstrap-vertical-tabs": "~1.2.1",
"bootstrap3-dialog": "~1.34.5",
"highcharts": "~4.1.8",
"schema-form-datetimepicker": "chengz/schema-form-datetimepicker",
"ng-table": "cjy37/ng-table",
"lodash": "~4.0.1",
"select2": "~3.4.5",
"angular-bootstrap-colorpicker": "~3.0.23",
"ng-file-upload": "~11.2.3",
"ng-img-crop": "ngImgCrop#~0.3.2",
"angular-drag-and-drop-lists": "~1.3.0",
"angular-ckeditor": "^1.0.3",
"ng-js-tree": "^0.0.8",
"tableExport.jquery.plugin": "hhurz/tableExport.jquery.plugin",
"ng-bs-daterangepicker": "cjy37/ng-bs-daterangepicker#0.1.1",
"angular-fancybox-plus": "^1.0.3",
"angular-bootstrap-grid-tree": "khan4019/tree-grid-directive#0.4.0",
"ui-cropper": "cjy37/ui-cropper#1.0.8",
"angular-dialog-service": "^5.3.0",
"angular-qrcode": "^7.2.0",
"file-saver": "1.3.3"
},
"resolutions": {
"jquery": "^2.1.4",
"angular": "^1.5.9",
"bootstrap": "^3.3.7",
"lodash": "^4.0.1",
"jspdf": "^1.0.272"
}
}