-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.3 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
47
{
"name": "term-query",
"version": "0.7.0",
"description": "Query and display taxonomy terms as blocks.",
"author": {
"name": "Cory Hughart",
"email": "[email protected]",
"url": "https://coryhughart.com"
},
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/cr0ybot/term-query.git"
},
"bugs": {
"url": "https://github.com/cr0ybot/term-query/issues"
},
"homepage": "https://github.com/cr0ybot/term-query#readme",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build --webpack-copy-php",
"env": "wp-env",
"env:start": "wp-env start --xdebug",
"env:stop": "wp-env stop",
"env:destroy": "wp-env destroy",
"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",
"start": "wp-scripts start --webpack-copy-php",
"version": "node ./scripts/version.js && git add --all"
},
"devDependencies": {
"@wordpress/env": "^10.13.0",
"@wordpress/icons": "^10.13.0",
"@wordpress/scripts": "^30.6.0",
"fast-glob": "^3.3.2",
"replace-in-file": "^8.2.0"
},
"dependencies": {
"@tanstack/react-query": "^5.62.8",
"clsx": "^2.1.1",
"lucide-static": "^0.468.0",
"remove-accents": "^0.5.0"
}
}