docmost/apps/client/package.json

78 lines
2.2 KiB
JSON
Raw Normal View History

2023-08-08 14:12:15 +01:00
{
"name": "client",
2023-08-08 14:12:15 +01:00
"private": true,
2025-02-27 14:34:38 +00:00
"version": "0.8.4",
2023-08-08 14:12:15 +01:00
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"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",
"@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",
"@excalidraw/excalidraw": "^0.17.6",
feat: cloud and ee (#805) * stripe init git submodules for enterprise modules * * Cloud billing UI - WIP * Proxy websockets in dev mode * Separate workspace login and creation for cloud * Other fixes * feat: billing (cloud) * * add domain service * prepare links from workspace hostname * WIP * Add exchange token generation * Validate JWT token type during verification * domain service * add SkipTransform decorator * * updates (server) * add new packages * new sso migration file * WIP * Fix hostname generation * WIP * WIP * Reduce input error font-size * set max password length * jwt package * license page - WIP * * License management UI * Move license key store to db * add reflector * SSO enforcement * * Add default plan * Add usePlan hook * * Fix auth container margin in mobile * Redirect login and home to select page in cloud * update .gitignore * Default to yearly * * Trial messaging * Handle ended trials * Don't set to readonly on collab disconnect (Cloud) * Refine trial (UI) * Fix bug caused by using jotai optics atom in AppHeader component * configurable database maximum pool * Close SSO form on save * wip * sync * Only show sign-in in cloud * exclude base api part from workspaceId check * close db connection beforeApplicationShutdown * Add health/live endpoint * clear cookie on hostname change * reset currentUser atom * Change text * return 401 if workspace does not match * feat: show user workspace list in cloud login page * sync * Add home path * Prefetch to speed up queries * * Add robots.txt * Disallow login and forgot password routes * wildcard user-agent * Fix space query cache * fix * fix * use space uuid for recent pages * prefetch billing plans * enhance license page * sync
2025-03-06 13:38:37 +00:00
"@mantine/core": "^7.17.0",
"@mantine/form": "^7.17.0",
"@mantine/hooks": "^7.17.0",
"@mantine/modals": "^7.17.0",
"@mantine/notifications": "^7.17.0",
"@mantine/spotlight": "^7.17.0",
2024-11-30 19:54:04 +00:00
"@tabler/icons-react": "^3.22.0",
"@tanstack/react-query": "^5.61.4",
2025-02-14 16:59:19 +00:00
"axios": "^1.7.9",
2024-06-03 16:29:49 +01:00
"clsx": "^2.1.1",
"emoji-mart": "^5.6.0",
"file-saver": "^2.0.5",
"i18next": "^23.14.0",
"i18next-http-backend": "^2.6.1",
feat: cloud and ee (#805) * stripe init git submodules for enterprise modules * * Cloud billing UI - WIP * Proxy websockets in dev mode * Separate workspace login and creation for cloud * Other fixes * feat: billing (cloud) * * add domain service * prepare links from workspace hostname * WIP * Add exchange token generation * Validate JWT token type during verification * domain service * add SkipTransform decorator * * updates (server) * add new packages * new sso migration file * WIP * Fix hostname generation * WIP * WIP * Reduce input error font-size * set max password length * jwt package * license page - WIP * * License management UI * Move license key store to db * add reflector * SSO enforcement * * Add default plan * Add usePlan hook * * Fix auth container margin in mobile * Redirect login and home to select page in cloud * update .gitignore * Default to yearly * * Trial messaging * Handle ended trials * Don't set to readonly on collab disconnect (Cloud) * Refine trial (UI) * Fix bug caused by using jotai optics atom in AppHeader component * configurable database maximum pool * Close SSO form on save * wip * sync * Only show sign-in in cloud * exclude base api part from workspaceId check * close db connection beforeApplicationShutdown * Add health/live endpoint * clear cookie on hostname change * reset currentUser atom * Change text * return 401 if workspace does not match * feat: show user workspace list in cloud login page * sync * Add home path * Prefetch to speed up queries * * Add robots.txt * Disallow login and forgot password routes * wildcard user-agent * Fix space query cache * fix * fix * use space uuid for recent pages * prefetch billing plans * enhance license page * sync
2025-03-06 13:38:37 +00:00
"jotai": "^2.12.1",
2024-06-03 16:29:49 +01:00
"jotai-optics": "^0.4.0",
"js-cookie": "^3.0.5",
2025-01-22 18:08:31 +00:00
"katex": "0.16.21",
2024-11-30 19:54:04 +00:00
"lowlight": "^3.2.0",
2025-02-14 16:59:19 +00:00
"mermaid": "^11.4.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",
2024-11-30 19:54:04 +00:00
"react-clear-modal": "^2.0.11",
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",
"react-helmet-async": "^2.0.5",
"react-i18next": "^15.0.1",
2024-11-30 19:54:04 +00:00
"react-router-dom": "^7.0.1",
"socket.io-client": "^4.8.1",
2023-10-26 00:35:49 +01:00
"tippy.js": "^6.3.7",
2024-11-30 19:54:04 +00:00
"tiptap-extension-global-drag-handle": "^0.1.16",
2024-06-03 16:29:49 +01:00
"zod": "^3.23.8"
},
"devDependencies": {
"@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",
"@types/katex": "^0.16.7",
2024-11-30 19:54:04 +00:00
"@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",
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",
"postcss-simple-vars": "^7.0.1",
2024-11-30 19:54:04 +00:00
"prettier": "^3.4.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
2025-02-14 16:59:19 +00:00
"vite": "^6.1.0"
2023-08-08 14:12:15 +01:00
}
}