-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
74 lines (74 loc) · 2.63 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
{
"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.8.0",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/lang-yaml": "^6.1.2",
"@codemirror/language": "^6.11.0",
"@codemirror/legacy-modes": "^6.5.0",
"@codemirror/search": "^6.5.10",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.36.4",
"@fontsource/geist-mono": "^5.2.5",
"@fontsource/geist-sans": "^5.2.5",
"@lezer/highlight": "^1.2.1",
"@run-slicer/asm": "^0.16.0",
"@run-slicer/cfr": "0.1.4-0.152",
"@run-slicer/jasm": "0.3.1-6969690d0f",
"@run-slicer/procyon": "0.1.1-0.6.0",
"@run-slicer/script": "^0.11.1",
"@run-slicer/vf": "0.2.0-1.11.1",
"@run-slicer/zip": "^0.5.2",
"@tanstack/table-core": "^8.21.2",
"@xyflow/svelte": "1.0.0-next.3",
"client-zip": "^2.5.0",
"clsx": "^2.1.1",
"comlink": "^4.4.2",
"elkjs": "^0.10.0",
"html-to-image": "^1.11.13",
"queueable": "^5.3.2",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.1",
"tailwindcss-animate": "^1.0.7",
"virtua": "^0.40.3"
},
"devDependencies": {
"@lucide/svelte": "^0.484.0",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/typography": "^0.5.16",
"@tsconfig/svelte": "^5.0.4",
"@types/node": "^22.13.13",
"autoprefixer": "^10.4.21",
"bits-ui": "1.3.13",
"mode-watcher": "^0.5.1",
"paneforge": "1.0.0-next.4",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"svelte": "^5.25.3",
"svelte-check": "^4.1.5",
"svelte-dnd-action": "^0.9.60",
"svelte-sonner": "^0.3.28",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"typescript": "^5.8.2",
"vite": "^6.2.3"
},
"packageManager": "[email protected]+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b"
}