-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.21 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.21 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
{
"name": "unhexo",
"description": "A *modern* simple to use hex file viewer and editor.",
"private": true,
"version": "0.1.0",
"type": "module",
"repository": {
"type": "git",
"url": "https://codeberg.org/igorzizinio/unhexo"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"format": "biome format",
"check": "biome check",
"lint": "biome lint",
"ci": "biome ci",
"tauri": "tauri"
},
"dependencies": {
"@base-ui/react": "^1.3.0",
"@tailwindcss/vite": "^4.2.2",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-clipboard-manager": "~2.3.2",
"@tauri-apps/plugin-dialog": "~2.6.0",
"@tauri-apps/plugin-fs": "~2.4.5",
"@tauri-apps/plugin-opener": "^2.5.3",
"@tauri-apps/plugin-process": "~2.3.1",
"@tauri-apps/plugin-store": "~2.4.2",
"lucide-preact": "^1.6.0",
"preact": "^10.29.0",
"preact-iso": "^2.11.1",
"react-mosaic-component": "^6.1.1",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@biomejs/biome": "^2.4.9",
"@preact/preset-vite": "^2.10.5",
"@tauri-apps/cli": "^2.10.1",
"typescript": "~6.0.2",
"vite": "^8.0.2"
},
"packageManager": "yarn@4.13.0"
}