V0.3
This commit is contained in:
+20
-5
@@ -1,38 +1,53 @@
|
||||
{
|
||||
"name": "gamedev-tracker",
|
||||
"version": "0.1.0",
|
||||
"description": "Application de gestion de projet de jeu vidéo pour petite équipe",
|
||||
"version": "0.2.7",
|
||||
"description": "Gestion de projet de jeu video pour petite equipe (Tauri + React + Supabase)",
|
||||
"type": "module",
|
||||
"author": "Mathew",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"build": "npm run typecheck && vite build",
|
||||
"preview": "vite preview",
|
||||
"tauri": "tauri",
|
||||
"tauri:dev": "tauri dev",
|
||||
"tauri:build": "tauri build",
|
||||
"typecheck": "tsc --noEmit -p tsconfig.json"
|
||||
"tauri:build": "node scripts/tauri-build.mjs",
|
||||
"typecheck": "tsc --noEmit -p tsconfig.json",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"check": "npm run typecheck && npm run lint",
|
||||
"release": "node scripts/release.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@supabase/supabase-js": "^2.45.4",
|
||||
"@tauri-apps/api": "^2.0.0",
|
||||
"@tauri-apps/plugin-process": "^2.3.1",
|
||||
"@tauri-apps/plugin-updater": "^2.10.1",
|
||||
"date-fns": "^3.6.0",
|
||||
"dompurify": "^3.4.13",
|
||||
"framer-motion": "^11.5.4",
|
||||
"lucide-react": "^0.441.0",
|
||||
"mammoth": "^1.12.0",
|
||||
"marked": "^18.0.9",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@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",
|
||||
"eslint": "^10.8.0",
|
||||
"eslint-plugin-react-hooks": "^7.1.1",
|
||||
"eslint-plugin-react-refresh": "^0.5.3",
|
||||
"globals": "^17.9.0",
|
||||
"postcss": "^8.4.45",
|
||||
"tailwindcss": "^3.4.10",
|
||||
"typescript": "^5.5.4",
|
||||
"typescript-eslint": "^8.66.0",
|
||||
"vite": "^5.4.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user