-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
49 lines (49 loc) · 1.53 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
{
"name": "block-visibility",
"version": "3.6.1",
"description": "Provides visibility controls and scheduling functionality to all WordPress blocks.",
"author": "Nick Diego",
"license": "GPL-2.0-or-later",
"repository": {
"type": "git",
"url": "git://github.com/ndiego/block-visibility.git"
},
"homepage": "https://www.blockvisibilitywp.com",
"scripts": {
"build": "wp-scripts build",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:js:src": "wp-scripts lint-js ./src",
"lint:js:src:fix": "wp-scripts lint-js ./src --fix",
"start": "wp-scripts start",
"packages-update": "wp-scripts packages-update",
"update-pot": "wp i18n make-pot . languages/block-visibility.pot --exclude=src",
"plugin-zip": "wp-scripts plugin-zip"
},
"devDependencies": {
"@wordpress/scripts": "^24.6.0",
"classnames": "^2.3.2",
"lodash": "^4.17.21",
"postcss": "^8.4.20",
"webpack-remove-empty-scripts": "^0.7.3"
},
"dependencies": {
"@wordpress/api-fetch": "^6.38.0",
"@wordpress/block-editor": "^10.5.0",
"@wordpress/block-library": "^7.19.0",
"@wordpress/blocks": "^11.21.0",
"@wordpress/components": "^21.3.0",
"@wordpress/core-data": "^5.5.0",
"@wordpress/data": "^7.6.0",
"@wordpress/date": "^4.24.0",
"@wordpress/edit-post": "^6.19.0",
"@wordpress/element": "^4.20.0",
"@wordpress/hooks": "^3.24.0",
"@wordpress/i18n": "^4.24.0",
"@wordpress/icons": "^9.15.0",
"@wordpress/plugins": "^4.20.0",
"moment": "^2.29.4",
"react-copy-to-clipboard": "^5.1.0",
"react-select": "^5.7.0"
}
}