-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.38 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
{
"name": "hedit",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"check": "vue-tsc --noEmit",
"preview": "vite preview",
"tauri": "tauri",
"set-version": "bun scripts/replace-version.js",
"lint": "biome lint src",
"lint:fix": "biome lint src --apply",
"format": "biome format src",
"format:write": "biome format src --write"
},
"engines": {
"bun": ">=1.2.0"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.0",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-autostart": "~2.5.1",
"@tauri-apps/plugin-fs": "~2.4.5",
"@tauri-apps/plugin-http": "~2.5.7",
"@tauri-apps/plugin-opener": "~2.5.3",
"@tauri-apps/plugin-os": "~2.3.2",
"@tauri-apps/plugin-store": "~2.4.2",
"@tauri-apps/plugin-window-state": "~2.4.1",
"@vueuse/core": "^14.2.1",
"lucide-vue-next": "^0.575.0",
"monaco-editor": "^0.55.1",
"tailwindcss": "^4.2.0",
"vue": "^3.5.28",
"vue-sonner": "^2.0.9"
},
"devDependencies": {
"@biomejs/biome": "^2.4.4",
"@tauri-apps/cli": "^2.10.0",
"@vitejs/plugin-vue": "^6.0.4",
"autoprefixer": "^10.4.24",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vite-plugin-top-level-await": "^1.6.0",
"vue-tsc": "^3.2.5"
},
"trustedDependencies": [
"@tailwindcss/oxide"
]
}