-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.57 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.57 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
{
"scripts": {
"postinstall": "cp -R .githooks/* .git/hooks/ && chmod +x .git/hooks/*",
"start": "wp-scripts start",
"build": "wp-scripts build",
"build:analyze": "wp-scripts build --webpack-bundle-analyzer"
},
"devDependencies": {
"@wordpress/api-fetch": "^7.7.0",
"@wordpress/block-editor": "^14.2.0",
"@wordpress/blocks": "^13.9.0",
"@wordpress/components": "^28.7.0",
"@wordpress/data": "^10.7.0",
"@wordpress/element": "^6.9.0",
"@wordpress/hooks": "^4.7.0",
"@wordpress/i18n": "^5.7.0",
"@wordpress/icons": "^10.7.0",
"@wordpress/scripts": "^27.9.0",
"@wordpress/server-side-render": "^5.9.0",
"@wordpress/url": "^4.8.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"dependencies": {
"@codemirror/lang-css": "^6.3.0",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.2.5",
"@codemirror/lang-php": "^6.0.1",
"@codemirror/lang-sql": "^6.7.1",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/view": "^6.33.0",
"@react-leaflet/core": "^2.1.0",
"@tanstack/react-query": "^5.56.2",
"@uidotdev/usehooks": "^2.4.1",
"@uiw/codemirror-theme-vscode": "^4.23.3",
"@uiw/react-codemirror": "^4.23.3",
"clsx": "^2.1.1",
"html-react-parser": "^5.2.10",
"leaflet": "^1.9.4",
"react-error-boundary": "^4.0.13",
"react-leaflet": "^4.2.1",
"react-phone-number-input": "^3.4.8",
"react-select": "^5.8.0",
"sortablejs": "^1.15.3",
"uuid": "^10.0.0"
}
}