-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.89 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
{
"name": "good-slider",
"version": "3.1.0",
"description": "A simple and extendable slider block using Swiper",
"author": "GoodWP",
"license": "GPL-3.0-or-later",
"main": "build/index.js",
"scripts": {
"start": "wp-scripts start --webpack-copy-php",
"build": "wp-scripts build --webpack-copy-php",
"format": "wp-scripts format ./src",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"env": "wp-env",
"env:start": "wp-env start",
"env:start:debug": "wp-env start --xdebug",
"env:stop": "wp-env stop",
"i18n": "npm run i18n:pot && npm run i18n:php",
"i18n:pot": "wp-env run cli wp i18n make-pot wp-content/plugins/good-slider wp-content/plugins/good-slider/languages/good-slider.pot --exclude=\"build\" --domain=good-slider",
"i18n:php": "wp-env run cli wp i18n make-php wp-content/plugins/good-slider/languages"
},
"engines": {
"node": ">=20.10.0",
"npm": ">=10.2.3"
},
"devDependencies": {
"@wordpress/env": "^9.7.0",
"@wordpress/prettier-config": "^3.12.0",
"@wordpress/scripts": "^27.6.0"
},
"dependencies": {
"@wordpress/block-editor": "^12.23.0",
"@wordpress/blocks": "^12.32.0",
"@wordpress/components": "^27.3.0",
"@wordpress/compose": "^6.32.0",
"@wordpress/data": "^9.25.0",
"@wordpress/edit-post": "^7.32.0",
"@wordpress/editor": "^13.32.0",
"@wordpress/element": "^5.32.0",
"@wordpress/hooks": "^3.55.0",
"@wordpress/i18n": "^4.55.0",
"@wordpress/icons": "^9.46.0",
"@wordpress/plugins": "^6.23.0",
"swiper": "^8.4.4"
},
"files": [
"CHANGELOG.md",
"good-slider.php",
"README.md",
"readme.txt",
"build",
"languages",
"src"
]
}