This commit is contained in:
1288
2026-06-08 21:26:47 +08:00
commit e6189144d7
6059 changed files with 1254006 additions and 0 deletions

24
bourse_app/package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "bourse_app",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@vitejs/plugin-react": "^5.0.0",
"lightweight-charts": "^5.0.8",
"lucide-react": "^0.468.0",
"vite": "^7.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"typescript": "~5.8.0"
}
}