-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
72 lines (72 loc) · 2.55 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
{
"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.25.7",
"@codemirror/commands": "^6.6.2",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/lang-yaml": "^6.1.1",
"@codemirror/language": "^6.10.3",
"@codemirror/search": "^6.5.6",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.1",
"@dagrejs/dagre": "^1.1.4",
"@fontsource/geist-mono": "^5.1.0",
"@fontsource/geist-sans": "^5.1.0",
"@run-slicer/asm": "^0.8.2",
"@run-slicer/cfr": "0.1.2-0.152",
"@run-slicer/jasm": "0.2.0-2.6.0",
"@run-slicer/script": "^0.8.2",
"@run-slicer/vf": "0.1.2-1.10.1",
"@run-slicer/zip": "^0.4.0",
"@uiw/codemirror-theme-github": "^4.23.5",
"@xyflow/svelte": "^0.1.20",
"clsx": "^2.1.1",
"comlink": "^4.4.1",
"mode-watcher": "^0.4.1",
"paneforge": "^0.0.6",
"svelte-headless-table": "^0.18.2",
"svelte-sonner": "^0.3.28",
"tailwind-merge": "^2.5.3",
"tailwind-variants": "^0.2.1",
"virtua": "^0.35.1"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/typography": "^0.5.15",
"@tsconfig/svelte": "^5.0.4",
"@types/node": "^22.7.4",
"autoprefixer": "^10.4.20",
"bits-ui": "^0.21.16",
"cmdk-sv": "^0.0.18",
"lucide-svelte": "^0.447.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.6.8",
"svelte": "^4.2.19",
"svelte-check": "^4.0.4",
"svelte-dnd-action": "^0.9.51",
"svelte-preprocess": "^6.0.3",
"svelte-preprocess-delegate-events": "^0.4.4",
"tailwindcss": "^3.4.13",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-sitemap": "^0.7.1"
},
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}