Files
discord-fishbowl/admin-frontend/package.json
matt 004f0325ec Fix comprehensive system issues and implement proper vector database backend selection
- Fix reflection memory spam despite zero active characters in scheduler.py
- Add character enable/disable functionality to admin interface
- Fix Docker configuration with proper network setup and service dependencies
- Resolve admin interface JavaScript errors and login issues
- Fix MCP import paths for updated package structure
- Add comprehensive character management with audit logging
- Implement proper character state management and persistence
- Fix database connectivity and initialization issues
- Add missing audit service for admin operations
- Complete Docker stack integration with all required services

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-06 19:54:49 -07:00

67 lines
1.6 KiB
JSON

{
"name": "discord-fishbowl-admin",
"version": "1.0.0",
"private": true,
"dependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0",
"react-scripts": "5.0.1",
"typescript": "^4.9.5",
"web-vitals": "^3.0.0",
"@tailwindcss/forms": "^0.5.0",
"tailwindcss": "^3.3.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0",
"axios": "^1.6.0",
"socket.io-client": "^4.7.0",
"recharts": "^2.8.0",
"lucide-react": "^0.294.0",
"react-hot-toast": "^2.4.0",
"date-fns": "^2.30.0",
"clsx": "^2.0.0",
"@headlessui/react": "^1.7.0",
"react-hook-form": "^7.48.0",
"@hookform/resolvers": "^3.3.0",
"zod": "^3.22.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/jest": "^29.0.0"
},
"resolutions": {
"schema-utils": "^3.3.0",
"fork-ts-checker-webpack-plugin": "^6.5.3"
},
"overrides": {
"schema-utils": "^3.3.0",
"fork-ts-checker-webpack-plugin": "^6.5.3"
},
"proxy": "http://localhost:8294"
}