CoolFace
Apppublic

gribsons/quant-tradingbot

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
package.json30 linesDownload Raw Back to root
1{2  "name": "quantbot-frontend",3  "version": "1.0.0",4  "private": true,5  "scripts": {6    "dev": "next dev",7    "build": "next build",8    "start": "next start",9    "lint": "next lint"10  },11  "dependencies": {12    "next": "^14.2.3",13    "react": "^18.3.1",14    "react-dom": "^18.3.1",15    "recharts": "^2.12.7",16    "clsx": "^2.1.1"17  },18  "devDependencies": {19    "@types/node": "^20.14.2",20    "@types/react": "^18.3.3",21    "@types/react-dom": "^18.3.0",22    "typescript": "^5.4.5",23    "tailwindcss": "^3.4.4",24    "autoprefixer": "^10.4.19",25    "postcss": "^8.4.38",26    "eslint": "^8.57.0",27    "eslint-config-next": "^14.2.3"28  }29}30