-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 885 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 885 Bytes
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
{
"name": "singbox-tauri",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "svelte-check --tsconfig ./tsconfig.json && vite build",
"preview": "vite preview",
"openapi:gen": "orval --config orval.config.ts",
"tauri": "tauri"
},
"dependencies": {
"@mateothegreat/svelte5-router": "^2.16.19",
"@skeletonlabs/skeleton": "^4.13.0",
"@skeletonlabs/skeleton-svelte": "^4.13.0",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-opener": "^2",
"axios": "^1.13.6",
"svelte": "^5.39.6"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tailwindcss/vite": "^4.1.13",
"@tauri-apps/cli": "^2",
"@types/node": "^25.5.0",
"orval": "^8.5.3",
"svelte-check": "^4.3.1",
"tailwindcss": "^4.1.13",
"typescript": "~5.8.3",
"vite": "^7.0.4"
}
}