49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "straps-dev",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "concurrently \"next dev --webpack\" \"prisma studio\"",
|
|
"build": "prisma generate && next build --webpack",
|
|
"start": "next start",
|
|
"lint": "eslint",
|
|
"db:studio": "prisma studio"
|
|
},
|
|
"dependencies": {
|
|
"@mediapipe/pose": "^0.5.1675469404",
|
|
"@mediapipe/tasks-vision": "^0.10.22-rc.20250304",
|
|
"@prisma/client": "^6.19.1",
|
|
"@tensorflow-models/pose-detection": "^2.1.3",
|
|
"@tensorflow/tfjs": "^4.22.0",
|
|
"@tensorflow/tfjs-backend-webgl": "^4.22.0",
|
|
"axios": "^1.13.2",
|
|
"bcryptjs": "^3.0.3",
|
|
"clsx": "^2.1.1",
|
|
"framer-motion": "^12.23.26",
|
|
"lucide-react": "^0.562.0",
|
|
"next": "^16.1.1",
|
|
"next-auth": "^5.0.0-beta.30",
|
|
"prisma": "^6.19.1",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"tailwind-merge": "^3.4.0",
|
|
"zod": "^4.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"concurrently": "^9.2.1",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.1.0",
|
|
"tailwindcss": "^4",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5"
|
|
},
|
|
"prisma": {
|
|
"seed": "npx tsx prisma/seed.ts"
|
|
}
|
|
}
|