-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
74 lines (74 loc) · 2.65 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": {
"@babel/runtime": "^7.26.0",
"@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.10.8",
"@codemirror/search": "^6.5.8",
"@codemirror/state": "^6.5.1",
"@codemirror/view": "^6.36.2",
"@dagrejs/dagre": "^1.1.4",
"@fontsource/geist-mono": "^5.1.1",
"@fontsource/geist-sans": "^5.1.0",
"@run-slicer/asm": "^0.11.1",
"@run-slicer/cfr": "0.1.3-0.152",
"@run-slicer/jasm": "0.3.1-0783630ca2",
"@run-slicer/procyon": "0.1.1-0.6.0",
"@run-slicer/script": "^0.9.0",
"@run-slicer/vf": "0.1.3-1.10.1",
"@run-slicer/zip": "^0.5.1",
"@tanstack/table-core": "^8.20.5",
"@uiw/codemirror-theme-github": "^4.23.7",
"@xyflow/svelte": "^0.1.26",
"client-zip": "^2.4.6",
"clsx": "^2.1.1",
"comlink": "^4.4.2",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.0",
"tailwindcss-animate": "^1.0.7",
"virtua": "^0.39.3"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/typography": "^0.5.16",
"@tsconfig/svelte": "^5.0.4",
"@types/node": "^22.10.5",
"autoprefixer": "^10.4.20",
"bits-ui": "1.0.0-next.74",
"lucide-svelte": "^0.471.0",
"mode-watcher": "^0.5.0",
"paneforge": "1.0.0-next.1",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"svelte": "^5.17.3",
"svelte-check": "^4.1.3",
"svelte-dnd-action": "^0.9.54",
"svelte-preprocess": "^6.0.3",
"svelte-sonner": "^0.3.28",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite-plugin-sitemap": "^0.7.1"
},
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}