mirror of
https://github.com/docmost/docmost
synced 2025-03-28 21:13:28 +00:00
74 lines
2.2 KiB
JSON
74 lines
2.2 KiB
JSON
{
|
|
"name": "client",
|
|
"private": true,
|
|
"version": "0.4.1",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@docmost/editor-ext": "workspace:*",
|
|
"@casl/ability": "^6.7.1",
|
|
"@casl/react": "^4.0.0",
|
|
"@emoji-mart/data": "^1.2.1",
|
|
"@emoji-mart/react": "^1.1.1",
|
|
"@excalidraw/excalidraw": "^0.17.6",
|
|
"@mantine/core": "^7.12.2",
|
|
"@mantine/form": "^7.12.2",
|
|
"@mantine/hooks": "^7.12.2",
|
|
"@mantine/modals": "^7.12.2",
|
|
"@mantine/notifications": "^7.12.2",
|
|
"@mantine/spotlight": "^7.12.2",
|
|
"@tabler/icons-react": "^3.14.0",
|
|
"@tanstack/react-query": "^5.53.2",
|
|
"axios": "^1.7.7",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^3.6.0",
|
|
"emoji-mart": "^5.6.0",
|
|
"file-saver": "^2.0.5",
|
|
"jotai": "^2.9.3",
|
|
"jotai-optics": "^0.4.0",
|
|
"js-cookie": "^3.0.5",
|
|
"jwt-decode": "^4.0.0",
|
|
"katex": "^0.16.11",
|
|
"lowlight": "^3.1.0",
|
|
"mermaid": "^11.0.2",
|
|
"react": "^18.3.1",
|
|
"react-arborist": "^3.4.0",
|
|
"react-clear-modal": "^2.0.9",
|
|
"react-dom": "^18.3.1",
|
|
"react-drawio": "^0.2.0",
|
|
"react-error-boundary": "^4.0.13",
|
|
"react-helmet-async": "^2.0.5",
|
|
"react-router-dom": "^6.26.1",
|
|
"socket.io-client": "^4.7.5",
|
|
"tippy.js": "^6.3.7",
|
|
"tiptap-extension-global-drag-handle": "^0.1.12",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@tanstack/eslint-plugin-query": "^5.53.0",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/katex": "^0.16.7",
|
|
"@types/node": "22.5.2",
|
|
"@types/react": "^18.3.5",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.3.0",
|
|
"@typescript-eslint/parser": "^8.3.0",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"eslint": "^9.9.1",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-react-refresh": "^0.4.11",
|
|
"optics-ts": "^2.4.1",
|
|
"postcss": "^8.4.43",
|
|
"postcss-preset-mantine": "^1.17.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"prettier": "^3.3.3",
|
|
"typescript": "^5.5.4",
|
|
"vite": "^5.4.8"
|
|
}
|
|
}
|