Files
docmost_custom/apps/client/package.json
T

69 lines
2.0 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,
2024-07-07 16:31:28 +01:00
"version": "0.2.4",
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-01-09 18:58:26 +01:00
"lint": "eslint --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
2023-11-27 13:20:42 +00:00
"preview": "vite preview"
2023-08-08 14:12:15 +01:00
},
"dependencies": {
2024-06-03 02:54:12 +01:00
"@casl/ability": "^6.7.1",
2024-06-26 19:36:27 +01:00
"@casl/react": "^4.0.0",
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",
2024-06-26 19:36:27 +01:00
"@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",
2024-06-20 14:57:00 +01:00
"@tiptap/extension-code-block-lowlight": "^2.4.0",
2024-06-03 16:29:49 +01:00
"axios": "^1.7.2",
"clsx": "^2.1.1",
2024-03-29 21:56:38 +00:00
"date-fns": "^3.6.0",
2024-06-03 16:29:49 +01:00
"emoji-mart": "^5.6.0",
"file-saver": "^2.0.5",
2024-06-03 16:29:49 +01:00
"jotai": "^2.8.3",
"jotai-optics": "^0.4.0",
"js-cookie": "^3.0.5",
2024-05-14 22:55:11 +01:00
"jwt-decode": "^4.0.0",
2024-06-20 14:57:00 +01:00
"katex": "^0.16.10",
"lowlight": "^3.1.0",
2024-06-03 16:29:49 +01:00
"react": "^18.3.1",
2024-01-22 16:47:28 +01:00
"react-arborist": "^3.4.0",
2024-06-03 16:29:49 +01:00
"react-dom": "^18.3.1",
2024-05-01 17:27:05 +01:00
"react-error-boundary": "^4.0.13",
2024-05-18 03:19:42 +01:00
"react-helmet-async": "^2.0.5",
2024-06-20 14:57:00 +01:00
"react-moveable": "^0.56.0",
2024-06-26 19:36:27 +01:00
"react-router-dom": "^6.24.0",
2024-03-16 22:58:12 +00:00
"socket.io-client": "^4.7.5",
2023-10-26 00:35:49 +01:00
"tippy.js": "^6.3.7",
2024-06-03 16:29:49 +01:00
"zod": "^3.23.8"
},
"devDependencies": {
2024-06-26 19:36:27 +01:00
"@tanstack/eslint-plugin-query": "^5.47.0",
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",
2024-06-26 19:36:27 +01:00
"@types/node": "20.14.9",
2024-06-03 16:29:49 +01:00
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
2024-06-26 19:36:27 +01:00
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.5.0",
2024-06-03 16:29:49 +01:00
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
2023-09-26 03:31:20 +01:00
"optics-ts": "^2.4.1",
2024-03-29 21:56:38 +00:00
"postcss": "^8.4.38",
2024-06-03 16:29:49 +01:00
"postcss-preset-mantine": "^1.15.0",
2023-10-20 17:12:08 +01:00
"postcss-simple-vars": "^7.0.1",
2024-06-26 19:36:27 +01:00
"prettier": "^3.3.2",
"typescript": "^5.5.2",
"vite": "^5.3.1"
2023-08-08 14:12:15 +01:00
}
}