-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "rust-starter",
"version": "0.1.0",
"description": "My amazing block",
"author": "Kevin Batdorf",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start",
"rename": "node scripts/rename.mjs",
"lint": "biome lint --error-on-warnings",
"format": "bunx @biomejs/biome format --write ."
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/wordpress__block-editor": "^11.5.15",
"@types/wordpress__blocks": "^12.5.14",
"@wasm-tool/wasm-pack-plugin": "^1.7.0",
"@wordpress/block-editor": "^13.4.0",
"@wordpress/env": "^10.4.0",
"@wordpress/scripts": "^28.4.0",
"@wordpress/url": "^4.4.0",
"autoprefixer": "^10.4.19",
"cypress": "^13.13.1",
"cypress-wait-until": "^3.0.2",
"fast-glob": "^3.3.2",
"postcss-import": "^16.1.0",
"replace-in-file": "^8.1.0",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4"
},
"dependencies": {
"@wordpress/block-editor": "^13.4.0",
"@wordpress/blocks": "^13.4.0",
"@wordpress/element": "^6.4.0",
"@wordpress/i18n": "^5.4.0"
}
}