-
Notifications
You must be signed in to change notification settings - Fork 585
/
Copy pathpackage.json
110 lines (110 loc) · 2.88 KB
/
package.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "fastadmin",
"version": "1.6.0",
"description": "FastAdmin是一款基于ThinkPHP+Bootstrap的极速后台开发框架。",
"scripts": {
"build": "grunt"
},
"repository": {
"type": "git",
"url": "[email protected]:karson/fastadmin.git"
},
"dependencies": {
"bootstrap": "npm:fastadmin-bootstrap@^3.4.1",
"bootstrap-daterangepicker": "~2.1.25",
"bootstrap-select": "^1.13.18",
"bootstrap-slider": "^11.0.2",
"eonasdan-bootstrap-datetimepicker": "^4.17.49",
"cxselect": "^1.4.0",
"fastadmin-addtabs": "^1.0.8",
"fastadmin-arttemplate": "^3.1.4",
"fastadmin-bootstraptable": "^1.11.12",
"fastadmin-citypicker": "^1.3.6",
"fastadmin-cxselect": "npm:cxselect@^1.4.0",
"fastadmin-dragsort": "^1.0.5",
"fastadmin-layer": "^3.5.6",
"fastadmin-selectpage": "^1.1.1",
"fastadmin-nicevalidator": "^1.1.6",
"art-template": "npm:fastadmin-arttemplate@^3.1.4",
"bootstrap-table": "npm:fastadmin-bootstraptable@^1.11.12",
"nice-validator": "npm:fastadmin-nicevalidator@^1.1.6",
"font-awesome": "^4.6.1",
"jquery": "^3.7.1",
"jquery-slimscroll": "~1.3.8",
"jquery.cookie": "~1.4.1",
"jstree": "~3.3.2",
"moment": "^2.10",
"require-css": "~0.1.8",
"sortablejs": "^1.12.0",
"tableexport.jquery.plugin": "^1.20.0",
"toastr": "~2.1.3"
},
"author": "FastAdmin",
"license": "Apache-2.0",
"devDependencies": {
"grunt": "^1.5.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"jsonminify": "^0.4.2",
"parse-config-file": "^1.0.4"
},
"overrides": {
"canvg": {
"xmldom": "^0.7.0"
},
"tableexport.jquery.plugin": {
"xlsx": "npm:@e965/xlsx@^0.20.3"
},
"eonasdan-bootstrap-datetimepicker": {
"moment-timezone": "^0.5.35"
}
},
"dists": {
"art-template": "dist/**",
"bootstrap": "dist/**",
"bootstrap-daterangepicker": [
"daterangepicker.js",
"daterangepicker.css"
],
"bootstrap-select": "dist/**",
"bootstrap-slider": [
"dist/**",
"*.css",
"*.js"
],
"coloris": [
"dist/umd/**",
"dist/*.css"
],
"eonasdan-bootstrap-datetimepicker": "build/**",
"fastadmin-addtabs": "*.js",
"fastadmin-bootstraptable": "dist/**",
"fastadmin-citypicker": "dist/**",
"fastadmin-cxselect": "js/**",
"fastadmin-dragsort": "*.js",
"fastadmin-layer": "dist/**",
"fastadmin-selectpage": "*",
"font-awesome": [
"css/**",
"fonts/**"
],
"jquery": "dist/**",
"jquery-slimscroll": "*.js",
"jquery.cookie": "*.js",
"jstree": "dist/**",
"moment": [
"moment.js",
"locale/**"
],
"nice-validator": "dist/**",
"require-css": "*.js",
"sortablejs": "*.js",
"tableexport.jquery.plugin": "tableExport.min.js",
"toastr": [
"*.less",
"*.css",
"*.js",
"build/**"
]
}
}