-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.13 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.13 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
{
"name": "tdx-wizard",
"description": "UX/UI Extension for TeamDynamix",
"author": "Digi",
"private": true,
"version": "0.5.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/bootstrap": "5.1.3",
"@types/ckeditor": "^4.9.10",
"@types/jquery": "^3.5.30",
"@types/kendo-ui": "^2023.2.5",
"@types/mustache": "^4.2.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/select2": "3.5.10",
"@types/sortablejs": "^1.15.8",
"terser": "^5.43.1",
"typescript": "^5.4.5",
"vite": "^7.2.2",
"vite-plugin-monkey": "^5.0.9"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"dependencies": {
"color": "^5.0.0",
"interweave": "^13.1.0",
"jotai": "^2.9.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hot-toast": "^2.5.2",
"react-new-window": "^1.0.1",
"react-sortablejs": "^6.1.4",
"sortablejs": "^1.15.6"
}
}