-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·62 lines (61 loc) · 1.83 KB
/
package.json
File metadata and controls
executable file
·62 lines (61 loc) · 1.83 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
{
"name": "webshare",
"description": "Enabling effortless content sharing on popular social media platforms. It provides users with customizable share buttons for networks like Facebook, X, LinkedIn, and more, helping you amplify your content reach easily.",
"license": "GPL-2.0-or-later",
"private": true,
"engines": {
"yarn": ">= 4.1.1",
"node": ">= 20.0"
},
"scripts": {
"theme:build": "yarn theme:build:admin",
"phpcs": "phpcs --standard=./.phpcs.xml .",
"phpcbf": "phpcbf --standard=./.phpcs.xml .",
"lint:js": "eslint --cache --cache-location .eslintcache --ext .js js/",
"lint:css": "stylelint \"**/*.css\"",
"lint:yaml": "eslint --ext .yml .",
"spellcheck": "cspell lint ."
},
"devDependencies": {
"chalk": "^5.3.0",
"chokidar": "^3.6.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jquery": "^1.5.1",
"eslint-plugin-prettier": "^5.1.0",
"eslint-plugin-yml": "^1.12.0",
"glob": "^10.3.0",
"minimist": "^1.2.8",
"mkdirp": "^3.0.1",
"postcss": "^8.4.32",
"postcss-calc": "^9.0.1",
"postcss-header": "^3.0.3",
"postcss-import": "^15.1.0",
"postcss-preset-env": "^9.3.0",
"postcss-pxtorem": "^6.0.0",
"postcss-url": "^10.1.3",
"prettier": "^3.2.0",
"stylelint": "^16.2.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-order": "^6.0.0"
},
"browserslist": [
"last 2 Chrome major versions",
"last 2 Firefox major versions",
"last 2 Safari major versions",
"last 2 Edge major versions",
"Firefox ESR",
"iOS >= 12",
"Android >= 6"
],
"packageManager": "yarn@4.9.1",
"keywords": [
"drupal",
"drupal-module",
"social-sharing",
"webshare",
"social-media"
]
}