51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "xin-admin-ui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint web",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^6.0.0",
|
|
"@ant-design/x": "^2.7.0",
|
|
"@ant-design/x-markdown": "^2.7.0",
|
|
"@ant-design/x-sdk": "^2.7.0",
|
|
"antd": "^6.0.0",
|
|
"antd-img-crop": "^4.27.0",
|
|
"axios": "^1.15.2",
|
|
"dayjs": "^1.11.18",
|
|
"echarts-for-react": "^3.0.2",
|
|
"i18next": "^25.4.2",
|
|
"lodash": "^4.17.21",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-i18next": "^15.6.0",
|
|
"react-router": "^7.8.2",
|
|
"react-transition-group": "^4.4.5",
|
|
"zustand": "^5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.31.0",
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"@types/lodash": "^4.17.20",
|
|
"@types/node": "^25.2.3",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@types/react-transition-group": "^4.4.12",
|
|
"@vitejs/plugin-react": "^4.7.0",
|
|
"concurrently": "^9.2.1",
|
|
"eslint": "^9.31.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^16.3.0",
|
|
"tailwindcss": "^4.1.11",
|
|
"typescript": "~5.8.3",
|
|
"typescript-eslint": "^8.37.0",
|
|
"vite": "^8.0.5"
|
|
}
|
|
}
|