{
"name": "@lazarv/react-server-example-mantine",
"private": true,
"description": "@lazarv/react-server Mantine UI example application",
"keywords": [],
"license": "ISC",
"author": "",
"scripts": {
"dev": "react-server",
"build": "react-server build",
"start": "react-server start"
},
"dependencies": {
"@lazarv/react-server": "workspace:^",
"@mantine/carousel": "^7.12.2",
"@mantine/charts": "^7.12.2",
"@mantine/code-highlight": "^7.12.2",
"@mantine/core": "^7.12.2",
"@mantine/dates": "^7.12.2",
"@mantine/dropzone": "^7.12.2",
"@mantine/form": "^7.12.2",
"@mantine/hooks": "^7.12.2",
"@mantine/modals": "^7.12.2",
"@mantine/notifications": "^7.12.2",
"@mantine/nprogress": "^7.12.2",
"@mantine/spotlight": "^7.12.2",
"@mantine/tiptap": "^7.12.2",
"@mantinex/mantine-logo": "^1.0.1",
"@tabler/icons-react": "^3.16.0",
"@tiptap/extension-highlight": "^2.6.6",
"@tiptap/extension-link": "^2.6.6",
"@tiptap/extension-subscript": "^2.6.6",
"@tiptap/extension-superscript": "^2.6.6",
"@tiptap/extension-text-align": "^2.6.6",
"@tiptap/extension-underline": "^2.6.6",
"@tiptap/pm": "^2.6.6",
"@tiptap/react": "^2.6.6",
"@tiptap/starter-kit": "^2.6.6",
"dayjs": "^1.11.13",
"recharts": "2.13.0-alpha.5"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"postcss": "^8.4.43",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.1.3"
}
}