repos
/ finance-rust master

finance-rust

mirror archived upstream

Single-binary self-hosted market watcher for stocks, ETFs, indexes, and futures: live charts, key stats, fundamentals, SEC filings, and SSE streaming.

axumdockerfinancerustself-hostedsqlitestocksvite

368 B · 19 lines · JSON Raw History
 1{
 2  "private": true,
 3  "type": "module",
 4  "scripts": {
 5    "dev": "vite build --watch",
 6    "build": "vite build"
 7  },
 8  "dependencies": {
 9    "@fontsource/inter": "^5.2.8",
10    "@fontsource/jetbrains-mono": "^5",
11    "@fontsource/source-serif-4": "^5.2.9",
12    "lightweight-charts": "^5"
13  },
14  "devDependencies": {
15    "sass": "^1.97.3",
16    "vite": "^6.3.1"
17  }
18}