-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "azalea",
"version": "0.1.0",
"description": "A lightweight, unofficial VOICEVOX GUI",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"tauri": "tauri",
"check": "biome check --write ./src/"
},
"license": "MIT",
"dependencies": {
"@corvu/resizable": "^0.2.3",
"@corvu/unocss": "^0.1.0",
"@kobalte/core": "^0.13.7",
"@solid-primitives/context": "^0.2.3",
"@solid-primitives/i18n": "^2.1.1",
"@solid-primitives/scheduled": "^1.4.4",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-dialog": "~2.0.1",
"@tauri-apps/plugin-shell": "^2.0.1",
"@types/lodash": "^4.17.13",
"@unocss/reset": "^0.64.1",
"lodash": "^4.17.21",
"solid-js": "^1.9.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@iconify-json/lucide": "^1.2.16",
"@tauri-apps/cli": "^2.1.0",
"@unocss/preset-icons": "^0.64.1",
"typescript": "^5.7.2",
"unocss": "^0.64.1",
"unocss-preset-primitives": "0.0.2-beta.1",
"vite": "^5.4.11",
"vite-plugin-solid": "^2.10.2"
}
}