Files
docmost_custom/apps/client/package.json
T

60 lines
1.7 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,
2023-10-20 17:12:08 +01:00
"version": "0.0.0",
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-01-22 16:39:20 +01:00
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
2023-11-13 17:48:32 +00:00
"@mantine/core": "^7.2.2",
"@mantine/form": "^7.2.2",
"@mantine/hooks": "^7.2.2",
"@mantine/modals": "^7.2.2",
"@mantine/notifications": "^7.2.2",
"@mantine/spotlight": "^7.2.2",
2023-11-24 18:03:17 +00:00
"@tabler/icons-react": "^2.42.0",
"@tanstack/react-query": "^5.8.6",
"axios": "^1.6.2",
2023-10-01 01:25:04 +01:00
"clsx": "^2.0.0",
2023-11-09 16:52:34 +00:00
"date-fns": "^2.30.0",
2024-01-22 16:39:20 +01:00
"emoji-mart": "^5.5.2",
2023-11-09 16:52:34 +00:00
"jotai": "^2.5.1",
2023-09-04 19:38:40 +01:00
"jotai-optics": "^0.3.1",
"js-cookie": "^3.0.5",
2023-10-20 17:12:08 +01:00
"react": "^18.2.0",
2023-10-01 01:25:04 +01:00
"react-arborist": "^3.2.0",
2023-10-20 17:12:08 +01:00
"react-dom": "^18.2.0",
2023-11-24 18:03:17 +00:00
"react-router-dom": "^6.20.0",
2023-10-19 15:52:32 +01:00
"socket.io-client": "^4.7.2",
2023-10-26 00:35:49 +01:00
"tippy.js": "^6.3.7",
2023-10-01 01:25:04 +01:00
"uuid": "^9.0.1",
2023-10-19 15:52:32 +01:00
"zod": "^3.22.4"
},
"devDependencies": {
2023-11-24 18:03:17 +00:00
"@tanstack/eslint-plugin-query": "^5.8.4",
"@types/js-cookie": "^3.0.6",
"@types/node": "20.10.0",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
2023-11-09 16:52:34 +00:00
"@types/uuid": "^9.0.7",
2023-11-24 18:03:17 +00:00
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^8.54.0",
2023-10-20 17:12:08 +01:00
"eslint-plugin-react-hooks": "^4.6.0",
2023-11-24 18:03:17 +00:00
"eslint-plugin-react-refresh": "^0.4.4",
2023-09-26 03:31:20 +01:00
"optics-ts": "^2.4.1",
2023-10-19 15:52:32 +01:00
"postcss": "^8.4.31",
2023-11-13 17:48:32 +00:00
"postcss-preset-mantine": "^1.11.0",
2023-10-20 17:12:08 +01:00
"postcss-simple-vars": "^7.0.1",
2023-11-24 18:03:17 +00:00
"prettier": "^3.1.0",
"typescript": "^5.3.2",
"vite": "^5.0.2"
2023-08-08 14:12:15 +01:00
}
}