feature(public,docs): new public website and docs

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-11-13 21:15:46 +01:00
parent fc2a019e1d
commit a022cb4831
234 changed files with 9341 additions and 6154 deletions

View File

@@ -1,56 +1,50 @@
{
"name": "@openpanel/public",
"version": "0.1.0",
"name": "public",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "rm -rf .next && pnpm with-env next dev",
"dev": "pnpm with-env next dev",
"build": "next build",
"start": "next start",
"typecheck": "tsc --noEmit",
"postinstall": "fumadocs-mdx",
"with-env": "dotenv -e ../../.env -c --"
},
"dependencies": {
"@hyperdx/node-opentelemetry": "^0.8.1",
"@number-flow/react": "^0.3.0",
"@openpanel/db": "workspace:*",
"@openpanel/nextjs": "1.0.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@t3-oss/env-nextjs": "^0.7.0",
"@openpanel/redis": "workspace:*",
"@openpanel/sdk-info": "workspace:^",
"@openstatus/react": "^0.0.3",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"email-validator": "^2.0.4",
"embla-carousel-autoplay": "8.0.0-rc22",
"embla-carousel-react": "8.0.0-rc22",
"lucide-react": "^0.323.0",
"next": "~14.2.1",
"react": "18.2.0",
"react-animate-height": "^3.2.3",
"react-dom": "18.2.0",
"react-syntax-highlighter": "^15.5.0",
"react-type-animation": "^3.2.0",
"clsx": "^2.1.1",
"dotted-map": "^2.2.3",
"framer-motion": "^11.0.28",
"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.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-external-links": "^3.0.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@openpanel/tsconfig": "workspace:*",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^18.16.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react-syntax-highlighter": "^15.5.9",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
"@types/mdx": "^2.0.13",
"@types/node": "22.8.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}