forked from operaton/web-apps
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 763 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 763 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@preact/signals": "^1.3.0",
"bpmn-js": "^17.11.1",
"bpmn-visualization": "^0.46.0",
"dmn-js": "^17.3.0",
"dompurify": "^3.1.6",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-http-backend": "^3.0.2",
"jsdom": "^25.0.0",
"preact": "^10.22.1",
"preact-iso": "^2.6.3",
"react-bpmn": "^0.2.0",
"react-hotkeys-hook": "^4.5.1",
"react-i18next": "^15.6.1"
},
"devDependencies": {
"@preact/preset-vite": "^2.9.0",
"eslint": "^8.57.0",
"eslint-config-preact": "^1.4.0",
"jest": "^29.7.0",
"prettier": "3.6.2",
"vite": "^7.0.0"
},
"eslintConfig": {
"extends": "preact"
}
}