This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.99 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "ifblock",
"title": "If Block",
"description": "This block enables you to configure certain content to appear only if specified conditions are met (or be hidden) by setting different visibility rules.",
"version": "1.1.0",
"author": "MyPreview",
"author_shop": "https://www.mypreview.one",
"author_uri": "https://www.upwork.com/o/profiles/users/_~016ad17ad3fc5cce94",
"requires": "5.2",
"tested_up_to": "5.4.0",
"license": "GPL-3.0",
"copyright": "© 2015 - 2020 MyPreview. All Rights Reserved.",
"repository": {
"type": "git",
"url": "https://github.com/mypreview/ifblock.git"
},
"bugs": {
"url": "https://github.com/mypreview/ifblock/issues"
},
"scripts": {
"dev": "cross-env BABEL_ENV=default webpack --watch --info-verbosity none",
"build": "cross-env BABEL_ENV=default NODE_ENV=production webpack",
"lint:css": "stylelint 'src/**/*.css'",
"lint:css-fix": "stylelint 'src/**/*.css' --fix",
"lint:js": "eslint src/ --ext=js,jsx",
"lint:js-fix": "eslint src/ --ext=js,jsx --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.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-object-rest-spread": "7.10.1",
"@wordpress/babel-preset-default": "4.14.0",
"@wordpress/browserslist-config": "^2.6.0",
"@wordpress/dependency-extraction-webpack-plugin": "^2.1.0",
"@wordpress/eslint-plugin": "^6.1.0",
"@wordpress/i18n": "3.13.0",
"autoprefixer": "9.8.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"chalk": "^4.1.0",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.2",
"css-loader": "^3.4.2",
"eslint": "7.2.0",
"eslint-config-prettier": "6.11.0",
"jest": "^26.0.1",
"lodash": "^4.17.15",
"mini-css-extract-plugin": "^0.9.0",
"postcss-calc": "^7.0.2",
"postcss-combine-media-query": "^1.0.1",
"postcss-css-variables": "^0.17.0",
"postcss-custom-media": "^7.0.8",
"postcss-each": "^0.10.0",
"postcss-for": "^2.1.1",
"postcss-import": "^12.0.1",
"postcss-loader": "3.0.0",
"postcss-nested": "^4.2.1",
"postcss-nested-ancestors": "^2.0.0",
"prettier": "npm:wp-prettier@2.0.5",
"progress-bar-webpack-plugin": "^2.1.0",
"style-loader": "1.2.1",
"stylelint": "13.6.0",
"stylelint-config-wordpress": "17.0.0",
"terser-webpack-plugin": "^3.0.3",
"thread-loader": "^2.1.3",
"webpack": "^4.41.5",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.10",
"webpack-fix-style-only-entries": "^0.5.0",
"webpack-notifier": "^1.8.0",
"webpack-rtl-plugin": "^2.0.0"
},
"dependencies": {
"lodash.escape": "^4.0.1"
},
"browserslist": [
"extends @wordpress/browserslist-config"
],
"engines": {
"node": ">=10.10.0",
"npm": ">=6.4.0"
},
"eslintConfig": {
"extends": "wordpress"
}
}