Fixed the circular imports and things

This commit is contained in:
Gregory Schier
2024-12-20 23:49:15 -08:00
parent 51a11b6495
commit ec999015ab
83 changed files with 511 additions and 551 deletions

View File

@@ -4,7 +4,7 @@
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite dev --force",
"dev": "vite dev --force --debug hmr",
"build": "vite build",
"lint": "tsc --noEmit && eslint . --ext .ts,.tsx"
},
@@ -54,7 +54,6 @@
"react-helmet-async": "^2.0.5",
"react-markdown": "^9.0.1",
"react-pdf": "^9.1.0",
"react-router-dom": "^6.26.2",
"react-use": "^17.5.1",
"remark-gfm": "^4.0.0",
"slugify": "^1.6.6",
@@ -79,6 +78,7 @@
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"decompress": "^4.2.1",
"eslint-plugin-react-refresh": "^0.4.16",
"internal-ip": "^8.0.0",
"postcss": "^8.4.45",
"postcss-nesting": "^13.0.0",