49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "search_ui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@mui/material": "^7.3.2",
|
|
"@mui/x-date-pickers": "^8.11.2",
|
|
"@mui/x-date-pickers-pro": "^8.11.2",
|
|
"@wojtekmaj/react-daterange-picker": "^7.0.0",
|
|
"d3": "^7.9.0",
|
|
"date-fns": "^4.1.0",
|
|
"dayjs": "^1.11.18",
|
|
"echarts": "^6.0.0",
|
|
"echarts-for-react": "^3.0.2",
|
|
"flex-layout-system": "^2.0.3",
|
|
"react": "^19.1.1",
|
|
"react-calendar": "^6.0.0",
|
|
"react-date-range": "^2.0.1",
|
|
"react-datepicker": "^8.7.0",
|
|
"react-dom": "^19.1.1",
|
|
"react-flexbox-grid": "^2.1.2",
|
|
"react-split-pane": "^0.1.92",
|
|
"rsuite": "^5.83.3",
|
|
"timelines-chart": "^2.14.2",
|
|
"uplot": "^1.6.32",
|
|
"uplot-react": "^1.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.33.0",
|
|
"@types/react": "^19.1.10",
|
|
"@types/react-dom": "^19.1.7",
|
|
"@vitejs/plugin-react-swc": "^4.0.0",
|
|
"eslint": "^9.33.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"globals": "^16.3.0",
|
|
"vite": "^7.1.2"
|
|
}
|
|
}
|