-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.17 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.17 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
{
"name": "random-quote-zitat-service",
"version": "1.4.4",
"description": "Displays a random quote from the collection of the user community zitat-service.de in German 🇩🇪, English 🇬🇧, Spanish 🇪🇸, Japanese 🇯🇵 or Ukrainian 🇺🇦.",
"author": "Heiko Lübbe",
"license": "GPLv3",
"homepage": "https://github.com/muhme/quote_wordpress",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build --webpack-copy-php",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:js:fix": "wp-scripts lint-js --fix",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start --webpack-copy-php"
},
"devDependencies": {
"@playwright/test": "^1.56.1",
"@wordpress/e2e-test-utils-playwright": "^1.41.0",
"@wordpress/scripts": "^31.2.0",
"playwright": "^1.56.1"
},
"dependencies": {
"@wordpress/element": "^6.33.0",
"axios": "^1.15.0",
"dompurify": "^3.4.0",
"lighthouse": "^13.0.3",
"wait-on": "^9.0.4"
},
"overrides": {
"webpack-dev-server": "^5.2.2",
"minimatch": "^3.1.5",
"serialize-javascript": "^7.0.4"
}
}