izaac-2/frontend/package.json
Jakub Kaniecki 12c76e3e5a init
2025-05-18 16:23:03 +02:00

52 lines
1.3 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",
"@uiw/react-md-editor": "^4.0.5",
"antd": "^5.24.9",
"axios": "^1.6.7",
"chart.js": "^4.4.1",
"framer-motion": "^11.0.3",
"katex": "^0.16.22",
"marked": "^12.0.0",
"motion": "^10.17.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-helmet-async": "^2.0.5",
"react-icons": "^5.5.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"
},
"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.1.3"
}
}