acfe002fbf
Co-authored-by: Cursor <cursoragent@cursor.com>
36 lines
818 B
JSON
36 lines
818 B
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "oxlint",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^6.3.2",
|
|
"antd": "^6.5.0",
|
|
"axios": "^1.18.1",
|
|
"dayjs": "^1.11.21",
|
|
"echarts": "^6.1.0",
|
|
"echarts-for-react": "^3.0.6",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7",
|
|
"react-easy-crop": "^6.0.2",
|
|
"react-markdown": "^10.1.0",
|
|
"react-router-dom": "^7.18.0",
|
|
"tslib": "^2.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.13.2",
|
|
"@types/react": "^19.2.17",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.2",
|
|
"oxlint": "^1.69.0",
|
|
"typescript": "~6.0.2",
|
|
"vite": "^8.1.0"
|
|
}
|
|
}
|