-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.37 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
{
"name": "api_manager",
"version": "0.1.0",
"description": "api_manager",
"keywords": [
"gulp",
"gulp demo",
"gulp pattern",
"build",
"stream",
"pipeline"
],
"repository": "https://github.com/realeve/api_manager.git",
"author": "realeve@qq.com",
"scripts": {
"run": "gulp"
},
"dependencies": {
"axios": "^0.17.1",
"babel-core": "^6.26.0",
"babel-runtime": "^6.26.0",
"clipboard": "^1.7.1",
"file-saver": "^2.0.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-file-include": "^1.2.0",
"gulp-flatten": "^0.3.1",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.4.0",
"gulp-less": "^3.3.2",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.7",
"gulp-webserver": "^0.9.1",
"imagemin-pngquant": "^5.0.1",
"js-beautify": "^1.7.5",
"lodash": "^4.17.4",
"prettier": "^1.10.2",
"qs": "^6.5.1",
"ramda": "^0.25.0",
"run-sequence": "^2.2.0"
},
"licenses": "BSD",
"devDependencies": {
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"gulp-babel": "^7.0.0",
"gulp-base64": "^0.1.3",
"gulp-changed": "^3.1.1",
"gulp-plumber": "^1.1.0",
"gulp-rev": "^8.1.0",
"gulp-rev-collector": "^1.2.3",
"gulp-webpack": "^1.5.0",
"vinyl-named": "^1.1.0"
}
}