Files
docmost-ryan/frontend/package.json
Philipinho 3a53a7ea30 fix styling
2023-09-26 12:36:27 +01:00

53 lines
1.4 KiB
JSON

{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prebuild": "next telemetry disable",
"lint": "next lint"
},
"dependencies": {
"@hocuspocus/provider": "^2.5.0",
"@mantine/core": "^7.0.2",
"@mantine/form": "^7.0.2",
"@mantine/hooks": "^7.0.2",
"@tabler/icons-react": "^2.32.0",
"@tanstack/react-query": "^4.33.0",
"@tanstack/react-table": "^8.9.3",
"@tiptap/extension-collaboration": "^2.1.8",
"@tiptap/extension-collaboration-cursor": "^2.1.8",
"@tiptap/extension-document": "^2.1.8",
"@tiptap/extension-heading": "^2.1.8",
"@tiptap/extension-placeholder": "^2.1.8",
"@tiptap/pm": "^2.1.8",
"@tiptap/react": "^2.1.8",
"@tiptap/starter-kit": "^2.1.8",
"axios": "^1.4.0",
"jotai": "^2.3.1",
"jotai-optics": "^0.3.1",
"js-cookie": "^3.0.5",
"next": "13.5.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"typescript": "5.2.2",
"yjs": "^13.6.7",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/js-cookie": "^3.0.3",
"@types/node": "20.4.8",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"eslint": "8.46.0",
"eslint-config-next": "13.4.13",
"optics-ts": "^2.4.1",
"postcss": "^8.4.30",
"postcss-preset-mantine": "^1.7.0",
"postcss-simple-vars": "^7.0.1"
}
}