-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.39 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
{
"name": "2018-website",
"version": "1.0.0",
"scripts": {
"build-prod": "gulp build --production",
"deploy": "gh-pages -d dist",
"start": "gulp",
"start-prod": "gulp --production",
"task": "gulp --"
},
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"aload": "^1.2.3",
"autoprefixer": "^6.7.7",
"babel-preset-latest": "^6.24.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.8",
"browserify": "^14.1.0",
"cssnano": "^3.10.0",
"del": "^2.2.2",
"eslint": "^3.17.1",
"eslint-plugin-promise": "^3.5.0",
"event-stream": "^3.3.4",
"glob": "^7.1.1",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-postcss": "^6.3.0",
"gulp-rev": "^8.0.0",
"gulp-rev-collector": "^1.2.2",
"gulp-sourcemaps": "^2.4.1",
"gulp-stylelint": "^3.9.0",
"gulp-uglify": "^2.1.0",
"gulp-uncss": "^1.0.6",
"gulp-util": "^3.0.8",
"postcss-import": "^9.1.0",
"stylelint-formatter-pretty": "^1.0.3",
"stylelint-order": "^0.4.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"gh-pages": "^2.0.1"
}
}