Skip to content

Commit

Permalink
Merge pull request #64 from cohstats/cohdb
Browse files Browse the repository at this point in the history
COHDB Integration
  • Loading branch information
petrvecera authored Feb 18, 2024
2 parents d5413f9 + 4f97a49 commit 9365804
Show file tree
Hide file tree
Showing 31 changed files with 2,036 additions and 297 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,29 @@
"@emotion/react": "11.11.3",
"@mantine/core": "6.0.21",
"@mantine/hooks": "6.0.21",
"@tabler/icons-react": "2.44.0",
"@mantine/notifications": "6.0.21",
"@sentry/react": "^7.101.1",
"@tabler/icons-react": "2.47.0",
"@tauri-apps/api": "1.5.3",
"axios": "1.6.3",
"coh-stats-components": "github:cohstats/coh-stats-components#0.0.7",
"coh3-data-types-library": "github:cohstats/coh3-data-types-library#0.0.2",
"mixpanel-browser": "2.48.1",
"mixpanel-browser": "2.49.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.21.1",
"react-router-dom": "6.22.0",
"tauri-plugin-fs-watch-api": "https://github.com/tauri-apps/tauri-plugin-fs-watch",
"tauri-plugin-log-api": "https://github.com/tauri-apps/tauri-plugin-log",
"tauri-plugin-store-api": "https://github.com/tauri-apps/tauri-plugin-store"
},
"devDependencies": {
"@tauri-apps/cli": "1.5.9",
"@types/mixpanel-browser": "2.48.1",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@vitejs/plugin-react": "3.1.0",
"prettier": "2.8.8",
"typescript": "5.1.6",
"typescript": "5.3.3",
"vite": "4.5.1"
}
}
Loading

0 comments on commit 9365804

Please sign in to comment.