-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 976 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 976 Bytes
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
{
"name": "datamachine",
"version": "0.44.1",
"description": "AI-first WordPress plugin with Pipeline+Flow architecture",
"private": true,
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start"
},
"devDependencies": {
"@wordpress/scripts": "^31.1.0",
"js-yaml": "^4.1.1"
},
"overrides": {
"js-yaml": "^4.1.1",
"webpack": "5.104.1",
"webpack-dev-server": "^5.2.1",
"serialize-javascript": "^7.0.3",
"minimatch@<=3.1.3": "^3.1.4",
"minimatch@9.0.0 - 9.0.6": "^9.0.7",
"yauzl": "^3.2.1"
},
"dependencies": {
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-query-devtools": "^5.91.1",
"@wordpress/api-fetch": "^7.36.0",
"@wordpress/components": "^30.9.0",
"@wordpress/data": "^10.36.0",
"@wordpress/dom-ready": "^4.36.0",
"@wordpress/element": "^6.36.0",
"@wordpress/hooks": "^4.36.0",
"@wordpress/i18n": "^6.9.0",
"@wordpress/notices": "^5.36.0",
"react-markdown": "^10.1.0",
"zustand": "^5.0.9"
}
}