-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.71 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
{
"name": "my_activities",
"version": "1.0.0",
"description": "my gulp",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp default",
"build": "gulp build",
"watch": "gulp watch",
"release": "gulp release",
"show": "gulp show"
},
"author": "zhangYingWu",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-es2015-arrow-functions": "^6.8.0",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-plugin-transform-strict-mode": "^6.11.3",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babelify": "^7.2.0",
"colors": "^1.1.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.4.3",
"gulp-changed": "^1.3.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-font-spider": "^0.3.6",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^3.8.1",
"gulp-md5-plus": "^0.2.5",
"gulp-minify-css": "^1.2.3",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-rev-append": "^0.1.6",
"gulp-ruby-sass": "^2.0.6",
"gulp-tinypng": "^1.0.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-webserver": "^0.9.1",
"imagemin-jpegtran": "^4.3.2",
"imagemin-optipng": "^4.3.0",
"imagemin-pngquant": "^4.2.0",
"jshint": "^2.9.1",
"minimist": "^1.2.0",
"tiny-lr": "^0.2.1",
"webpack-stream": "^3.1.0",
"yargs": "^6.3.0"
},
"dependencies": {}
}