generated from KevinBatdorf/gutenberg-rust-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
62 lines (62 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
{
"name": "stable-diffusion",
"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",
"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",
"eject": "node scripts/eject.mjs",
"rename": "node scripts/rename.mjs",
"env:refresh": "yes | wp-env destroy && wp-env start --update"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/fabric": "^5.3.3",
"@types/wordpress__block-editor": "^11.5.1",
"@types/wordpress__blocks": "^12.5.0",
"@types/wordpress__media-utils": "^4.14.1",
"@typescript-eslint/parser": "^5.59.8",
"@wordpress/block-editor": "^12.2.0",
"@wordpress/env": "^8.0.0",
"@wordpress/scripts": "^26.5.0",
"@wordpress/url": "^3.35.0",
"autoprefixer": "^10.4.14",
"cypress": "^12.13.0",
"cypress-real-events": "^1.8.1",
"cypress-wait-until": "^1.7.2",
"dotenv": "^16.0.3",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"fast-glob": "^3.2.12",
"glob": "^10.2.6",
"postcss-import": "^15.1.0",
"prettier": "^2.8.8",
"replace-in-file": "^7.0.1",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@wordpress/block-editor": "^12.2.0",
"@wordpress/blocks": "^12.11.0",
"@wordpress/element": "^5.11.0",
"@wordpress/i18n": "^4.34.0",
"@wordpress/media-utils": "^4.25.0",
"fabric": "^5.3.0",
"swr": "^2.1.5",
"zustand": "^4.3.8"
}
}