-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.92 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.92 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
{
"name": "dfirhub",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build && pagefind --site dist",
"preview": "astro preview",
"astro": "astro",
"test": "vitest run",
"test:watch": "vitest",
"sigma:index": "bun run scripts/build-sigma-index.ts",
"check": "ultracite check",
"fix": "ultracite fix"
},
"dependencies": {
"@astrojs/check": "^0.9.7",
"@astrojs/compiler-rs": "^0.1.4",
"@astrojs/react": "^5.0.0",
"@astrojs/sitemap": "^3.7.1",
"@monaco-editor/react": "^4.7.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/vite": "^4.2.1",
"@types/react": "^19.2.13",
"@types/react-dom": "^19.2.3",
"astro": "^6.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"framer-motion": "^12.33.0",
"js-yaml": "^4.1.1",
"jszip": "^3.10.1",
"lucide-react": "^0.563.0",
"lz-string": "^1.5.0",
"minisearch": "^7.2.0",
"monaco-editor": "^0.55.1",
"pagefind": "^1.4.0",
"promise-worker": "^2.0.1",
"pyodide": "0.29.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-icons": "^5.5.0",
"shiki": "^4.0.2",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3",
"web-haptics": "^0.0.6"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/js-yaml": "^4.0.9",
"@types/lz-string": "^1.5.0",
"fake-indexeddb": "^6.2.5",
"jsdom": "^28.0.0",
"oxfmt": "^0.28.0",
"oxlint": "^1.43.0",
"ultracite": "7.1.4",
"vitest": "^4.0.18"
}
}