Remix migration

This commit is contained in:
2023-10-19 16:49:09 -04:00
parent 5d2774fb2e
commit 04dcbb4181
33 changed files with 16545 additions and 1813 deletions

View File

@ -13,21 +13,25 @@
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/plus-jakarta-sans": "^4.5.11",
"@sentry/react": "^7.38.0",
"@sentry/tracing": "^7.38.0",
"framer-motion": "^9.0.4",
"@remix-run/cloudflare": "^1.14.0",
"@remix-run/cloudflare-pages": "^1.14.0",
"@remix-run/react": "^1.14.0",
"@sentry/react": "^7.40.0",
"@sentry/tracing": "^7.40.0",
"framer-motion": "^10.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230215.0",
"@remix-run/dev": "^1.14.0",
"@types/node": "^18.14.6",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"esbuild": "^0.17.8",
"prettier": "^2.8.4",
"typescript": "^4.9.5",
"vite": "^4.1.2",
"vite-plugin-ssr": "^0.4.84"
"typescript": "^4.9.5"
}
}