-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.18 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.18 KB
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
{
"name": "block-attributes",
"version": "0.1.0",
"description": "",
"scripts": {
"make:zip": "wp-scripts plugin-zip",
"watch": "wp-scripts start sources/block-attributes.js --output-path=dist --webpack-devtool=eval-source-map --mode=production --webpack-src-dir=sources --webpack-copy-php --config ./webpack.config.js",
"build": "wp-scripts build sources/block-attributes.js --output-path=dist --webpack-devtool=eval-source-map --mode=production --webpack-src-dir=sources --webpack-copy-php --stats=minimal --config ./webpack.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@wordpress/block-editor": "^14.17.0",
"@wordpress/components": "^29.8.0",
"@wordpress/hooks": "^4.22.0",
"@wordpress/i18n": "^5.22.0",
"@wordpress/scripts": "^26.15.0",
"classnames": "^2.5.1",
"consola": "^3.3.3",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5"
},
"files": [
"dist",
"app",
"vendor",
"languages",
"package.json",
"package-lock.json",
"composer.json",
"composer.lock",
"webpack.config.js",
"blueprint.json",
"block-attributes.php",
"readme.txt",
"README.md"
]
}