-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 1.03 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
{
"name": "wp-blocks",
"version": "0.1.0",
"description": "A custom block plugin for International Documents Canada",
"author": "Troy Chaplin",
"license": "GPL-2.0-or-later",
"main": "build/wp-block-editor.js",
"scripts": {
"build": "wp-scripts build --webpack-copy-php",
"format": "wp-scripts format 'src/**/*.{js,jsx,ts,tsx,css,scss}'",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start --webpack-copy-php",
"build-blocks-manifest": "wp-scripts build-blocks-manifest",
"postbuild": "npm run build-blocks-manifest",
"clean": "rm -rf node_modules ; rm package-lock.json ; npm install",
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@wordpress/blocks": "^13.10.0",
"@wordpress/dom-ready": "^4.14.0",
"@wordpress/scripts": "^30.7.0",
"husky": "^9.1.7",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
}
}