Files
docmost_custom/apps/client/package.json
T

87 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,
2025-09-18 18:00:28 +01:00
"version": "0.23.2",
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": {
2024-11-30 19:54:04 +00:00
"@casl/ability": "^6.7.2",
2024-06-26 19:36:27 +01:00
"@casl/react": "^4.0.0",
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",
2025-06-09 23:25:36 +01:00
"@excalidraw/excalidraw": "0.18.0-864353b",
"@mantine/core": "^8.1.3",
2025-10-07 21:05:13 +01:00
"@mantine/dates": "^8.3.2",
"@mantine/form": "^8.1.3",
"@mantine/hooks": "^8.1.3",
"@mantine/modals": "^8.1.3",
"@mantine/notifications": "^8.1.3",
"@mantine/spotlight": "^8.1.3",
2025-06-11 23:18:39 +01:00
"@tabler/icons-react": "^3.34.0",
"@tanstack/react-query": "^5.80.6",
2025-06-13 21:38:49 +01:00
"@tiptap/extension-character-count": "^2.10.3",
2025-06-18 21:32:11 +01:00
"alfaaz": "^1.1.0",
2025-11-29 11:50:20 +00:00
"axios": "^1.13.2",
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",
2025-01-04 21:17:17 +08:00
"i18next": "^23.14.0",
"i18next-http-backend": "^2.6.1",
2025-06-11 23:18:39 +01:00
"jotai": "^2.12.5",
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",
2025-06-11 23:18:39 +01:00
"katex": "0.16.22",
"lowlight": "^3.3.0",
2025-07-25 00:18:53 +01:00
"mantine-form-zod-resolver": "^1.3.0",
2025-09-04 13:41:55 -07:00
"mermaid": "^11.11.0",
2025-03-14 22:41:34 +00:00
"mitt": "^3.0.1",
2025-06-27 10:58:36 +01:00
"posthog-js": "^1.255.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",
2025-06-09 23:25:36 +01:00
"react-clear-modal": "^2.0.15",
2024-06-03 16:29:49 +01:00
"react-dom": "^18.3.1",
2024-11-30 19:54:04 +00:00
"react-drawio": "^1.0.1",
"react-error-boundary": "^4.1.2",
2024-05-18 03:19:42 +01:00
"react-helmet-async": "^2.0.5",
2025-01-04 21:17:17 +08:00
"react-i18next": "^15.0.1",
2024-11-30 19:54:04 +00:00
"react-router-dom": "^7.0.1",
2025-06-11 23:18:39 +01:00
"semver": "^7.7.2",
2024-11-30 19:54:04 +00:00
"socket.io-client": "^4.8.1",
2023-10-26 00:35:49 +01:00
"tippy.js": "^6.3.7",
2025-03-12 13:17:59 +00:00
"tiptap-extension-global-drag-handle": "^0.1.18",
2025-06-11 23:18:39 +01:00
"zod": "^3.25.56"
},
"devDependencies": {
2024-12-09 14:51:31 +00:00
"@eslint/js": "^9.16.0",
"@tanstack/eslint-plugin-query": "^5.62.1",
"@types/file-saver": "^2.0.7",
2023-11-24 18:03:17 +00:00
"@types/js-cookie": "^3.0.6",
2024-06-20 14:57:00 +01:00
"@types/katex": "^0.16.7",
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",
2025-11-29 11:50:20 +00:00
"@vitejs/plugin-react": "^5.1.1",
2024-11-30 19:54:04 +00:00
"eslint": "^9.15.0",
2024-12-09 14:51:31 +00:00
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.13.0",
2023-09-26 03:31:20 +01:00
"optics-ts": "^2.4.1",
2024-11-30 19:54:04 +00:00
"postcss": "^8.4.49",
2024-09-02 12:43:33 +01:00
"postcss-preset-mantine": "^1.17.0",
2023-10-20 17:12:08 +01:00
"postcss-simple-vars": "^7.0.1",
2024-11-30 19:54:04 +00:00
"prettier": "^3.4.1",
"typescript": "^5.7.2",
2024-12-09 14:51:31 +00:00
"typescript-eslint": "^8.17.0",
2025-11-29 11:50:20 +00:00
"vite": "^7.2.4"
2023-08-08 14:12:15 +01:00
}
}