33 lines
748 B
JSON
33 lines
748 B
JSON
{
|
|
"name": "time",
|
|
"version": "1.0.0",
|
|
"description": "工时统计系统",
|
|
"license": "ISC",
|
|
"author": "",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@mui/icons-material": "^7.3.5",
|
|
"@mui/lab": "^7.0.1-beta.19",
|
|
"@mui/material": "^7.3.5",
|
|
"@mui/x-data-grid": "^8.17.0",
|
|
"chart.js": "^4.5.1",
|
|
"date-fns": "^4.1.0",
|
|
"react": "^19.2.0",
|
|
"react-chartjs-2": "^5.3.1",
|
|
"react-dom": "^19.2.0",
|
|
"react-router-dom": "^7.9.5",
|
|
"recharts": "^3.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"vite": "^6.0.1"
|
|
}
|
|
}
|