{ "name": "manhunt-app", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "lint": "tsc && eslint --cache" }, "dependencies": { "@tauri-apps/api": "^2", "@tauri-apps/plugin-geolocation": "^2", "@tauri-apps/plugin-log": "^2", "@tauri-apps/plugin-notification": "^2", "@tauri-apps/plugin-opener": "^2", "@tauri-apps/plugin-dialog": "^2", "react": "^19", "react-dom": "^19", "swr": "^2" }, "devDependencies": { "@eslint/js": "^9.39.2", "@types/node": "^25.2.3", "@types/react": "^19", "@types/react-dom": "^19", "@vitejs/plugin-react": "^5.1.4", "eslint": "^9.39.2", "eslint-plugin-react": "^7", "eslint-plugin-react-hooks": "^5.2.0", "globals": "^17.3.0", "prettier": "^3", "typescript": "^5", "typescript-eslint": "^8", "vite": "^7" } }