-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.07 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
{
"name": "bb-site-settings",
"version": "0.1.0",
"description": "Custom site settings configuration.",
"author": "Big Bite",
"prettier": "@wordpress/prettier-config",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build:prod": "wp-scripts build",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"watch:dev": "wp-scripts start",
"prepare": "git init && husky install",
"commitlint": "commitlint --edit"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@wordpress/scripts": "^27.9.0",
"husky": "^8.0.3"
},
"dependencies": {
"@wordpress/components": "^28.2.0",
"@wordpress/data": "^10.3.0",
"@wordpress/dom-ready": "^4.0.0",
"@wordpress/element": "^6.0.0",
"@wordpress/i18n": "^5.3.0",
"@wordpress/icons": "^10.3.0",
"@wordpress/notices": "^5.3.0",
"classnames": "^2.5.1",
"lodash": "^4.17.21",
"uuid": "^10.0.0"
}
}