-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.82 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.82 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "argonaut",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@pollinations/react": "^2.0.7",
"@tailwindcss/vite": "^4.1.8",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "~2",
"@tauri-apps/plugin-fs": "~2",
"@tauri-apps/plugin-opener": "^2",
"d3-shape": "^3.2.0",
"dialog": "link:@tauri-apps/api/dialog",
"elkjs": "^0.10.0",
"fabric": "^6.7.0",
"fs": "0.0.1-security",
"konva": "^9.3.20",
"lucide-react": "^0.513.0",
"nanotimer": "^0.3.15",
"perf_hooks": "^0.0.1",
"react": "19.2.0-canary-56408a5b-20250610",
"react-color": "^2.19.3",
"react-dom": "19.2.0-canary-56408a5b-20250610",
"react-konva": "^19.0.5",
"react-masonry-css": "^1.0.16",
"rete": "^2.0.5",
"rete-area-plugin": "^2.1.3",
"rete-auto-arrange-plugin": "^2.0.2",
"rete-comment-plugin": "^2.1.0",
"rete-connection-path-plugin": "^2.0.4",
"rete-connection-plugin": "^2.0.5",
"rete-context-menu-plugin": "^2.0.6",
"rete-dock-plugin": "^2.0.4",
"rete-engine": "^2.1.1",
"rete-history-plugin": "^2.1.0",
"rete-minimap-plugin": "^2.0.3",
"rete-react-plugin": "^2.0.7",
"rete-react-render-plugin": "^0.3.1",
"rete-structures": "^2.0.3",
"rete-task-plugin": "^0.3.0",
"tailwindcss": "^4.1.8",
"uuid": "^11.1.0",
"web-worker": "^1.5.0",
"zustand": "^5.0.5"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@types/d3-shape": "^3.1.7",
"@types/nanotimer": "^0.3.2",
"@types/react": "^18.3.1",
"@types/react-color": "^3.0.13",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "~5.6.2",
"vite": "^6.0.3"
}
}