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