-
Notifications
You must be signed in to change notification settings - Fork 199
/
package.json
39 lines (39 loc) · 1009 Bytes
/
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
{
"name": "lcalendar",
"version": "2.1.1",
"description": "移动端日期选择插件",
"email": "xfhxbb@yeah.net",
"homepage": "",
"repository": {
"type": "git",
"url": "https://github.com/xfhxbb/LCalendar"
},
"author": "lennyhuang",
"license": "MIT",
"scripts": {
"dev": "cd gulp-task && gulp --target=debug --env=local --watch --minify"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.26.7",
"del": "^2.2.2",
"ejs": "^2.7.1",
"gulp": "^4.0.2",
"gulp-cache-bust": "^1.4.0",
"gulp-concat": "^2.6.0",
"gulp-file-include": "^2.1.0",
"gulp-header": "^1.8.2",
"gulp-jshint": "^2.0.1",
"gulp-replace": "^1.0.0",
"gulp-rev-collector": "^1.2.3",
"jshint": "^2.9.3",
"jshint-stylish": "^2.2.1",
"require-dir": "^1.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-named": "^1.1.0",
"webpack": "^4.41.2",
"webpack-stream": "^5.2.1"
},
"dependencies": {}
}