feat: add typescript

This commit is contained in:
2025-06-12 10:39:19 -03:00
parent f6f3c77c61
commit 15fec548d5
9 changed files with 533 additions and 426 deletions
+24
View File
@@ -8,7 +8,11 @@
"name": "calories-tracker",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"appwrite": "^18.1.1"
},
"devDependencies": {
"typescript": "^5.8.3",
"vite": "^6.3.5"
}
},
@@ -724,6 +728,12 @@
"dev": true,
"license": "MIT"
},
"node_modules/appwrite": {
"version": "18.1.1",
"resolved": "https://registry.npmjs.org/appwrite/-/appwrite-18.1.1.tgz",
"integrity": "sha512-krwHjuwJcF+9Ig2+nqOEKMA/5kPIFhwwZsaLc7Gb8y2oP6EnG4ZMRPeHTFscdevOtVQj2Ax92cYYWAEvzlrc7A==",
"license": "BSD-3-Clause"
},
"node_modules/esbuild": {
"version": "0.25.5",
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.5.tgz",
@@ -930,6 +940,20 @@
"url": "https://github.com/sponsors/SuperchupuDev"
}
},
"node_modules/typescript": {
"version": "5.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/vite": {
"version": "6.3.5",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.3.5.tgz",