48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "creabook-client",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
"@radix-ui/react-select": "^2.0.0",
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
"@radix-ui/react-toast": "^1.1.5",
|
|
"@tanstack/react-query": "^5.17.0",
|
|
"@tiptap/extension-placeholder": "^3.22.2",
|
|
"@tiptap/extension-text-align": "^3.22.2",
|
|
"@tiptap/extension-underline": "^3.22.2",
|
|
"@tiptap/pm": "^3.22.2",
|
|
"@tiptap/react": "^3.22.2",
|
|
"@tiptap/starter-kit": "^3.22.2",
|
|
"axios": "^1.6.5",
|
|
"clsx": "^2.1.0",
|
|
"i18next": "^26.0.3",
|
|
"i18next-browser-languagedetector": "^8.2.1",
|
|
"konva": "^9.3.4",
|
|
"lucide-react": "^0.303.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^17.0.2",
|
|
"react-konva": "^18.2.10",
|
|
"react-router-dom": "^6.21.1",
|
|
"tailwind-merge": "^2.2.0",
|
|
"zustand": "^4.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.43",
|
|
"@types/react-dom": "^18.2.17",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"autoprefixer": "^10.4.16",
|
|
"postcss": "^8.4.33",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.0.10"
|
|
}
|
|
}
|