Forums added to Home.tsx as forumData[], which is fetched when Home component initializes Many functions moved from ForumModal to ForumModal-Data, Most code in Home page deleted because it was from Q-Mail and not needed. Minor changes to identifiers App owner temporarily changed to Qortal Seth for easier testing.
68 lines
1.9 KiB
JSON
68 lines
1.9 KiB
JSON
{
|
|
"name": "q-mintership",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.6",
|
|
"@emotion/styled": "^11.10.6",
|
|
"@mui/icons-material": "^5.11.11",
|
|
"@mui/material": "^5.11.13",
|
|
"@preact/signals-react": "^2.2.0",
|
|
"@reduxjs/toolkit": "^1.9.3",
|
|
"@tiptap/core": "^2.0.4",
|
|
"@tiptap/extension-highlight": "^2.0.4",
|
|
"@tiptap/extension-underline": "^2.0.4",
|
|
"@tiptap/starter-kit": "^2.0.4",
|
|
"@types/react-grid-layout": "^1.3.2",
|
|
"@types/react-redux": "^7.1.33",
|
|
"axios": "1.6.0",
|
|
"compressorjs": "^1.2.1",
|
|
"dompurify": "^3.0.3",
|
|
"flexlayout-react": "^0.7.9",
|
|
"localforage": "^1.10.0",
|
|
"mime": "^4.0.1",
|
|
"moment": "^2.29.4",
|
|
"philliplm-react-modern-audio-player": "^1.4.6",
|
|
"quill-image-resize-module-react": "^3.0.0",
|
|
"react": "^18.2.0",
|
|
"react-copy-to-clipboard": "^5.1.0",
|
|
"react-dnd": "^16.0.1",
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-grid-layout": "^1.3.4",
|
|
"react-intersection-observer": "^9.4.3",
|
|
"react-joyride": "^2.5.4",
|
|
"react-masonry-css": "^1.0.16",
|
|
"react-quill": "^2.0.0",
|
|
"react-redux": "^8.0.5",
|
|
"react-resize-detector": "^8.0.4",
|
|
"react-router-dom": "^6.9.0",
|
|
"react-toastify": "^9.1.2",
|
|
"react-virtuoso": "^4.3.3",
|
|
"short-unique-id": "^4.4.4",
|
|
"slate": "^0.91.4",
|
|
"slate-history": "^0.86.0",
|
|
"slate-react": "^0.91.11"
|
|
},
|
|
"devDependencies": {
|
|
"@mui/types": "^7.2.3",
|
|
"@types/dompurify": "^3.0.2",
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-copy-to-clipboard": "^5.0.7",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"core-js": "^3.30.2",
|
|
"prettier": "^2.8.6",
|
|
"typescript": "^4.9.3",
|
|
"vite": "5.2.6",
|
|
"worker-loader": "^3.0.8"
|
|
}
|
|
}
|