-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.78 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
{
"name": "gutenberg-kit",
"private": true,
"homepage": "https://github.com/wordpress-mobile/GutenbergKit",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"dev:remote": "vite --host --config vite.config.remote.js",
"build": "vite --emptyOutDir build && vite build --emptyOutDir=false --config vite.config.remote.js",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write .",
"postinstall": "patch-package",
"preview": "vite preview --host"
},
"dependencies": {
"@wordpress/api-fetch": "^7.10",
"@wordpress/base-styles": "^5.16.0",
"@wordpress/block-editor": "^14.5",
"@wordpress/block-library": "^9.10",
"@wordpress/blocks": "^14.7.0",
"@wordpress/components": "^29.4.0",
"@wordpress/core-data": "^7.10",
"@wordpress/data": "^10.18.0",
"@wordpress/edit-post": "^8.16.0",
"@wordpress/editor": "^14.10",
"@wordpress/element": "^6.10",
"@wordpress/format-library": "^5.16.0",
"@wordpress/hooks": "^4.18.0",
"@wordpress/i18n": "^5.18.0",
"@wordpress/icons": "^10.16.0",
"@wordpress/preferences": "^4.16.0",
"@wordpress/private-apis": "^1.10",
"@wordpress/rich-text": "^7.16.0",
"clsx": "^2.1.1",
"vite-plugin-node-polyfills": "^0.23.0"
},
"devDependencies": {
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"@wordpress/dependency-extraction-webpack-plugin": "^6.16.0",
"@wordpress/eslint-plugin": "^22.2.0",
"@wordpress/prettier-config": "^4.16.0",
"eslint": "^8.57",
"eslint-plugin-react-refresh": "^0.4.18",
"magic-string": "^0.30.17",
"patch-package": "^8.0.0",
"prettier": "npm:wp-prettier@^3.0.3",
"sass-embedded": "^1.83.4",
"vite": "^6.0.11"
},
"overrides": {
"gradient-parser": "^1.0.2"
}
}