generated from KevinBatdorf/gutenberg-rust-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
74 lines (74 loc) · 2.63 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
64
65
66
67
68
69
70
71
72
73
74
{
"name": "code-block-pro",
"version": "0.1.0",
"description": "Code Block Pro - Beautiful syntax highlighting",
"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",
"start:hot": "wp-scripts start --hot",
"eject": "node scripts/eject.mjs",
"rename": "node scripts/rename.mjs"
},
"devDependencies": {
"@redux-devtools/extension": "^3.3.0",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/wordpress__block-editor": "11.5.15",
"@types/wordpress__blocks": "12.5.14",
"@types/wordpress__edit-post": "^8.4.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "8.7.0",
"@wordpress/block-editor": "14.3.0",
"@wordpress/env": "10.8.0",
"@wordpress/scripts": "30.0.2",
"@wordpress/url": "4.8.0",
"autoprefixer": "10.4.20",
"copy-webpack-plugin": "12.0.2",
"cypress": "13.15.0",
"cypress-real-events": "^1.13.0",
"cypress-wait-until": "3.0.2",
"eslint": "9.11.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "3.5.0",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.0",
"eslint-plugin-react-hooks": "rc",
"fast-glob": "3.3.2",
"glob": "11.0.0",
"postcss-import": "16.1.0",
"postcss-safe-important": "2.0.1",
"prettier": "3.3.3",
"replace-in-file": "8.2.0",
"rtlcss-webpack-plugin": "^4.0.7",
"tailwindcss": "3.4.13",
"typescript": "5.6.2",
"webpack": "^5.95.0"
},
"dependencies": {
"@eslint/compat": "^1.1.1",
"@headlessui/react": "2.1.8",
"@wordpress/block-editor": "14.3.0",
"@wordpress/blocks": "13.8.0",
"@wordpress/edit-post": "^8.8.3",
"@wordpress/element": "6.8.0",
"@wordpress/escape-html": "^3.8.0",
"@wordpress/hooks": "4.8.0",
"@wordpress/html-entities": "^4.8.0",
"@wordpress/i18n": "5.8.0",
"classnames": "^2.5.1",
"copy-to-clipboard": "3.3.3",
"react-simple-code-editor": "0.14.1",
"shiki": "0.14.7",
"strip-ansi": "^7.1.0",
"swr": "2.2.5",
"zustand": "4.5.5"
}
}