tschau-sepp/package.json
2026-05-10 18:41:16 +02:00

24 lines
550 B
JSON

{
"name": "tschausepp",
"version": "1.0.0",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@tensorflow/tfjs": "^4.19.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.15.0"
},
"devDependencies": {
"@types/node": "^25.6.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"typescript": "^6.0.3",
"vite": "^5.4.0"
}
}