mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 07:23:51 +01:00
28 lines
650 B
JSON
28 lines
650 B
JSON
{
|
|
"name": "@yaakapp/yaak-proxy",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev --force",
|
|
"build": "vite build",
|
|
"lint": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^5.90.5",
|
|
"@tauri-apps/api": "^2.9.1",
|
|
"@tauri-apps/plugin-os": "^2.3.2",
|
|
"@yaakapp-internal/theme": "^1.0.0",
|
|
"@yaakapp-internal/ui": "^1.0.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@vitejs/plugin-react": "^4.6.0",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^7.0.8"
|
|
}
|
|
}
|