PandaWiki/web/admin/package.json

65 lines
2.0 KiB
JSON
Raw Permalink Normal View History

2025-05-16 10:55:53 +08:00
{
"name": "panda-wiki-admin",
2025-05-16 10:55:53 +08:00
"private": true,
2025-07-23 18:10:20 +08:00
"version": "2.11.1",
2025-05-16 10:55:53 +08:00
"type": "module",
"scripts": {
"dev": "vite",
"build:dev": "vite build --m development",
2025-08-19 19:02:07 +08:00
"build": "tsc -b && vite build",
2025-09-15 18:33:49 +08:00
"build:analyze": "tsc -b && vite build -- --analyze",
2025-09-18 15:30:09 +08:00
"api": "cx-swagger-api"
2025-05-16 10:55:53 +08:00
},
"dependencies": {
2025-10-27 17:16:39 +08:00
"@ctzhian/modelkit": "2.7.2",
2025-05-22 22:21:05 +08:00
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
2025-05-16 10:55:53 +08:00
"@reduxjs/toolkit": "^2.5.0",
"axios": "^1.7.9",
"clsx": "^2.1.1",
2025-05-16 10:55:53 +08:00
"echarts": "^5.6.0",
"emoji-mart": "^5.6.0",
2025-05-16 10:55:53 +08:00
"highlight.js": "^11.11.1",
2025-07-08 18:06:32 +08:00
"katex": "^0.16.22",
2025-09-15 18:33:49 +08:00
"lodash-es": "^4.17.21",
2025-05-16 10:55:53 +08:00
"lottie-react": "^2.4.1",
"lowlight": "^3.3.0",
"prosemirror-state": "^1.4.3",
2025-09-24 19:19:41 +08:00
"react-color-palette": "^7.3.1",
2025-05-16 10:55:53 +08:00
"react-colorful": "^5.6.1",
"react-diff-viewer": "^3.1.1",
2025-05-16 10:55:53 +08:00
"react-dropzone": "^14.3.8",
2025-05-16 19:20:18 +08:00
"react-image-crop": "^11.0.10",
2025-05-16 10:55:53 +08:00
"react-markdown": "^10.1.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.0.2",
"react-syntax-highlighter": "^15.6.1",
"react-virtuoso": "^4.12.6",
2025-07-08 18:06:32 +08:00
"rehype-katex": "^7.0.1",
2025-05-16 10:55:53 +08:00
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
2025-08-26 15:33:57 +08:00
"remark-math": "^6.0.0",
"uuid": "^11.1.0",
2025-08-26 15:33:57 +08:00
"y-websocket": "^3.0.0",
"yjs": "^13.6.27"
2025-05-16 10:55:53 +08:00
},
"devDependencies": {
2025-07-18 11:58:20 +08:00
"@c-x/cx-swagger-api": "^1.0.1",
2025-05-16 10:55:53 +08:00
"@eslint/js": "^9.15.0",
2025-09-15 18:33:49 +08:00
"@types/lodash-es": "^4.17.12",
2025-05-16 10:55:53 +08:00
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^4.3.4",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
2025-09-15 18:33:49 +08:00
"rollup-plugin-visualizer": "^6.0.3",
2025-08-19 19:02:07 +08:00
"typescript-eslint": "^8.30.1",
2025-05-16 10:55:53 +08:00
"vite": "^6.0.1"
2025-07-16 21:45:06 +08:00
},
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
}