TradingAgents/agent_os/frontend/package.json

39 lines
1.0 KiB
JSON

{
"name": "agent-os-frontend",
"private": true,
"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"
},
"dependencies": {
"@chakra-ui/react": "^2.10.0",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"axios": "^1.13.5",
"framer-motion": "^10.18.0",
"lucide-react": "^0.460.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"reactflow": "^11.11.0"
},
"devDependencies": {
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^5.2.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.14",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.0",
"typescript": "^5.6.0",
"vite": "^8.0.1"
}
}