{ "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": "^7.0.0", "vite": "^8.1.3", "vite-plugin-pwa": "^1.3.0", "workbox-window": "^7.4.1" }, "dependencies": { "@anthropic-ai/sdk": "^0.110.0", "appwrite": "^26.1.0", "sweetalert": "^2.1.2" } }