forked from android-com-pl/wp-ai-alt-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 852 Bytes
/
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
{
"private": true,
"scripts": {
"build": "wp-scripts build",
"dev": "wp-scripts start",
"dev:hot": "wp-scripts start --hot",
"format": "wp-scripts format",
"plugin-zip": "wp-scripts plugin-zip"
},
"dependencies": {
"@wordpress/scripts": "^27.0.0",
"ts-dom-utils": "^2.2.0"
},
"devDependencies": {
"@types/wordpress__block-editor": "^11.5.9",
"@wordpress/api-fetch": "^6.46.0",
"@wordpress/block-editor": "^12.17.0",
"@wordpress/components": "^25.15.0",
"@wordpress/data": "^9.19.0",
"@wordpress/element": "^5.26.0",
"@wordpress/hooks": "^3.49.0",
"@wordpress/i18n": "^4.49.0",
"@wordpress/notices": "^4.17.0"
},
"files": [
"alt-text-generator-gpt-vision.php",
"uninstall.php",
"includes",
"build",
"vendor",
"composer.json",
"readme.txt"
]
}