-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.18 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
39
40
41
42
43
44
45
46
{
"name": "wp-peeps",
"version": "0.1.0",
"description": "A directory of people for your WordPress site.",
"author": "Phil Hoyt",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start",
"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"
},
"files": [
"build",
"inc",
"index.php",
"wp-peeps.php",
"src"
],
"devDependencies": {
"@wordpress/eslint-plugin": "^21.4.0",
"@wordpress/scripts": "^30.4.0",
"@wordpress/stylelint-config": "^23.3.0",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"stylelint": "^16.10.0",
"stylelint-scss": "^6.9.0",
"webpack-remove-empty-scripts": "^1.0.4"
},
"dependencies": {
"@wordpress/block-editor": "^14.6.0",
"@wordpress/blocks": "^14.0.0",
"@wordpress/components": "^25.0.0",
"@wordpress/core-data": "^6.0.0",
"@wordpress/data": "^9.0.0",
"@wordpress/editor": "^13.0.0",
"@wordpress/element": "^5.0.0",
"@wordpress/i18n": "^4.0.0",
"@wordpress/icons": "^10.11.0",
"@wordpress/plugins": "^6.0.0"
}
}