auto_trade_sys/recommendations-viewer/package.json
薇薇安 a542f91ea6 a
2026-01-19 14:07:48 +08:00

20 lines
372 B
JSON

{
"name": "recommendations-viewer",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"lucide-react": "^0.562.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.0",
"vite": "^5.0.0"
}
}