-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1018 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 1018 Bytes
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
{
"name": "alphalisting",
"version": "4.3.7",
"main": "build/index.js",
"author": "Ethan Lin",
"scripts": {
"build": "wp-scripts build ./scripts/blocks/index.js && grunt",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format:js": "wp-scripts format-js ./scripts",
"lint:css": "wp-scripts lint-style ./css/editor.css ./css/style.css",
"lint:js": "wp-scripts lint-js ./scripts",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"postpackages-update": "npm run build",
"start": "wp-scripts start ./scripts/blocks/index.js"
},
"devDependencies": {
"@wordpress/scripts": "^30.27.0",
"grunt": "^1.6.1",
"grunt-cli": "^1.5.0",
"grunt-sass": "^4.0.0",
"grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "^2.1.0",
"sass": "^1.89.2"
},
"dependencies": {
"@wordpress/icons": "^11.1.0",
"lodash": "^4.17.20",
"uuid": "^13.0.0"
}
}