43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"audit": "npm audit --audit-level=low",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "5.3.3",
|
|
"bootstrap-icons": "1.11.3",
|
|
"echarts": "5.6.0",
|
|
"echarts-for-react": "3.0.2",
|
|
"ky": "1.7.4",
|
|
"react": "18.3.1",
|
|
"react-bootstrap": "2.10.7",
|
|
"react-bootstrap-icons": "1.11.5",
|
|
"react-dom": "18.3.1",
|
|
"react-grid-layout": "2.2.3",
|
|
"react-router-dom": "7.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "9.39.4",
|
|
"@types/react": "18.3.18",
|
|
"@types/react-dom": "18.3.5",
|
|
"@vitejs/plugin-react": "4.7.0",
|
|
"eslint": "9.39.4",
|
|
"eslint-plugin-react": "7.37.3",
|
|
"eslint-plugin-react-hooks": "5.1.0",
|
|
"eslint-plugin-react-refresh": "0.4.16",
|
|
"globals": "15.14.0",
|
|
"vite": "6.4.3"
|
|
},
|
|
"overrides": {
|
|
"react-draggable": "4.4.6",
|
|
"react-resizable": "3.1.3"
|
|
}
|
|
}
|