Files
doc-forge-reborn/web/package.json
T
2026-07-08 20:02:29 +08:00

32 lines
766 B
JSON

{
"name": "web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"postinstall": "cp -r node_modules/tinymce public/tinymce 2>/dev/null || true"
},
"dependencies": {
"@ant-design/icons": "^6.3.2",
"@tinymce/tinymce-react": "^6.3.0",
"antd": "^6.5.0",
"axios": "^1.18.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-router-dom": "^7.18.1",
"tinymce": "^8.7.0"
},
"devDependencies": {
"@types/node": "^24.13.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"oxlint": "^1.71.0",
"typescript": "~6.0.2",
"vite": "^8.1.1"
}
}