TradingAgents/web_app/frontend/package.json

54 lines
1.2 KiB
JSON

{
"name": "tradingagents-frontend",
"version": "1.0.0",
"private": true,
"dependencies": {
"@headlessui/react": "^1.7.17",
"@types/node": "^18.15.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"autoprefixer": "^10.4.16",
"axios": "^1.5.1",
"chart.js": "^4.4.0",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"lucide-react": "^0.288.0",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-router-dom": "^6.16.0",
"react-scripts": "5.0.1",
"recharts": "^2.8.0",
"tailwindcss": "^3.3.5",
"typescript": "^4.9.5",
"web-vitals": "^3.4.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"
]
},
"proxy": "http://localhost:8000"
}