-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
69 lines (69 loc) · 1.75 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
{
"name": "clarin_barrio",
"version": "1.0.0",
"description": "Bootstrap Barrio sub-theme",
"scripts": {
"lintstyle": "npx stylelint -f 'verbose' scss/**/*.scss"
},
"keywords": [
"SASS",
"Bootstrap",
"Drupal",
"Barrio",
"CLARIN"
],
"author": "@andmor",
"license": "GPL-3",
"dependencies": {
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.2",
"stylelint-order": "^6.0.4"
},
"browserslist": [
"Chrome >= 35",
"Firefox >= 38",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 8",
"Safari >= 8",
"Android 2.3",
"Android >= 4",
"Opera >= 12"
],
"devDependencies": {
"@ronilaukkarinen/gulp-stylelint": "^14.1.2",
"autoprefixer": "^10.4.16",
"browser-sync": "^2.29.3",
"del": "^7.1.0",
"eslint": "^8.54.0",
"eslint-config-drupal": "^5.0.2",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"gulp": "^4.0.2",
"gulp-clean-css": "4.3.0",
"gulp-concat": "^2.6.1",
"gulp-count": "^1.0.0",
"gulp-eslint": "6.0.0",
"gulp-if": "^3.0.0",
"gulp-load-plugins": "^2.0.8",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify-es": "^3.0.0",
"lazypipe": "^1.0.2",
"postcss": "^8.4.31",
"postcss-inline-svg": "^6.0.0",
"postcss-pxtorem": "^6.0.0",
"sass": "1.69.5",
"stylelint": "^15.11.0",
"stylelint-config-recommended-scss": "^13.1.0",
"stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^11.1.0",
"stylelint-scss": "^5.3.1"
}
}