Files
docmost/apps/client/package.json
T

86 lines
2.5 KiB
JSON
Raw Normal View History

2023-08-08 14:12:15 +01:00
{
2023-10-20 17:12:08 +01:00
"name": "client",
2023-08-08 14:12:15 +01:00
"private": true,
2026-03-17 14:29:09 +00:00
"version": "0.70.3",
2023-08-08 14:12:15 +01:00
"scripts": {
2023-11-27 13:20:42 +00:00
"dev": "vite",
2023-10-20 17:12:08 +01:00
"build": "tsc && vite build",
2024-12-09 14:51:31 +00:00
"lint": "eslint .",
"preview": "vite preview",
"format": "prettier --write \"src/**/*.tsx\" \"src/**/*.ts\""
2023-08-08 14:12:15 +01:00
},
"dependencies": {
2026-03-25 10:07:01 +00:00
"@casl/react": "^5.0.1",
2024-10-29 18:13:20 +00:00
"@docmost/editor-ext": "workspace:*",
2024-06-03 16:29:49 +01:00
"@emoji-mart/data": "^1.2.1",
2024-01-22 16:39:20 +01:00
"@emoji-mart/react": "^1.1.1",
2026-02-11 16:48:26 -08:00
"@excalidraw/excalidraw": "0.18.0-3a5ef40",
2026-03-25 10:07:01 +00:00
"@mantine/core": "^8.3.18",
"@mantine/dates": "^8.3.18",
"@mantine/form": "^8.3.18",
"@mantine/hooks": "^8.3.18",
"@mantine/modals": "^8.3.18",
"@mantine/notifications": "^8.3.18",
"@mantine/spotlight": "^8.3.18",
"@tabler/icons-react": "^3.40.0",
"@tanstack/react-query": "5.90.17",
2025-06-18 21:32:11 +01:00
"alfaaz": "^1.1.0",
2026-03-25 10:07:01 +00:00
"axios": "^1.13.6",
"blueimp-load-image": "^5.16.0",
2024-06-03 16:29:49 +01:00
"clsx": "^2.1.1",
"emoji-mart": "^5.6.0",
"file-saver": "^2.0.5",
"highlightjs-sap-abap": "^0.3.0",
2026-03-25 10:07:01 +00:00
"i18next": "^25.10.1",
"i18next-http-backend": "^3.0.2",
"jotai": "^2.18.1",
2024-06-03 16:29:49 +01:00
"jotai-optics": "^0.4.0",
"js-cookie": "^3.0.5",
2025-04-03 14:05:34 +01:00
"jwt-decode": "^4.0.0",
2026-03-25 10:07:01 +00:00
"katex": "0.16.40",
2025-06-11 23:18:39 +01:00
"lowlight": "^3.3.0",
2025-07-25 00:18:53 +01:00
"mantine-form-zod-resolver": "^1.3.0",
2026-03-25 10:07:01 +00:00
"mermaid": "^11.13.0",
2025-03-14 22:41:34 +00:00
"mitt": "^3.0.1",
2026-03-25 10:07:01 +00:00
"posthog-js": "1.363.1",
2024-06-03 16:29:49 +01:00
"react": "^18.3.1",
2025-02-14 16:59:19 +00:00
"react-arborist": "3.4.0",
2026-03-25 10:07:01 +00:00
"react-clear-modal": "^2.0.18",
2024-06-03 16:29:49 +01:00
"react-dom": "^18.3.1",
2026-01-14 16:36:47 +00:00
"react-drawio": "^1.0.7",
2026-03-25 10:07:01 +00:00
"react-error-boundary": "^6.1.1",
"react-helmet-async": "^3.0.0",
"react-i18next": "^16.5.8",
"react-router-dom": "^7.13.1",
"semver": "^7.7.4",
2026-01-14 16:36:47 +00:00
"socket.io-client": "^4.8.3",
2025-03-12 13:17:59 +00:00
"tiptap-extension-global-drag-handle": "^0.1.18",
2026-03-01 18:37:39 +00:00
"zod": "^4.3.6"
},
"devDependencies": {
2026-03-25 10:07:01 +00:00
"@eslint/js": "^9.28.0",
"@tanstack/eslint-plugin-query": "^5.94.4",
"@types/blueimp-load-image": "^5.16.6",
"@types/file-saver": "^2.0.7",
2023-11-24 18:03:17 +00:00
"@types/js-cookie": "^3.0.6",
2026-03-25 10:07:01 +00:00
"@types/katex": "^0.16.8",
2025-11-29 11:50:20 +00:00
"@types/node": "22.19.1",
2024-11-30 19:54:04 +00:00
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
2026-03-25 10:07:01 +00:00
"@vitejs/plugin-react": "^6.0.0",
"eslint": "^9.28.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
2024-12-09 14:51:31 +00:00
"globals": "^15.13.0",
2023-09-26 03:31:20 +01:00
"optics-ts": "^2.4.1",
2026-03-25 10:07:01 +00:00
"postcss": "^8.5.8",
"postcss-preset-mantine": "^1.18.0",
2023-10-20 17:12:08 +01:00
"postcss-simple-vars": "^7.0.1",
2026-03-25 10:07:01 +00:00
"prettier": "^3.8.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.1",
"vite": "^8.0.1"
2023-08-08 14:12:15 +01:00
}
}