Initial CRM workspace

This commit is contained in:
Ruslan Bakiev
2026-02-17 21:17:25 +07:00
commit 513a394b93
11 changed files with 13925 additions and 0 deletions

26
Frontend/package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "crm-frontend",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.18",
"@tiptap/extension-collaboration": "^2.27.2",
"@tiptap/extension-collaboration-cursor": "^2.27.2",
"@tiptap/extension-placeholder": "^2.27.2",
"@tiptap/starter-kit": "^2.27.2",
"@tiptap/vue-3": "^2.27.2",
"daisyui": "^5.5.18",
"nuxt": "^4.3.1",
"tailwindcss": "^4.1.18",
"vue": "^3.5.27",
"y-webrtc": "^10.3.0",
"yjs": "^13.6.29"
}
}