This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.77 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
{
"name": "social-network-widget",
"title": "Social Network Widget",
"description": "A simple widget that allows you easily add icons for the most popular social networks to your sidebar or other widget area.",
"version": "1.1.0",
"author": "MyPreview",
"author_shop": "https://www.mypreview.one",
"author_uri": "https://mahdiyazdani.com",
"requires": "5.2",
"tested_up_to": "5.5",
"license": "GPL-3.0",
"copyright": "© 2015 - 2020 MyPreview. All Rights Reserved.",
"repository": {
"type": "git",
"url": "https://github.com/mypreview/social-network-widget.git"
},
"bugs": {
"url": "https://github.com/mypreview/social-network-widget/issues"
},
"scripts": {
"lint:css": "stylelint assets/**/style.css",
"lint:css-fix": "stylelint assets/**/style.css --fix",
"lint:js": "eslint assets/**/script.js",
"lint:js-fix": "eslint assets/**/script.js --fix",
"lint:wpcs": "composer lint:wpcs",
"lint:wpcs-fix": "composer lint:wpcbf",
"lint:php": "composer lint:php",
"makepot": "composer make-pot",
"reformat-files": "prettier --ignore-path .eslintignore --write \"**/*.{js,jsx,json,ts,tsx}\""
},
"devDependencies": {
"@babel/core": "7.11.1",
"@wordpress/babel-preset-default": "4.17.0",
"@wordpress/eslint-plugin": "^7.1.0",
"@wordpress/browserslist-config": "^2.7.0",
"@wordpress/i18n": "3.14.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"cross-env": "7.0.2",
"eslint": "7.6.0",
"eslint-config-prettier": "6.11.0",
"prettier": "npm:[email protected]",
"stylelint": "13.6.1",
"stylelint-config-wordpress": "17.0.0"
},
"browserslist": [
"extends @wordpress/browserslist-config"
],
"engines": {
"node": ">=10.10.0",
"npm": ">=6.4.0"
},
"eslintConfig": {
"extends": "wordpress"
},
"dependencies": {
"slugify": "^1.4.5"
}
}