Files
concord/concord-client/package.json

67 lines
2.1 KiB
JSON
Raw Normal View History

2025-09-26 23:34:36 -04:00
{
"name": "concord-client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
2025-09-27 00:26:30 -04:00
"dev": "bunx --bun vite --open",
"build": "tsc && bunx --bun vite build && electron-builder",
2025-09-26 23:34:36 -04:00
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
2025-09-27 00:26:30 -04:00
"preview": "bunx --bun vite preview"
2025-09-26 23:34:36 -04:00
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/vite": "^4.1.13",
"@tanstack/react-query": "^5.90.2",
"@tanstack/react-query-devtools": "^5.90.2",
2025-09-28 05:58:29 -04:00
"bcrypt": "^6.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.544.0",
"next-themes": "^0.4.6",
2025-09-26 23:34:36 -04:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^10.1.0",
"react-router": "^7.9.3",
"react-syntax-highlighter": "^15.6.6",
"socket.io-client": "^4.8.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.13",
"zustand": "^5.0.8"
2025-09-26 23:34:36 -04:00
},
"devDependencies": {
2025-09-28 05:58:29 -04:00
"@types/bcrypt": "^6.0.0",
"@types/bun": "^1.2.22",
2025-09-26 23:34:36 -04:00
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/socket.io-client": "^3.0.0",
2025-09-26 23:34:36 -04:00
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react": "^4.2.1",
"electron": "^30.0.1",
"electron-builder": "^24.13.3",
2025-09-26 23:34:36 -04:00
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"tw-animate-css": "^1.4.0",
2025-09-26 23:34:36 -04:00
"typescript": "^5.2.2",
"vite": "^5.1.6",
"vite-plugin-electron": "^0.28.6",
"vite-plugin-electron-renderer": "^0.14.5"
},
"main": "dist-electron/main.js"
}