eolas-app/package.json

67 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2025-07-14 16:59:59 +01:00
{
"name": "eolas-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-collapsible": "^1.1.7",
2025-12-11 19:17:37 +00:00
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-hover-card": "^1.1.15",
2025-12-11 19:17:37 +00:00
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-tooltip": "^1.2.3",
"@react-sigma/core": "^5.0.4",
"@react-sigma/layout-forceatlas2": "^5.0.6",
"@tailwindcss/vite": "^4.1.4",
2025-12-11 19:17:37 +00:00
"@tanstack/react-form": "^1.27.1",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-query-devtools": "^5.83.0",
"@tanstack/react-table": "^8.21.3",
"@vitejs/plugin-react-swc": "^4.1.0",
"axios": "^1.10.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"graphology": "^0.26.0",
"graphology-types": "^0.24.8",
"highlight.js": "^11.11.1",
"lucide-react": "^0.501.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^3.0.4",
"react-router": "^7.7.0",
"rehype-katex": "^7.0.1",
2025-12-11 19:17:37 +00:00
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"shiki": "^3.9.1",
"sigma": "^3.0.2",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.4",
"tw-animate-css": "^1.2.7"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@types/node": "^22.14.1",
"@types/react": "^19.0.10",
"@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"
}
2025-07-14 16:59:59 +01:00
}