Files

23 lines
405 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": {
2025-10-27 12:41:12 -03:00
"typescript": "^5.9.3",
"vite": "^7.1.12"
2025-06-12 10:39:19 -03:00
},
"dependencies": {
2025-10-27 12:41:12 -03:00
"appwrite": "^21.3.0",
2025-06-12 18:52:44 -03:00
"sweetalert": "^2.1.2"
2025-06-11 21:09:35 -03:00
}
}