feat: new public website

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-12-02 09:17:49 +01:00
parent e2536774b0
commit ac4429d6d9
206 changed files with 18415 additions and 12433 deletions

View File

@@ -3,50 +3,55 @@
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "pnpm with-env next dev --port 3001",
"build": "pnpm with-env next build",
"build": "next build",
"dev": "next dev",
"start": "next start",
"types:check": "fumadocs-mdx && tsc --noEmit",
"postinstall": "fumadocs-mdx",
"with-env": "dotenv -e ../../.env -c --",
"typecheck": "tsc --noEmit"
"lint": "biome check",
"format": "biome format --write"
},
"dependencies": {
"@hyperdx/node-opentelemetry": "^0.8.1",
"@number-flow/react": "0.3.5",
"@nivo/funnel": "^0.87.0",
"@number-flow/react": "0.5.10",
"@openpanel/common": "workspace:*",
"@openpanel/nextjs": "^1.1.1",
"@openpanel/payments": "workspace:^",
"@openpanel/sdk-info": "workspace:^",
"@openstatus/react": "0.0.3",
"@radix-ui/react-accordion": "1.2.3",
"@radix-ui/react-slider": "1.2.3",
"@radix-ui/react-slot": "1.1.2",
"@radix-ui/react-tooltip": "1.1.8",
"@radix-ui/react-accordion": "1.2.12",
"@radix-ui/react-slider": "1.3.6",
"@radix-ui/react-slot": "1.2.4",
"@radix-ui/react-tooltip": "1.2.8",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"dotted-map": "2.2.3",
"framer-motion": "11.18.2",
"fumadocs-core": "14.1.1",
"fumadocs-mdx": "11.1.1",
"fumadocs-ui": "14.1.1",
"geist": "1.3.1",
"lucide-react": "0.454.0",
"next": "15.0.3",
"framer-motion": "12.23.24",
"fumadocs-core": "16.1.0",
"fumadocs-mdx": "14.0.3",
"fumadocs-ui": "16.1.0",
"geist": "1.5.1",
"lucide-react": "^0.552.0",
"next": "16.0.5",
"next-themes": "^0.4.6",
"react": "catalog:",
"react-dom": "catalog:",
"react-markdown": "^10.1.0",
"recharts": "^2.15.0",
"rehype-external-links": "3.0.0",
"tailwind-merge": "1.14.0",
"tailwind-merge": "3.4.0",
"tailwindcss-animate": "1.0.7",
"zod": "catalog:"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.16",
"@types/mdx": "^2.0.13",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "3.4.17",
"autoprefixer": "^10.4.22",
"postcss": "^8.5.6",
"tailwindcss": "4.1.17",
"typescript": "catalog:"
}
}