Files

26 lines
506 B
JSON
Raw Permalink Normal View History

2025-06-11 21:09:35 -03:00
{
"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": {
2026-07-10 16:59:18 +00:00
"typescript": "^7.0.0",
2026-07-10 22:04:13 +02:00
"vite": "^8.1.4",
"vite-plugin-pwa": "^1.3.0",
"workbox-window": "^7.4.1"
2025-06-12 10:39:19 -03:00
},
"dependencies": {
2026-07-10 22:04:13 +02:00
"@anthropic-ai/sdk": "^0.111.0",
"appwrite": "^26.1.0",
2025-06-12 18:52:44 -03:00
"sweetalert": "^2.1.2"
2025-06-11 21:09:35 -03:00
}
}