{ "name": "cs-auto-report", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "tauri dev", "vite:dev": "vite", "tauri": "tauri", "lint": "bunx @biomejs/biome lint ./src", "format": "bunx @biomejs/biome format --write ./src", "check": "bunx @biomejs/biome check --apply ./src" }, "dependencies": { "@tauri-apps/api": "^2", "@tauri-apps/plugin-dialog": "^2", "@tauri-apps/plugin-http": "~2", "@tauri-apps/plugin-opener": "^2", "antd": "^5.24.8", "openai": "^4.96.0", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@tailwindcss/vite": "^4.1.4", "@tauri-apps/cli": "^2", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.4", "tailwindcss": "^4.1.4", "typescript": "~5.6.2", "vite": "^6.0.3" } }