Files
Ten31-Portal/deploy/package.json
T
Jonathan KirkwoodandClaude Opus 4.8 053bfeab23 0.2.37: live funds above exited ones in the investor portal
A fully-exited fund/SPV card sinks to the bottom of the LP's stack
instead of sitting between active funds (stable sort, shared by the
LP portal and the admin Investor View).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-03 12:07:05 -05:00

18 lines
412 B
JSON

{
"name": "ten31portal-startos",
"version": "0.2.37",
"private": true,
"scripts": {
"build": "npm run check && rm -rf ./javascript && ncc build startos/index.ts -o ./javascript",
"check": "tsc --noEmit"
},
"dependencies": {
"@start9labs/start-sdk": "^0.4.0-beta.58"
},
"devDependencies": {
"@types/node": "^22.19.0",
"@vercel/ncc": "^0.38.4",
"typescript": "^5.9.3"
}
}