-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 3.07 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "@cm2ml/visualizer",
"type": "module",
"version": "1.0.0",
"private": true,
"author": {
"name": "Jan Müller",
"url": "https://github.com/DerYeger"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/borkdominik/CM2ML.git",
"directory": "packages/visualizer"
},
"bugs": {
"url": "https://github.com/borkdominik/CM2ML/issues"
},
"scripts": {
"add-component": "shadcn add",
"build": "vite build",
"check:tsc": "tsc",
"codegen": "pwa-assets-generator",
"dev": "vite",
"e2e": "playwright test",
"e2e:prepare": "playwright install --with-deps",
"e2e:ui": "playwright test --ui",
"lint": "yeger-lint",
"preview": "vite preview --host"
},
"dependencies": {
"@cm2ml/builtin": "workspace:*",
"@cm2ml/ir": "workspace:*",
"@cm2ml/plugin": "workspace:*",
"@cm2ml/utils": "workspace:*",
"@codemirror/lang-json": "6.0.1",
"@codemirror/lang-xml": "6.1.0",
"@hello-pangea/dnd": "17.0.0",
"@radix-ui/react-accordion": "1.2.1",
"@radix-ui/react-checkbox": "1.1.2",
"@radix-ui/react-collapsible": "1.1.1",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-menubar": "1.1.2",
"@radix-ui/react-popover": "1.1.2",
"@radix-ui/react-progress": "1.1.0",
"@radix-ui/react-scroll-area": "1.2.0",
"@radix-ui/react-select": "2.1.2",
"@radix-ui/react-separator": "1.1.0",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-tabs": "1.1.1",
"@radix-ui/react-tooltip": "1.1.3",
"@tailwindcss/container-queries": "0.1.1",
"@tanstack/react-query": "5.59.16",
"@types/d3-hierarchy": "3.1.7",
"@uiw/react-codemirror": "4.23.6",
"@viz-js/viz": "3.9.0",
"@yeger/streams": "1.2.2",
"base64-compressor": "1.0.3",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"cmdk": "1.0.0",
"codemirror": "6.0.1",
"comlink": "4.4.1",
"d3-dag": "1.1.0",
"d3-hierarchy": "3.1.2",
"d3-scale": "4.0.2",
"d3-scale-chromatic": "3.1.0",
"lucide-react": "0.453.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-resizable-panels": "2.1.5",
"reactflow": "11.11.4",
"sonner": "1.5.0",
"tailwind-merge": "2.5.4",
"tailwindcss-animate": "1.0.7",
"vis-network": "9.1.9",
"zod": "3.23.8",
"zustand": "5.0.0"
},
"devDependencies": {
"@cm2ml/tsconfig": "workspace:*",
"@playwright/test": "1.48.2",
"@types/d3-scale": "4.0.8",
"@types/d3-scale-chromatic": "3.0.3",
"@types/node": "22.8.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vite-pwa/assets-generator": "0.2.6",
"@vitejs/plugin-react": "4.3.3",
"@yeger/debounce": "2.0.10",
"autoprefixer": "10.4.20",
"million": "2.6.4",
"postcss": "8.4.47",
"shadcn": "2.1.2",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"vite": "5.4.10",
"vite-plugin-comlink": "5.0.1",
"vite-plugin-lib": "2.1.3",
"vite-plugin-pwa": "0.20.5",
"workbox-window": "7.1.0"
}
}