-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.15 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.15 KB
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
{
"name": "findkit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": "github:findkit/wp-findkit",
"scripts": {
"test": "tsc && composer phpstan && composer phpcs",
"tsc": "tsc",
"phpstan": "composer phpstan",
"phpcs": "composer phpcs",
"zip": "./tools/zip",
"prettier-write": "prettier --write src plugin.php",
"prettier-check": "prettier --check src plugin.php",
"dev": "git valu-hide-changes build && wp-scripts start src/scripts/*.ts*",
"build": "git valu-hide-changes build && wp-scripts build src/scripts/*.ts*",
"build-hide": "git valu-hide-changes build",
"build-commit": "npm run build && git valu-commit-changes build"
},
"author": "",
"license": "ISC",
"dependencies": {
"@findkit/ui": "^1.6.1",
"@prettier/plugin-php": "^0.19.2",
"prettier": "^2.8.0"
},
"devDependencies": {
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/wordpress__block-editor": "^14.21.2",
"@types/wordpress__blocks": "^12.5.18",
"@types/wordpress__edit-post": "^8.4.2",
"@valu/git-tools": "^1.1.4",
"@wordpress/scripts": "^31.1.0",
"typescript": "^5.2.2"
},
"volta": {
"node": "20.18.3"
}
}