forked from zhaohuijian/fez
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.29 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
111
{
"name": "FEZ",
"version": "3.1.6",
"description": "FEZ是面向前端模块化工程的开发框架。主要为解决前端开发多人高效协作、提高开发质量、及项目功能扩展的快速迭代和可维护性等问题。核心包括功能模块化、结构规范化、及开发自动化。",
"repository": {
"type": "git",
"url": "https://github.com/furic-zhao/fez"
},
"keywords": [
"FEZ",
"前端模块化",
"前端工程自动化",
"前端异步编程",
"前端自动化测试",
"前端自动化部署"
],
"license": "MIT",
"author": "Furic zhao",
"homepage": "http://fez.hestudy.com/",
"readmeFilename": "README.md",
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel-core": "^6.18.2",
"babel-plugin-transform-es2015-classes": "^6.23.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-2": "^6.22.0",
"babel-runtime": "^6.18.0",
"babelify": "^7.3.0",
"browser-sync": "^2.17.2",
"browserify": "^14.1.0",
"browserify-shim": "^3.8.12",
"crypto-md5": "^1.0.0",
"cssify": "^1.0.2",
"del": "^2.2.0",
"event-stream": "^3.3.4",
"glob": "^7.0.3",
"gulp": "git://github.com/gulpjs/gulp.git#4.0",
"gulp-cache": "^0.4.5",
"gulp-cached": "^1.1.1",
"gulp-cdnify": "^1.0.7",
"gulp-clean-css": "^3.0.3",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^2.3.0",
"gulp-filter": "^5.0.0",
"gulp-flatten": "^0.3.1",
"gulp-htmlmin": "^3.0.0",
"gulp-iconfont": "^8.0.1",
"gulp-iconfont-css": "^2.1.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-inject": "^4.2.0",
"gulp-inject-string": "^1.1.0",
"gulp-jshint": "^2.0.4",
"gulp-lazyimagecss": "^2.0.0",
"gulp-less": "^3.0.5",
"gulp-notify": "^3.0.0",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.0.1",
"gulp-posthtml": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rev-all": "^0.9.7",
"gulp-rev-delete-original": "^0.2.2",
"gulp-sass": "^3.1.0",
"gulp-sftp": "^0.1.5",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-strip-debug": "^1.1.0",
"gulp-tmtsprite": "0.0.22",
"gulp-uglify": "^2.0.1",
"gulp-usemin": "^0.3.28",
"gulp-util": "^3.0.7",
"gulp-webp": "^2.3.0",
"gulp-zip": "^4.0.0",
"handlebars": "^4.0.5",
"hbsfy": "^2.7.0",
"imagemin-pngquant": "^5.0.0",
"jshint": "^2.9.4",
"lazypipe": "^1.0.1",
"less": "^2.7.1",
"lessify": "^1.0.1",
"lodash": "^4.5.1",
"main-bower-files": "^2.13.1",
"node-sass": "^4.5.0",
"path": "^0.12.7",
"postcss-pxtorem": "^4.0.0",
"posthtml-px2rem": "^0.0.3",
"preprocessify": "^1.0.1",
"pug": "^2.0.0-beta11",
"pugify": "^2.1.0",
"quick-local-ip": "^1.0.7",
"rc": "^1.1.6",
"rd": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vueify": "^9.3.0",
"watchify": "^3.7.0"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": "./.fez/utils/shim.js"
}