forked from yats0x7/NutriMinds
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.09 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "foodlens",
"version": "1.0.0",
"description": "**FoodLens** is a gamified nutrition & wellness tracker built as a **React single-page app**. It combines **fun animations, local dataset-driven logging, XP gamification, and badges** — all while working **completely offline** with `localStorage`.",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rakshityadav1868/FoodLens.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rakshityadav1868/FoodLens/issues"
},
"homepage": "https://github.com/rakshityadav1868/FoodLens#readme",
"dependencies": {
"@tensorflow-models/mobilenet": "^2.1.1",
"@tensorflow/tfjs": "^4.22.0",
"@vitejs/plugin-react": "^5.0.3",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"vite": "^7.1.7"
},
"devDependencies": {
"@types/react": "^19.1.14",
"@types/react-dom": "^19.1.9"
}
}