-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 894 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
{
"name": "carbonbadge-block",
"version": "1.3.4",
"description": "An interactive block with the Interactivity API",
"author": "The WordPress Contributors",
"license": "GPL-3.0-or-later",
"main": "build/index.js",
"prettier": "@wordpress/prettier-config",
"scripts": {
"build": "wp-scripts build --experimental-modules",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:css:fix": "wp-scripts lint-style --fix",
"lint:js": "wp-scripts lint-js",
"lint:js:fix": "wp-scripts lint-js --fix",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start --experimental-modules"
},
"files": [
"[^.]*"
],
"dependencies": {
"@wordpress/interactivity": "^6.3.0",
"react": "^18.2.0"
},
"devDependencies": {
"@wordpress/prettier-config": "^4.3.0",
"@wordpress/scripts": "^28.3.0"
}
}