munger-engine / package.json
dromerosm's picture
feat: Add authentication, charting, and dark mode
21ac82a
raw
history blame contribute delete
858 Bytes
{
"name": "temp_app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:insecure": "NODE_TLS_REJECT_UNAUTHORIZED=0 next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@alpacahq/alpaca-trade-api": "^3.1.3",
"cheerio": "^1.1.2",
"dotenv": "^17.2.3",
"lightweight-charts": "^5.1.0",
"next": "^16.1.4",
"next-themes": "^0.4.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"yahoo-finance2": "^3.11.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^22.19.7",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "^16.1.4",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^5"
},
"overrides": {
"axios": "^1.7.9"
}
}