fitmate-landing/package.json
2025-11-20 22:22:22 +07:00

24 lines
493 B
JSON

{
"name": "fitmate---ai-nutrition-co-pilot",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"lucide-react": "^0.554.0",
"framer-motion": "^12.23.24",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}