-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
70 lines (70 loc) · 1.92 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": "gulp-drupal-stack",
"version": "3.3.0",
"description": "OVH Gulp tasks for Drupal themes and modules",
"main": "index.js",
"author": "OVH SAS",
"keywords": [
"prototyping"
],
"scripts": {
"test": "eslint index.js lib/**",
"start": "nodemon --watch index.js --watch ./lib --exec 'npm test' ",
"preversion": "npm run test",
"postversion": "git push && git push --tags",
"gulp": "gulp"
},
"license": "MIT",
"dependencies": {
"autoprefixer": "^8.0.0",
"browser-sync": "^2.23.6",
"clone": "^2.1.1",
"del": "^3.0.0",
"eslint": "^4.17.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.6.1",
"glob": "^7.1.2",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.1",
"gulp-cached": "^1.1.1",
"gulp-concat": "^2.6.1",
"gulp-copy": "^1.1.0",
"gulp-csscombx": "^4.2.1",
"gulp-eslint": "^4.0.2",
"gulp-flatten": "^0.4.0",
"gulp-iconfont": "^9.1.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-inject": "^4.3.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^7.0.1",
"gulp-sass": "^3.1.0",
"gulp-sass-glob": "github:tomgrooffer/gulp-sass-glob#99d06af",
"gulp-sourcemaps": "^2.6.4",
"gulp-stylelint": "^6.0.0",
"gulp-uglify": "^3.0.0",
"gulp.spritesmith": "^6.9.0",
"js-yaml": "^3.10.0",
"lodash": "^4.17.5",
"main-bower-files": "^2.13.1",
"merge-stream": "^1.0.1",
"node-notifier": "^5.2.1",
"sassdoc": "^2.5.0",
"stylelint": "^8.4.0",
"stylelint-scss": "^2.3.0",
"through2": "^2.0.3",
"vinyl-buffer": "^1.0.1",
"webpack": "^3.11.0"
},
"devDependencies": {
"eslint": "^4.17.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"gulp-debug": "^3.2.0",
"gulp-util": "^3.0.8",
"nodemon": "^1.14.12"
}
}