TradingAgents/frontend/package.json

51 lines
1.4 KiB
JSON

{
"name": "nifty50-ai-dashboard",
"private": true,
"version": "1.0.0",
"type": "module",
"description": "Nifty50 AI Web Dashboard - Real-time AI stock recommendations with backtesting",
"homepage": "https://hjlabs.in",
"repository": {
"type": "git",
"url": "git+https://github.com/hemangjoshi37a/TradingAgents.git",
"directory": "frontend"
},
"author": "hjlabs.in",
"license": "Apache-2.0",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.18",
"date-fns": "^4.1.0",
"lucide-react": "^0.563.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router-dom": "^7.13.0",
"recharts": "^3.7.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@tailwindcss/vite": "^4.1.18",
"@types/node": "^24.10.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"autoprefixer": "^10.4.24",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"playwright": "^1.58.1",
"postcss": "^8.5.6",
"puppeteer": "^24.36.1",
"tailwindcss": "^4.1.18",
"typescript": "~5.9.3",
"typescript-eslint": "^8.46.4",
"vite": "^7.2.4"
}
}