-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.84 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.84 KB
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
71
{
"name": "clarin_barrio",
"version": "1.0.0",
"description": "Bootstrap Barrio sub-theme",
"type": "module",
"scripts": {
"lintstyle": "npx stylelint -f 'verbose' scss/*.scss scss/**/*.scss"
},
"keywords": [
"SASS",
"Bootstrap",
"Drupal",
"Barrio",
"CLARIN"
],
"author": "@andmor",
"license": "GPL-3",
"dependencies": {
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"react": "^19.2.0",
"stylelint-order": "^7.0.0"
},
"browserslist": [
"Chrome >= 35",
"Firefox >= 38",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 8",
"Safari >= 8",
"Android 2.3",
"Android >= 4",
"Opera >= 12"
],
"devDependencies": {
"@ronilaukkarinen/gulp-stylelint": "github:bpfoster/gulp-stylelint#gh-issue10-esm",
"autoprefixer": "^10.4.21",
"browser-sync": "^3.0.4",
"del": "^8.0.1",
"eslint": "^9.37.0",
"eslint-config-drupal": "^5.0.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"gulp": "^5.0.1",
"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": "^10.0.0",
"gulp-rename": "^2.1.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^6.0.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify-es": "^3.0.0",
"lazypipe": "^1.0.2",
"postcss": "^8.5.6",
"postcss-inline-svg": "^6.0.0",
"postcss-pxtorem": "^6.1.0",
"sass": "1.93.2",
"stylelint": "^16.25.0",
"stylelint-config-recommended-scss": "^16.0.2",
"stylelint-config-sass-guidelines": "^12.1.0",
"stylelint-config-standard": "^39.0.1",
"stylelint-config-standard-scss": "^16.0.0",
"stylelint-scss": "^6.12.1"
}
}