87 lines
2.5 KiB
JSON
87 lines
2.5 KiB
JSON
{
|
|
"name": "playedu-backend-interface",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --mode example",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .ts,.tsx --fix",
|
|
"lint:quiet": "eslint src/ --quiet",
|
|
"format": "prettier --write src/**/*.{js,jsx,ts,tsx,css,md}"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "5.x",
|
|
"@reduxjs/toolkit": "^1.9.3",
|
|
"@tiptap/extension-color": "^3.11.0",
|
|
"@tiptap/extension-text-align": "^3.11.0",
|
|
"@tiptap/extension-text-style": "^3.11.0",
|
|
"@tiptap/extension-underline": "^3.11.0",
|
|
"@tiptap/react": "^3.11.0",
|
|
"@tiptap/starter-kit": "^3.11.0",
|
|
"@uppy/aws-s3": "4.1.0",
|
|
"@uppy/core": "4.2.0",
|
|
"@uppy/dashboard": "4.1.0",
|
|
"@uppy/drag-drop": "4.0.2",
|
|
"@uppy/file-input": "4.0.1",
|
|
"@uppy/locales": "4.1.0",
|
|
"@uppy/progress-bar": "4.0.0",
|
|
"@uppy/react": "4.0.2",
|
|
"@uppy/status-bar": "4.0.3",
|
|
"ahooks": "^3.7.6",
|
|
"antd": "^5.12.2",
|
|
"axios": "^1.3.4",
|
|
"braft-editor": "^2.3.9",
|
|
"dayjs": "^1.11.10",
|
|
"echarts": "^5.4.2",
|
|
"echarts-for-react": "^3.0.2",
|
|
"file-saver": "^2.0.5",
|
|
"html2canvas": "^1.4.1",
|
|
"i18next": "^23.7.11",
|
|
"jspdf": "^3.0.2",
|
|
"katex": "^0.16.22",
|
|
"localforage": "^1.10.0",
|
|
"match-sorter": "^6.3.1",
|
|
"mitt": "^3.0.1",
|
|
"moment": "^2.29.4",
|
|
"quill": "^2.0.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^13.5.0",
|
|
"react-player": "^3.3.1",
|
|
"react-quill": "^2.0.0",
|
|
"react-redux": "^8.0.5",
|
|
"react-router-dom": "^6.9.0",
|
|
"redux": "^4.2.1",
|
|
"sort-by": "^0.0.2",
|
|
"web-vitals": "^3.3.0",
|
|
"xgplayer": "3.0.13",
|
|
"xgplayer-hls": "^2.5.2",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.34.0",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.41.0",
|
|
"@typescript-eslint/parser": "^8.41.0",
|
|
"@vitejs/plugin-react-swc": "^3.0.0",
|
|
"eslint": "^9.34.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"globals": "^16.3.0",
|
|
"less": "^4.1.3",
|
|
"prettier": "^3.6.2",
|
|
"rollup-plugin-gzip": "^3.1.0",
|
|
"sass": "^1.90.0",
|
|
"typescript": "^4.9.3",
|
|
"typescript-eslint": "^8.41.0",
|
|
"vite": "^7.1.3",
|
|
"vite-plugin-eslint": "^1.8.1"
|
|
}
|
|
}
|