mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-10 04:22:00 +10:00
68 lines
2.0 KiB
JSON
68 lines
2.0 KiB
JSON
{
|
|
"name": "client",
|
|
"private": true,
|
|
"version": "0.2.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@casl/ability": "^6.7.1",
|
|
"@casl/react": "^4.0.0",
|
|
"@emoji-mart/data": "^1.2.1",
|
|
"@emoji-mart/react": "^1.1.1",
|
|
"@mantine/core": "^7.11.0",
|
|
"@mantine/form": "^7.11.0",
|
|
"@mantine/hooks": "^7.11.0",
|
|
"@mantine/modals": "^7.11.0",
|
|
"@mantine/notifications": "^7.11.0",
|
|
"@mantine/spotlight": "^7.11.0",
|
|
"@tabler/icons-react": "^3.7.0",
|
|
"@tanstack/react-query": "^5.48.0",
|
|
"@tiptap/extension-code-block-lowlight": "^2.4.0",
|
|
"axios": "^1.7.2",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^3.6.0",
|
|
"emoji-mart": "^5.6.0",
|
|
"jotai": "^2.8.3",
|
|
"jotai-optics": "^0.4.0",
|
|
"js-cookie": "^3.0.5",
|
|
"jwt-decode": "^4.0.0",
|
|
"katex": "^0.16.10",
|
|
"lowlight": "^3.1.0",
|
|
"react": "^18.3.1",
|
|
"react-arborist": "^3.4.0",
|
|
"react-dom": "^18.3.1",
|
|
"react-error-boundary": "^4.0.13",
|
|
"react-helmet-async": "^2.0.5",
|
|
"react-moveable": "^0.56.0",
|
|
"react-router-dom": "^6.24.0",
|
|
"socket.io-client": "^4.7.5",
|
|
"tippy.js": "^6.3.7",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@tanstack/eslint-plugin-query": "^5.47.0",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/katex": "^0.16.7",
|
|
"@types/node": "20.14.9",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.14.1",
|
|
"@typescript-eslint/parser": "^7.14.1",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"eslint": "^9.5.0",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
"optics-ts": "^2.4.1",
|
|
"postcss": "^8.4.38",
|
|
"postcss-preset-mantine": "^1.15.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"prettier": "^3.3.2",
|
|
"typescript": "^5.5.2",
|
|
"vite": "^5.3.1"
|
|
}
|
|
}
|