-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.69 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.69 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
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "slicer",
"description": "A modern Java reverse engineering tool for the web.",
"license": "MIT",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"format": "prettier . --write"
},
"dependencies": {
"@codemirror/commands": "^6.10.3",
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/lang-yaml": "^6.1.3",
"@codemirror/language": "^6.12.3",
"@codemirror/legacy-modes": "^6.5.2",
"@codemirror/search": "^6.6.0",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.41.0",
"@katana-project/asm": "^0.25.4",
"@katana-project/laser": "^0.3.1",
"@katana-project/zip": "^0.7.1",
"@lezer/highlight": "^1.2.3",
"@run-slicer/cfr": "0.1.6-0.152",
"@run-slicer/jasm": "0.4.5-2.8.0",
"@run-slicer/lezer-java": "^1.2.1",
"@run-slicer/procyon": "0.1.2-0.6.0",
"@run-slicer/script": "link:script",
"@run-slicer/vf": "0.6.3-1.12.0",
"@tanstack/table-core": "^8.21.3",
"@xyflow/svelte": "1.5.2",
"client-zip": "^2.5.0",
"clsx": "^2.1.1",
"comlink": "^4.4.2",
"elkjs": "^0.11.1",
"html-to-image": "1.11.11",
"idb": "^8.0.3",
"queueable": "^5.3.2",
"svelte-modals": "^2.0.1",
"tailwind-merge": "^3.6.0",
"virtua": "^0.49.0"
},
"devDependencies": {
"@internationalized/date": "^3.12.0",
"@lucide/svelte": "^1.7.0",
"@sveltejs/vite-plugin-svelte": "^7.1.2",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.3.1",
"@tsconfig/svelte": "^5.0.8",
"@types/node": "^25.5.2",
"bits-ui": "2.15.4",
"mode-watcher": "^1.1.0",
"paneforge": "1.0.2",
"prettier": "^3.8.4",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-svelte": "^4.1.1",
"prettier-plugin-tailwindcss": "^0.8.0",
"svelte": "^5.56.4",
"svelte-check": "^4.7.0",
"svelte-dnd-action": "^0.9.69",
"svelte-sonner": "^1.1.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.3.1",
"tslib": "^2.8.1",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"vite": "^8.1.0",
"wrangler": "^4.104.0"
},
"packageManager": "pnpm@10.19.0+sha512.c9fc7236e92adf5c8af42fd5bf1612df99c2ceb62f27047032f4720b33f8eacdde311865e91c411f2774f618d82f320808ecb51718bfa82c060c4ba7c76a32b8"
}