{ "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": "^6.0.3", "vite": "^7.3.2", "vite-plugin-pwa": "^1.2.0", "workbox-window": "^7.4.0" }, "dependencies": { "@anthropic-ai/sdk": "^0.91.1", "appwrite": "^24.2.0", "sweetalert": "^2.1.2" } }