Files
MuMuAINovel/frontend/package.json
T
xiamuceer 9fcc06055c fix:1.修复章节规划预览窗口UI显示问题
2.修复部分端点删除章节后字数没有更新的问题
2025-12-10 15:47:02 +08:00

39 lines
1004 B
JSON

{
"name": "frontend",
"private": true,
"version": "1.0.12",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.6.1",
"antd": "^5.27.6",
"axios": "^1.12.2",
"dayjs": "^1.11.13",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-diff-viewer-continued": "^3.4.0",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@types/node": "^24.6.0",
"@types/react": "^18.3.12",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^5.0.4",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.22",
"globals": "^16.4.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.45.0",
"vite": "^7.1.7"
}
}