FHIR, API, datamodel

This commit is contained in:
colinislit
2025-11-21 22:32:29 +01:00
parent 5f7ef0801d
commit d5c6cf208b
39 changed files with 17974 additions and 1004 deletions

View File

@@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"types:generate": "npx supabase gen types typescript --project-id dqugbrpwtisgyxscpefg > lib/supabase/types.ts",
@@ -22,11 +22,11 @@
"framer-motion": "^12.23.24",
"gray-matter": "^4.0.3",
"lucide-react": "^0.553.0",
"next": "16.0.1",
"next": "14.2.18",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.4.6",
"react": "19.2.0",
"react-dom": "19.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.181.1",
@@ -37,13 +37,13 @@
"@tailwindcss/postcss": "^4",
"@types/mdx": "^2.0.13",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0.181.0",
"autoprefixer": "^10.4.22",
"dotenv": "^17.2.3",
"eslint": "^9",
"eslint-config-next": "16.0.1",
"eslint-config-next": "14.2.18",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.18",
"typescript": "^5"