{ "name": "calories-tracker", "version": "1.0.0", "main": "index.js", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "keywords": [], "author": "", "license": "ISC", "description": "", "devDependencies": { "typescript": "^5.9.3", "vite": "^7.3.1", "vite-plugin-pwa": "^1.2.0", "workbox-window": "^7.4.0" }, "dependencies": { "@anthropic-ai/sdk": "^0.74.0", "appwrite": "^22.0.0", "sweetalert": "^2.1.2" } }