-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.02 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
{
"name": "tmt-workflow",
"version": "1.5.8",
"dependencies": {
"autoprefixer": "^6.3.3",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"browser-sync": "^2.11.1",
"cheerio": "^0.22.0",
"crypto-md5": "^1.0.0",
"del": "^2.2.0",
"gulp": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-cssnano": "^2.1.1",
"gulp-ejs": "^2.1.1",
"gulp-ftp": "^1.1.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-lazyimagecss": "^2.0.0",
"gulp-less": "^3.0.5",
"gulp-postcss": "^6.0.1",
"gulp-posthtml": "^1.5.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rev-all": "^1.0.0",
"gulp-rev-delete-original": "^0.1.0",
"gulp-sass": "^4.0.2",
"gulp-sftp": "^0.1.4",
"gulp-svg-inline": "^1.0.1",
"gulp-svg-sprite": "^1.3.6",
"gulp-svgmin": "^1.2.3",
"gulp-tmtsprite": "^0.0.23",
"gulp-uglify": "^1.5.3",
"gulp-usemin": "^0.3.23",
"gulp-util": "^3.0.7",
"gulp-webp": "^2.3.0",
"gulp-zip": "^3.2.0",
"imagemin-pngquant": "^4.2.2",
"lodash": "^4.5.1",
"postcss-pxtorem": "^3.3.1",
"posthtml-px2rem": "^0.0.3",
"quick-local-ip": "^1.0.7",
"rc": "^1.1.6",
"rd": "^0.0.2",
"svg-to-png": "^3.1.2",
"through2": "^2.0.3",
"tmt-ejs-helper": "^0.0.1",
"vinyl": "^2.0.1",
"webpack": "^2.2.1",
"webpack-stream": "^3.2.0"
},
"description": "A f2e project workflow based on Gulp",
"repository": {
"type": "git",
"url": "https://github.com/weixin/tmt-workflow"
},
"keywords": [
"Workflow",
"F2E",
"Less",
"CSS",
"Tencent",
"Wechat",
"WeiXin",
"Sprite",
"WebP",
"REM"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/weixin/tmt-workflow"
},
"homepage": "https://github.com/weixin/tmt-workflow",
"readmeFilename": "README.md",
"devDependencies": {
"babel-plugin-transform-remove-strict-mode": "^0.0.2",
"babel-preset-env": "^1.7.0"
}
}