-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.83 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.83 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": "codebase-parser",
"private": false,
"version": "1.1.0",
"type": "module",
"packageManager": "pnpm@10.11.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint:format": "prettier --check .",
"tauri": "tauri"
},
"dependencies": {
"@dagrejs/dagre": "^1.1.5",
"@tauri-apps/api": "^2.2.0",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-log": "^2.2.1",
"@tauri-apps/plugin-opener": "^2.2.5",
"@tauri-apps/plugin-os": "~2",
"@xyflow/svelte": "^1.2.4",
"clsx": "^2.1.1",
"d3-hierarchy": "^3.1.2",
"es-toolkit": "^1.42.0",
"monaco-editor": "^0.54.0",
"monaco-themes": "^0.4.7",
"tailwind-merge": "^3.3.0",
"zod": "^4.1.13"
},
"devDependencies": {
"@internationalized/date": "^3.8.1",
"@lucide/svelte": "^0.544.0",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.0.0",
"@tauri-apps/cli": "^2.2.4",
"@types/d3-hierarchy": "^3.1.7",
"bits-ui": "^2.14.0",
"mode-watcher": "^1.0.8",
"paneforge": "1.0.0-next.5",
"prettier": "3.4.2",
"prettier-plugin-svelte": "3.3.2",
"prettier-plugin-tailwindcss": "0.6.11",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"svelte-sonner": "^1.0.5",
"tailwind-variants": "^3.1.1",
"tailwindcss": "^4.0.0",
"tw-animate-css": "^1.3.0",
"typescript": "~5.6.2",
"vite": "^6.0.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}