-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.97 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
{
"name": "gulp-tasks-front",
"version": "1.0.11",
"description": "Gulp tasks for drupal front theme. By BIKO2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Oier Bravo Uratasun [email protected] www.biko2.com",
"license": "ISC",
"dependencies": {
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"breakpoint-sass": "^2.7.1",
"browser-sync": "^2.26.3",
"del": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"glob": "^7.1.3",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^7.0.1",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "2.6.1",
"gulp-data": "^1.3.1",
"gulp-eslint": "^4.0.2",
"gulp-imagemin": "^5.0.3",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "1.1.0",
"gulp-rename": "^1.2.3",
"gulp-sass": "^3.2.1",
"gulp-sass-glob": "^1.0.9",
"gulp-sass-lint": "^1.4.0",
"gulp-size": "2.1.x",
"gulp-sourcemaps": "^2.6.4",
"gulp-stylelint": "^5.0.0",
"gulp-twig": "^1.2.0",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"kss": "^3.0.0-beta.23",
"modularscale-sass": "^3.0.3",
"node-notifier": "5.1.2",
"node-sass": "^4.11.0",
"node-sass-import-once": "1.2.x",
"pa11y": "^5.1.0",
"run-sequence": "^2.2.0",
"shelljs": "^0.7.8",
"stylelint": "^8.4.0",
"stylelint-config-get-off-my-lawn": "^2.0.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-sass-guidelines": "^4.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-no-browser-hacks": "^1.2.1",
"stylelint-order": "^0.8.1",
"stylelint-scss": "^2.5.0",
"stylelint-selector-bem-pattern": "^2.0.0",
"gulp-flatten": "^0.4.0",
"gulp-svg-sprite": "^1.5.0"
}
}