tschau-sepp/package.json

21 lines
459 B
JSON

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