UNPKG

@syngrisi/syngrisi

Version:
43 lines (42 loc) 1.26 kB
{ "name": "syngrisi-ui-app", "version": "1.0.0", "description": "ui for Syngrisi", "main": "stub.html", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Viktar Silakou", "license": "ISC", "dependencies": { "@mantine/core": "^9", "@mantine/dates": "^9", "@mantine/form": "^9", "@mantine/hooks": "^9", "@mantine/modals": "^9", "@mantine/notifications": "^9", "@mantine/nprogress": "^9", "@mantine/spotlight": "^9", "@tabler/icons-react": "^3.30.0", "@tanstack/react-query": "^5", "@tanstack/react-query-devtools": "^5", "date-fns": "^4", "dayjs": "^1.11.10", "fabric": "^5.5.2", "react": "^19.2.1", "react-dom": "^19.2.1", "react-error-boundary": "^4", "react-intersection-observer": "^9.16.0", "react-router": "^7", "react-window": "^2.2.7" }, "devDependencies": { "@types/node": "^24.10.1", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@types/react-window": "^2.0.0", "@vitejs/plugin-react": "^5.1.1", "typescript": "^5.9.3", "vite": "^7.2.6" } }