33 lines
808 B
JSON
33 lines
808 B
JSON
{
|
|
"name": "react-trading-chart",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "npx tsc && npx vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@stomp/stompjs": "^7.3.0",
|
|
"@tanstack/react-virtual": "^3.14.2",
|
|
"@xyflow/react": "^12.10.2",
|
|
"lightweight-charts": "^5.2.0",
|
|
"lightweight-charts-indicators": "^0.4.1",
|
|
"oakscriptjs": "^0.2.8",
|
|
"qrcode": "^1.5.4",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"sockjs-client": "^1.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/qrcode": "^1.5.6",
|
|
"@types/react": "^18.3.1",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@types/sockjs-client": "^1.5.4",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"typescript": "^5.5.4",
|
|
"vite": "^5.4.0"
|
|
}
|
|
}
|