izaac-2/frontend/package.json
2025-08-31 23:05:53 +02:00

72 lines
2.1 KiB
JSON

{
"name": "izaac_2_0",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^6.0.0",
"@tiptap/extension-font-size": "^3.0.0-next.3",
"@tiptap/extension-image": "^3.0.7",
"@tiptap/extension-link": "^3.0.7",
"@tiptap/extension-placeholder": "^3.0.7",
"@tiptap/extension-subscript": "^3.0.7",
"@tiptap/extension-superscript": "^3.0.7",
"@tiptap/extension-table": "^3.0.7",
"@tiptap/extension-table-cell": "^3.0.7",
"@tiptap/extension-table-header": "^3.0.7",
"@tiptap/extension-table-row": "^3.0.7",
"@tiptap/extension-text-align": "^3.0.7",
"@tiptap/extension-text-style": "^3.0.7",
"@tiptap/react": "^3.0.7",
"@tiptap/starter-kit": "^3.0.7",
"@uiw/react-md-editor": "^4.0.5",
"and": "^0.0.3",
"antd": "^5.24.9",
"axios": "^1.6.7",
"chart.js": "^4.4.1",
"dayjs": "^1.11.13",
"framer-motion": "^11.0.3",
"katex": "^0.16.22",
"lucide-react": "^0.525.0",
"marked": "^12.0.0",
"motion": "^10.17.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.5.0",
"react-helmet": "^6.1.0",
"react-helmet-async": "^2.0.5",
"react-icons": "^5.5.0",
"react-latex-next": "^3.0.0",
"react-markdown": "^9.1.0",
"react-router-dom": "^6.22.0",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"yarn": "^1.22.22"
},
"devDependencies": {
"@eslint/js": "^8.56.0",
"@tailwindcss/typography": "^0.5.16",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"globals": "^13.24.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "~5.3.3",
"typescript-eslint": "^7.0.1",
"vite": "^5.4.19"
}
}