-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 2.6 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
{
"name": "tmt-workflow",
"version": "1.5.6",
"dependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.25.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"browser-sync": "^2.18.13",
"cheerio": "^0.22.0",
"crypto-md5": "^1.0.0",
"del": "^2.2.0",
"gulp": "git://github.com/gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-cssnano": "^2.1.2",
"gulp-ejs": "^3.0.1",
"gulp-ftp": "^1.1.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^3.3.0",
"gulp-lazyimagecss": "^2.0.8",
"gulp-less": "^3.3.2",
"gulp-postcss": "^6.0.1",
"gulp-posthtml": "^1.5.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-rev-all": "^0.9.7",
"gulp-rev-delete-original": "^0.2.3",
"gulp-sftp": "^0.1.5",
"gulp-svg-inline": "^1.0.1",
"gulp-svg-sprite": "^1.3.6",
"gulp-svgmin": "^1.2.3",
"gulp-tmtsprite": "^0.0.22",
"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": "^5.0.1",
"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": "^3.5.5",
"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": {
"amd-optimize": "^0.6.1",
"babel-polyfill": "^7.0.0-alpha.19",
"css-loader": "^0.28.5",
"element-ui": "^1.4.2",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-webpack": "^1.5.0",
"iview": "^2.0.0-rc.19",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"postcss-loader": "^2.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"vue": "^2.4.2",
"vue-loader": "^13.0.2",
"vue-router": "^2.7.0",
"vue-template-compiler": "^2.4.2",
"vueg": "^1.2.6",
"vuex": "^2.3.1"
}
}