This repository has been archived by the owner on Oct 24, 2020. It is now read-only.
forked from jh3y/gulp-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.42 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
{
"name": "gulp-boilerplate",
"version": "4.1.5",
"description": "a starting point for using gulp",
"scripts": {
"precommit": "yarn prettier-fix",
"prettier-fix": "yarn prettier --write",
"prettier": "prettier \"src/script/**/*.js\""
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.1.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.26.3",
"debug": "3.1.0",
"eslint-plugin-prettier": "^2.3.1",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^4.1.0",
"gulp-babel": "^7.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^4.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.1.0",
"gulp-pug": "3.3.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^3.0.0",
"gulp-stylint": "^4.0.0",
"gulp-stylus": "^2.7.0",
"husky": "^0.14.3",
"minimist": "^1.2.0",
"prettier": "^1.8.2",
"rollup": "^0.51.3",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^2.0.1",
"stylint": "^1.5.6",
"stylint-stylish": "^1.3.2",
"through2": "^2.0.3",
"vinyl": "^2.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-file": "^2.0.0",
"vinyl-source-stream": "^1.1.0"
},
"license": "MIT",
"repository": "https://github.com/jh3y/gulp-boilerplate"
}