Tons of updates. Rags paginated tables, site tracking

This commit is contained in:
2025-05-14 03:23:18 -05:00
parent 5d054026d8
commit 004153617b
15 changed files with 3443 additions and 4212 deletions

View File

@@ -18,6 +18,7 @@
"bootstrap": "^5.3.3",
"chroma-js": "^3.1.2",
"formik": "^2.4.6",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"markdown-to-jsx": "^7.7.2",
@@ -65,9 +66,11 @@
"@types/lodash": "~4.17.13",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"@types/react-google-recaptcha": "^2.1.9",
"@types/react-syntax-highlighter": "^15.5.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-google-recaptcha": "^3.1.0",
"typescript": "^4.9.5"
}
}