Blum / frontend /package.json
Italianhype's picture
Upload folder using huggingface_hub
2deb2c5 verified
{
"name": "blum-ai-financial-intelligence-frontend",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"lint": "next lint"
},
"dependencies": {
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"clsx": "^2.1.1",
"lucide-react": "^0.468.0",
"next": "^14.2.16",
"plotly.js-dist-min": "^2.35.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-plotly.js": "^2.6.0",
"typescript": "^5.6.3"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.16"
}
}