-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.15 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
61
62
63
64
65
66
67
68
69
70
{
"name": "gulpReusable",
"version": "0.0.1",
"description": "A powerful boilerplate to work with Gulp 3.9 with SASS, PUG and ES6+ with reusable tasks",
"main": "",
"scripts": {
"build": "gulp build",
"dev": "gulp serve"
},
"keywords": [
],
"author": "Luigui Delyer <[email protected]>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"app-name": "^0.2.0",
"babel-core": "^6.7.7",
"babel-eslint": "^7.0.0",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"babelify": "^7.3.0",
"browser-sync": "^2.18.12",
"camelcase": "^3.0.0",
"colors": "^1.1.2",
"eslint": "^3.7.1",
"eslint-config-standard": "^6.1.0",
"eslint-friendly-formatter": "^2.0.5",
"eslint-loader": "^1.5.0",
"eslint-plugin-html": "^1.3.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.1",
"gulp": "^3.9.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-clean-css": "^2.0.10",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^2.2.0",
"gulp-css-purge": "^1.0.27",
"gulp-cssbeautify": "^0.1.3",
"gulp-csscomb": "^3.0.6",
"gulp-eslint": "^4.0.0",
"gulp-inject": "^4.2.0",
"gulp-jsvalidate": "^2.1.0",
"gulp-live-server": "0.0.29",
"gulp-pug": "^3.0.3",
"gulp-pug-lint": "^0.1.6",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^1.7.1",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^4.3.5",
"load-deps": "^1.0.5",
"node-sass": "^4.5.3",
"openurl": "^1.1.1",
"pug": "^2.0.0-alpha8",
"pump": "^1.0.1",
"run-sequence": "^1.2.1",
"through2": "^2.0.3"
},
"browserify": {
"transform": [
"babelify"
]
}
}