68 lines
2.1 KiB
JSON
68 lines
2.1 KiB
JSON
{
|
|
"name": "project1",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fullcalendar/daygrid": "^6.1.17",
|
|
"@fullcalendar/interaction": "^6.1.17",
|
|
"@fullcalendar/react": "^6.1.17",
|
|
"@fullcalendar/timegrid": "^6.1.17",
|
|
"@syncfusion/ej2-react-buttons": "^29.1.34",
|
|
"@syncfusion/ej2-react-dropdowns": "^29.1.41",
|
|
"@syncfusion/ej2-react-richtexteditor": "^29.1.40",
|
|
"@tailwindcss/vite": "^4.1.5",
|
|
"@tiptap/extension-highlight": "^2.12.0",
|
|
"@tiptap/extension-image": "^2.12.0",
|
|
"@tiptap/extension-link": "^2.12.0",
|
|
"@tiptap/extension-placeholder": "^2.12.0",
|
|
"@tiptap/extension-subscript": "^2.12.0",
|
|
"@tiptap/extension-superscript": "^2.12.0",
|
|
"@tiptap/extension-task-item": "^2.12.0",
|
|
"@tiptap/extension-task-list": "^2.12.0",
|
|
"@tiptap/extension-text-align": "^2.12.0",
|
|
"@tiptap/extension-typography": "^2.12.0",
|
|
"@tiptap/extension-underline": "^2.12.0",
|
|
"@tiptap/extension-youtube": "^2.12.0",
|
|
"@tiptap/react": "^2.12.0",
|
|
"@tiptap/starter-kit": "^2.12.0",
|
|
"axios": "^1.9.0",
|
|
"framer-motion": "^12.9.4",
|
|
"lucide-react": "^0.507.0",
|
|
"moment": "^2.30.1",
|
|
"motion": "^12.9.4",
|
|
"novel": "^1.0.2",
|
|
"react": "^19.0.0",
|
|
"react-big-calendar": "^1.18.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-markdown": "^10.1.0",
|
|
"react-router-dom": "^7.5.3",
|
|
"remark-gfm": "^4.0.1",
|
|
"slate": "^0.114.0",
|
|
"slate-history": "^0.113.1",
|
|
"slate-react": "^0.114.2",
|
|
"smart-webcomponents-react": "^22.0.0",
|
|
"tailwindcss": "^4.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.22.0",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-big-calendar": "^1.16.1",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"eslint": "^9.22.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^16.0.0",
|
|
"typescript": "~5.7.2",
|
|
"typescript-eslint": "^8.26.1",
|
|
"vite": "^6.3.1"
|
|
}
|
|
}
|