71 lines
1.9 KiB
JSON
71 lines
1.9 KiB
JSON
{
|
|
"name": "golden-analysis-frontend",
|
|
"version": "1.0.3",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.1.0",
|
|
"@dnd-kit/sortable": "^8.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@mui/icons-material": "^5.15.0",
|
|
"@mui/lab": "^5.0.0-alpha.156",
|
|
"@mui/material": "^5.15.0",
|
|
"@mui/x-date-pickers": "^6.18.3",
|
|
"@stomp/stompjs": "^7.0.0",
|
|
"@types/node": "^20.10.0",
|
|
"@types/react": "^18.2.39",
|
|
"@types/react-dom": "^18.2.17",
|
|
"axios": "^1.6.2",
|
|
"chart.js": "^4.5.1",
|
|
"date-fns": "^2.30.0",
|
|
"dayjs": "^1.11.10",
|
|
"lightweight-charts": "^4.2.0",
|
|
"lightweight-charts-indicators": "file:libs/lightweight-charts-indicators",
|
|
"lightweight-charts-v5": "npm:lightweight-charts@^5.2.0",
|
|
"lightweight-charts-indicators-v5": "npm:lightweight-charts-indicators@^0.4.1",
|
|
"oakscriptjs": "^0.2.8",
|
|
"react": "^18.2.0",
|
|
"react-chartjs-2": "^5.3.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-draggable": "^4.5.0",
|
|
"react-gauge-component": "^2.0.29",
|
|
"react-grid-layout": "^2.2.2",
|
|
"react-router-dom": "^6.20.0",
|
|
"react-scripts": "5.0.1",
|
|
"recharts": "^2.10.3",
|
|
"sockjs-client": "^1.6.1",
|
|
"typescript": "^4.9.5",
|
|
"web-vitals": "^2.1.4",
|
|
"zustand": "^5.0.12"
|
|
},
|
|
"scripts": {
|
|
"start": "PORT=3100 react-scripts start",
|
|
"start:win": "set PORT=3100 && react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@types/react-grid-layout": "^1.3.6"
|
|
}
|
|
}
|