-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "project04",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp bulid --env production",
"deploy": "gulp deploy"
},
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer": "7.1.2",
"babel-preset-env": "1.6.0",
"babel-preset-es2015": "6.24.1",
"babel-register": "6.26.0",
"bower": "1.8.0",
"browser-sync": "2.18.13",
"del": "3.0.0",
"gulp": "3.9.1",
"gulp-babel": "7.0.0",
"gulp-clean": "0.3.2",
"gulp-clean-css": "3.7.0",
"gulp-concat": "2.6.1",
"gulp-gh-pages": "0.5.4",
"gulp-if": "2.0.2",
"gulp-imagemin": "3.3.0",
"gulp-jade": "1.1.0",
"gulp-load-plugins": "1.5.0",
"gulp-order": "1.1.1",
"gulp-plumber": "1.1.0",
"gulp-postcss": "7.0.0",
"gulp-sass": "3.1.0",
"gulp-sequence": "0.4.6",
"gulp-sourcemaps": "2.6.1",
"gulp-uglify": "3.0.0",
"gulp-wait": "0.0.2",
"main-bower-files": "2.13.1",
"minimist": "1.2.0"
}
}