git-statistics 0.1.0

Collect commits from Git repository and present statistics in a comfortable way.
Documentation
{
  "name": "app",
  "private": true,
  "repository": "https://github.com/hyzmm/git-statistics.git",
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "preview": "vite preview",
    "tauri": "tauri"
  },
  "dependencies": {
    "@icon-park/react": "^1.4.2",
    "@tauri-apps/api": "^1.5.0",
    "@uidotdev/usehooks": "^2.3.1",
    "clsx": "^2.0.0",
    "echarts": "^5.4.3",
    "lodash-es": "^4.17.21",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-hotkeys-hook": "^4.4.1",
    "zustand": "^4.4.3"
  },
  "devDependencies": {
    "@tauri-apps/cli": "^1.5.1",
    "@types/lodash-es": "^4.17.9",
    "@types/react": "^18.2.15",
    "@types/react-dom": "^18.2.7",
    "@typescript-eslint/eslint-plugin": "^6.7.4",
    "@typescript-eslint/parser": "^6.7.4",
    "@vitejs/plugin-react-swc": "^3.3.2",
    "autoprefixer": "^10.4.16",
    "daisyui": "^3.8.3",
    "eslint": "^8.50.0",
    "eslint-config-xo": "^0.43.1",
    "eslint-config-xo-react": "^0.27.0",
    "eslint-config-xo-typescript": "^1.0.1",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.3",
    "postcss": "^8.4.31",
    "tailwindcss": "^3.3.3",
    "typescript": "^5.2.2",
    "vite": "^4.4.5"
  }
}