This commit is contained in:
2026-06-30 17:09:52 +02:00
commit 0806be135d
54 changed files with 10482 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
{
"name": "gamedev-tracker",
"version": "0.1.0",
"description": "Application de gestion de projet de jeu vidéo pour petite équipe",
"type": "module",
"author": "Mathew",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"typecheck": "tsc --noEmit -p tsconfig.json"
},
"dependencies": {
"@supabase/supabase-js": "^2.45.4",
"@tauri-apps/api": "^2.0.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.5.4",
"lucide-react": "^0.441.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0",
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^5.4.3"
}
}