2025-11-21 04:32:08 +08:00
|
|
|
{
|
2025-12-03 04:01:45 +08:00
|
|
|
"name": "polyhermes-frontend",
|
2025-11-21 04:32:08 +08:00
|
|
|
"version": "1.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite --port 3000 --host 0.0.0.0",
|
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
|
"preview": "vite preview",
|
|
|
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"antd": "^5.12.0",
|
|
|
|
|
"antd-mobile": "^5.34.0",
|
2025-12-04 10:36:28 +08:00
|
|
|
"axios": "^1.6.2",
|
2026-01-31 07:27:36 +08:00
|
|
|
"echarts": "^6.0.0",
|
2026-01-03 00:10:51 +08:00
|
|
|
"ethers": "^6.16.0",
|
2025-12-04 10:36:28 +08:00
|
|
|
"i18next": "^25.7.1",
|
|
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
|
"react-i18next": "^16.3.5",
|
2025-12-07 16:15:59 +08:00
|
|
|
"react-markdown": "^10.1.0",
|
2025-12-04 10:36:28 +08:00
|
|
|
"react-responsive": "^9.0.2",
|
|
|
|
|
"react-router-dom": "^6.20.0",
|
2025-12-07 16:15:59 +08:00
|
|
|
"remark-gfm": "^4.0.1",
|
2025-12-04 10:36:28 +08:00
|
|
|
"zustand": "^4.4.7"
|
2025-11-21 04:32:08 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/react": "^18.2.43",
|
|
|
|
|
"@types/react-dom": "^18.2.17",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
|
|
|
"@typescript-eslint/parser": "^6.14.0",
|
|
|
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
|
|
|
"eslint": "^8.55.0",
|
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
|
|
|
"typescript": "^5.2.2",
|
|
|
|
|
"vite": "^5.0.8"
|
|
|
|
|
}
|
|
|
|
|
}
|