Files
Bourse/bourse_app/package.json
1288 e6189144d7 1
2026-06-08 21:26:47 +08:00

25 lines
519 B
JSON

{
"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"
}
}