mirror of
https://github.com/by-sonic/tglock.git
synced 2026-09-05 18:16:09 +03:00
935121b991
Co-authored-by: by-sonic <171230345+by-sonic@users.noreply.github.com>
21 lines
399 B
JSON
21 lines
399 B
JSON
{
|
|
"name": "tglock-ui",
|
|
"private": true,
|
|
"version": "2.0.0-beta.13",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --port 1420",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^2.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.8.0",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^6.2.6"
|
|
}
|
|
}
|