-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.8 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.8 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "pattern-css",
"version": "1.0.0",
"description": "My amazing block",
"author": "Kevin Batdorf",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"format": "biome format --write .",
"lint": "biome check .",
"lint:fix": "biome check --fix .",
"packages-update": "ncu -u --reject shiki,tailwindcss && ncu -u --target minor '/^tailwind/'",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start",
"test:e2e": "node scripts/run-e2e.mjs",
"test:e2e:ui": "npx playwright test --ui",
"eject": "node scripts/eject.mjs",
"rename": "node scripts/rename.mjs"
},
"devDependencies": {
"@biomejs/biome": "^2.4.11",
"@types/wordpress__block-editor": "^15.0.5",
"@types/wordpress__blocks": "^15.10.2",
"@types/wordpress__edit-post": "^8.4.2",
"@types/wordpress__editor": "^14.12.0",
"@types/wordpress__plugins": "^6.0.0",
"@wordpress/block-editor": "^15.16.0",
"@playwright/test": "^1.59.1",
"@wordpress/e2e-test-utils-playwright": "^1.43.0",
"@wordpress/scripts": "^31.8.0",
"@wordpress/url": "^4.43.0",
"@wp-playground/cli": "^3.1.18",
"autoprefixer": "^10.4.27",
"fast-glob": "^3.3.3",
"glob": "^13.0.6",
"postcss-import": "^16.1.1",
"postcss-safe-important": "^2.0.1",
"replace-in-file": "^8.4.0",
"tailwindcss": "^3.4.19",
"typescript": "^6.0.2"
},
"dependencies": {
"@wordpress/block-editor": "^15.16.0",
"@wordpress/blocks": "^15.16.0",
"@wordpress/edit-post": "^8.43.0",
"@wordpress/editor": "^14.43.0",
"@wordpress/element": "^6.43.0",
"@wordpress/i18n": "^6.16.0",
"@wordpress/plugins": "^7.43.0",
"browserlist": "^1.0.2",
"lightningcss": "1.32.0",
"lightningcss-wasm": "1.32.0",
"react-simple-code-editor": "^0.14.1",
"shiki": "^0.14.7",
"swr": "^2.4.1",
"zustand": "^5.0.12"
}
}