ai-course/app/h5/package.json
2025-11-18 13:32:46 +08:00

58 lines
1.4 KiB
JSON

{
"name": "playedu-h5-interface",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "5.x",
"@reduxjs/toolkit": "^1.9.3",
"@types/lodash": "^4.14.200",
"@uidotdev/usehooks": "^2.4.1",
"ahooks": "^3.7.10",
"antd": "^5.28.0",
"antd-mobile": "^5.31.1",
"axios": "^1.3.4",
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.2",
"html2canvas": "^1.4.1",
"i18next": "^23.7.11",
"jspdf": "^2.5.1",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"match-sorter": "^6.3.1",
"mitt": "^3.0.1",
"moment": "^2.29.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.5.0",
"react-markdown": "^10.1.0",
"react-player": "^3.3.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.9.0",
"redux": "^4.2.1",
"remark-gfm": "^4.0.1",
"sort-by": "^1.2.0",
"web-vitals": "^3.3.0",
"xgplayer": "3.0.13",
"xgplayer-hls": "3.0.10"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-react-swc": "^3.0.0",
"less": "^4.4.2",
"rollup-plugin-gzip": "^3.1.0",
"sass": "^1.59.3",
"terser": "^5.19.4",
"typescript": "^4.9.3",
"vite": "^4.2.0"
}
}