51 lines
1.4 KiB
JSON
Executable File
51 lines
1.4 KiB
JSON
Executable File
{
|
|
"name": "trust-module",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --port 5173",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@mui/icons-material": "^6.4.8",
|
|
"@mui/material": "^6.4.7",
|
|
"antd": "^5.24.7",
|
|
"axios": "^1.7.9",
|
|
"chart.js": "^4.0.0",
|
|
"chartjs-adapter-date-fns": "^3.0.0",
|
|
"chartjs-chart-box-and-violin-plot": "^4.0.0",
|
|
"d3": "^7.9.0",
|
|
"esbuild": "^0.25.8",
|
|
"react": "^18.3.1",
|
|
"react-chartjs-2": "^5.0.0",
|
|
"react-datepicker": "^8.1.0",
|
|
"react-dom": "^18.3.1",
|
|
"react-scripts": "^5.0.1",
|
|
"react-virtualized-auto-sizer": "1.0.26",
|
|
"react-window": "1.8.11",
|
|
"reactflow": "^11.11.4",
|
|
"recharts": "^2.15.1",
|
|
"socket.io-client": "^4.8.1",
|
|
"vite-plugin-svgr": "^4.3.0",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@dnd-kit/core": "^6.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.17.0",
|
|
"@types/react": "^18.3.18",
|
|
"@types/react-dom": "^18.3.5",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"eslint": "^9.17.0",
|
|
"eslint-plugin-react": "^7.37.2",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.16",
|
|
"globals": "^15.14.0",
|
|
"vite": "^7.1.0"
|
|
}
|
|
} |