- added task rendering instead of molecule
- fied a lot of errors
- changes experiment page to show generic experiment info
This commit is contained in:
2026-05-25 12:55:46 +03:00
parent 26623dc2c1
commit f3372eb0ad
43 changed files with 5541 additions and 6908 deletions

View File

@@ -10,36 +10,36 @@
"preview": "vite preview"
},
"dependencies": {
"@mantine/core": "^9.1.1",
"@mantine/hooks": "^9.1.1",
"@mantine/notifications": "^9.1.1",
"@tabler/icons-react": "^3.34.1",
"axios": "^1.13.2",
"dotenv": "^17.4.2",
"immer": "^11.1.4",
"keycloak-js": "^26.2.3",
"miew-react": "^0.11.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-helmet": "^6.1.0",
"react-resizable-panels": "^4.5.4",
"react-router": "^7.9.6",
"vite-tsconfig-paths": "^5.1.4",
"zustand": "^5.0.8"
"@mantine/core": "9.1.1",
"@mantine/hooks": "9.1.1",
"@mantine/notifications": "9.1.1",
"@tabler/icons-react": "3.34.1",
"axios": "1.13.2",
"dotenv": "17.4.2",
"immer": "11.1.4",
"keycloak-js": "26.2.3",
"miew-react": "0.11.0",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-helmet": "6.1.0",
"react-resizable-panels": "4.5.4",
"react-router": "7.9.6",
"vite-tsconfig-paths": "5.1.4",
"zustand": "5.0.8"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@types/node": "^25.6.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react-helmet": "^6.1.11",
"@vitejs/plugin-react": "^5.0.2",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"@eslint/js": "9.33.0",
"@types/node": "25.6.0",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"@types/react-helmet": "6.1.11",
"@vitejs/plugin-react": "5.0.2",
"eslint": "9.33.0",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.20",
"globals": "16.3.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.39.1",
"vite": "^7.1.2"
"typescript-eslint": "8.39.1",
"vite": "7.1.2"
}
}