docmost/apps/client/package.json
Philipinho 9a8b605f70 * add new tiptap editor extension monorepo package
* move tiptap packages to main package.json
* add tiptap extensions schema to collaborative backend
* add basic README
2024-01-14 23:05:41 +01:00

57 lines
1.6 KiB
JSON

{
"name": "client",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@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",
"@tabler/icons-react": "^2.42.0",
"@tanstack/react-query": "^5.8.6",
"axios": "^1.6.2",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"jotai": "^2.5.1",
"jotai-optics": "^0.3.1",
"js-cookie": "^3.0.5",
"react": "^18.2.0",
"react-arborist": "^3.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.0",
"socket.io-client": "^4.7.2",
"tippy.js": "^6.3.7",
"uuid": "^9.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@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",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^8.54.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"optics-ts": "^2.4.1",
"postcss": "^8.4.31",
"postcss-preset-mantine": "^1.11.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.1.0",
"typescript": "^5.3.2",
"vite": "^5.0.2"
}
}