Skip to content

Commit

Permalink
Merge pull request #184 from afadil/develop
Browse files Browse the repository at this point in the history
Ney Performance Dashboard
  • Loading branch information
afadil authored Dec 15, 2024
2 parents ea77801 + 9e6938a commit b1562df
Show file tree
Hide file tree
Showing 29 changed files with 2,568 additions and 721 deletions.
49 changes: 47 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,65 @@ yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# Dependencies
node_modules
.pnp
.pnp.js

# Build outputs
dist
dist-ssr
*.local
build
out

# Testing
coverage
.nyc_output

# Environment files
.env
.env.*
!.env.example

# Editor directories and files
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.env
db/*

# TypeScript
*.tsbuildinfo
tsconfig.node.tsbuildinfo

# Cache and temp files
.cache
.temp
.tmp
.eslintcache
.stylelintcache

# Database
db/*

# Rust/Cargo (since you have Rust files)
target/
**/*.rs.bk
Cargo.lock

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"tsc": "tsc",
"tsc": "tsc -b",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@fontsource/ibm-plex-mono": "^5.1.0",
"@hookform/resolvers": "^3.9.1",
"@number-flow/react": "^0.3.0",
"@number-flow/react": "^0.4.2",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.2",
Expand All @@ -38,57 +38,57 @@
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-table": "^8.20.5",
"@tanstack/react-virtual": "^3.10.8",
"@tauri-apps/api": "^2.0.1",
"@tauri-apps/plugin-dialog": "~2.0.0",
"@tauri-apps/plugin-fs": "~2.0.0",
"@tauri-apps/plugin-log": "~2.0.0",
"@tauri-apps/plugin-shell": "~2.0.0",
"@tauri-apps/plugin-updater": "~2.0.0",
"class-variance-authority": "^0.7.0",
"@tanstack/react-query": "^5.62.7",
"@tanstack/react-table": "^8.20.6",
"@tanstack/react-virtual": "^3.11.1",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-dialog": "~2.2.0",
"@tauri-apps/plugin-fs": "~2.2.0",
"@tauri-apps/plugin-log": "~2.2.0",
"@tauri-apps/plugin-shell": "~2.2.0",
"@tauri-apps/plugin-updater": "~2.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^4.1.0",
"lodash": "^4.17.21",
"lucide-react": "^0.447.0",
"lucide-react": "^0.468.0",
"papaparse": "^5.4.1",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.2",
"react-hook-form": "^7.53.1",
"react-router-dom": "^6.26.2",
"recharts": "^2.13.3",
"tailwind-merge": "^2.5.4",
"react-dropzone": "^14.3.5",
"react-hook-form": "^7.54.1",
"react-router-dom": "^7.0.2",
"recharts": "^2.15.0",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^10.0.4",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@tauri-apps/cli": "2.0.1",
"@tauri-apps/cli": "2.1.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.4",
"@types/papaparse": "^5.3.14",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.2",
"@types/papaparse": "^5.3.15",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.12.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"jsdom": "^25.0.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vitest": "^2.1.4"
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit b1562df

Please sign in to comment.