-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 816 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 816 Bytes
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
{
"private": true,
"scripts": {
"prodold": "gulp --production",
"devold": "gulp watch"
},
"devDependencies": {
"admin-lte": "^2.3.6",
"bootstrap": "^3.3.7",
"bootstrap-sass": "^3.3.7",
"font-awesome": "^4.7",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-less": "^3.1.0",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^2.0.0",
"ionicons": "^3.0.0",
"jquery": "^3.1.0",
"lodash": "^4.16.2",
"merge-stream": "^1.0.0",
"vue": "^2.0.1",
"vue-resource": "^1.0.3"
},
"dependencies": {
"X-editable": "^1.5.1",
"bootstrap-datepicker": "^1.6.4",
"fullcalendar": "^3.0.1",
"jquery-fancybox": "^3.1.0",
"jquery-mask-plugin": "^1.14.0",
"moment": "^2.16.0"
}
}