mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-09 20:12:00 +10:00
* feat: support i18n * feat: wip support i18n * feat: complete space translation * feat: complete page translation * feat: update space translation * feat: update workspace translation * feat: update group translation * feat: update workspace translation * feat: update page translation * feat: update user translation * chore: update pnpm-lock * feat: add query translation * refactor: merge to single file * chore: remove necessary code * feat: save language to BE * fix: only load current language * feat: save language to locale column * fix: cleanups * add language menu to preferences page * new translations * translate editor * Translate editor placeholders * translate space selection component --------- Co-authored-by: Philip Okugbe <phil@docmost.com> Co-authored-by: Philip Okugbe <16838612+Philipinho@users.noreply.github.com>
80 lines
2.3 KiB
JSON
80 lines
2.3 KiB
JSON
{
|
|
"name": "client",
|
|
"private": true,
|
|
"version": "0.6.2",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"format": "prettier --write \"src/**/*.tsx\" \"src/**/*.ts\""
|
|
},
|
|
"dependencies": {
|
|
"@casl/ability": "^6.7.2",
|
|
"@casl/react": "^4.0.0",
|
|
"@docmost/editor-ext": "workspace:*",
|
|
"@emoji-mart/data": "^1.2.1",
|
|
"@emoji-mart/react": "^1.1.1",
|
|
"@excalidraw/excalidraw": "^0.17.6",
|
|
"@mantine/core": "^7.14.2",
|
|
"@mantine/form": "^7.14.2",
|
|
"@mantine/hooks": "^7.14.2",
|
|
"@mantine/modals": "^7.14.2",
|
|
"@mantine/notifications": "^7.14.2",
|
|
"@mantine/spotlight": "^7.14.2",
|
|
"@tabler/icons-react": "^3.22.0",
|
|
"@tanstack/react-query": "^5.61.4",
|
|
"axios": "^1.7.8",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"emoji-mart": "^5.6.0",
|
|
"file-saver": "^2.0.5",
|
|
"i18next": "^23.14.0",
|
|
"i18next-http-backend": "^2.6.1",
|
|
"jotai": "^2.10.3",
|
|
"jotai-optics": "^0.4.0",
|
|
"js-cookie": "^3.0.5",
|
|
"jwt-decode": "^4.0.0",
|
|
"katex": "^0.16.11",
|
|
"lowlight": "^3.2.0",
|
|
"mermaid": "^11.4.0",
|
|
"react": "^18.3.1",
|
|
"react-arborist": "^3.4.0",
|
|
"react-clear-modal": "^2.0.11",
|
|
"react-dom": "^18.3.1",
|
|
"react-drawio": "^1.0.1",
|
|
"react-error-boundary": "^4.1.2",
|
|
"react-helmet-async": "^2.0.5",
|
|
"react-i18next": "^15.0.1",
|
|
"react-router-dom": "^7.0.1",
|
|
"socket.io-client": "^4.8.1",
|
|
"tippy.js": "^6.3.7",
|
|
"tiptap-extension-global-drag-handle": "^0.1.16",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.16.0",
|
|
"@tanstack/eslint-plugin-query": "^5.62.1",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/katex": "^0.16.7",
|
|
"@types/node": "22.10.0",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"eslint": "^9.15.0",
|
|
"eslint-plugin-react": "^7.37.2",
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
"eslint-plugin-react-refresh": "^0.4.16",
|
|
"globals": "^15.13.0",
|
|
"optics-ts": "^2.4.1",
|
|
"postcss": "^8.4.49",
|
|
"postcss-preset-mantine": "^1.17.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"prettier": "^3.4.1",
|
|
"typescript": "^5.7.2",
|
|
"typescript-eslint": "^8.17.0",
|
|
"vite": "^6.0.0"
|
|
}
|
|
}
|