forked from swissspidy/preferred-languages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 2.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "preferred-languages",
"private": true,
"description": "Choose languages for displaying WordPress in, in order of preference.",
"repository": {
"type": "git",
"url": "git+https://github.com/swissspidy/preferred-languages.git"
},
"author": "swissspidy",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/swissspidy/preferred-languages/issues"
},
"homepage": "https://github.com/swissspidy/preferred-languages#readme",
"dependencies": {
"@wordpress/a11y": "^3.57.0",
"@wordpress/components": "^27.5.0",
"@wordpress/data": "^9.25.0",
"@wordpress/dom-ready": "^3.55.0",
"@wordpress/e2e-test-utils": "^10.28.0",
"@wordpress/element": "^5.33.0",
"@wordpress/i18n": "^4.53.0",
"@wordpress/keyboard-shortcuts": "^4.34.0",
"@wordpress/keycodes": "^3.54.0"
},
"devDependencies": {
"@playwright/test": "^1.44.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/expect-puppeteer": "^5.0.6",
"@types/jest-environment-puppeteer": "^5.0.6",
"@wordpress/env": "^9.9.0",
"@wordpress/scripts": "^27.8.0",
"@wp-now/wp-now": "^0.1.70",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^2.9.0",
"prettier": "npm:wp-prettier@^3.0.3",
"rtlcss-webpack-plugin": "^4.0.7"
},
"overrides": {
"jest": "28.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"scripts": {
"build": "wp-scripts build src/preferred-languages.tsx",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:md:js": "wp-scripts lint-md-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"start": "wp-scripts start src/preferred-languages.tsx",
"test:e2e": "wp-scripts test-playwright --config tests/e2e/playwright.config.ts",
"test:unit": "wp-scripts test-unit-js",
"test:unit:help": "wp-scripts test-unit-js --help",
"test:unit:watch": "wp-scripts test-unit-js --watch",
"test:unit:debug": "wp-scripts --inspect-brk test-unit-js --runInBand --no-cache",
"wp-env": "wp-env",
"wp-now": "wp-now start --port=8889 --php=8.2 --wp=6.5 --blueprint=blueprints/wp-now.json"
}
}