-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.1 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
{
"name": "trust-backe-me",
"version": "0.0.1",
"description": "TrustBacke.Me child theme based on Genesis and Bootstrap 4",
"author": "Adamo Aerendir Crespi",
"license": "MIT",
"homepage": "https://bitbucket.org/Aerendir/web-trust-back-me-wp_theme",
"devDependencies": {
"@wordpress/eslint-plugin": "^7.2.1",
"bootstrap": "^4.5.2",
"del": "^5.1.0",
"eslint": "^7.9.0",
"eslint-plugin-prettier": "^3.1.4",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-if": "^3.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"jquery": "^3.5.1",
"lazypipe": "^1.0.2",
"make-dir": "^3.1.0",
"merge-stream": "^2.0.0",
"popper.js": "^1.16.1",
"prettier": "^2.1.2",
"stylelint": "^13.7.2",
"stylelint-config-recommended": "^3.0.0",
"webfont": "^9.0.0"
},
"stylelint": {
"extends": "stylelint-config-recommended"
},
"webfont": {
"template": "scss",
"fontName": "custom-icons",
"templateFontPath": "./icons"
}
}