wip: try fix openpanel public styling #1

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-02-18 08:54:13 +01:00
parent 1a5d608be4
commit 1b69378e95

View File

@@ -4,38 +4,38 @@
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "pnpm with-env next dev", "dev": "pnpm with-env next dev",
"build": "next build", "build": "pnpm with-env next build",
"start": "next start", "start": "next start",
"postinstall": "fumadocs-mdx", "postinstall": "fumadocs-mdx",
"with-env": "dotenv -e ../../.env -c --" "with-env": "dotenv -e ../../.env -c --"
}, },
"dependencies": { "dependencies": {
"@hyperdx/node-opentelemetry": "^0.8.1", "@hyperdx/node-opentelemetry": "^0.8.1",
"@number-flow/react": "^0.3.0", "@number-flow/react": "0.3.5",
"@openpanel/db": "workspace:*", "@openpanel/db": "workspace:*",
"@openpanel/nextjs": "^1.0.5", "@openpanel/nextjs": "^1.0.5",
"@openpanel/redis": "workspace:*", "@openpanel/redis": "workspace:*",
"@openpanel/sdk-info": "workspace:^", "@openpanel/sdk-info": "workspace:^",
"@openstatus/react": "^0.0.3", "@openstatus/react": "0.0.3",
"@radix-ui/react-accordion": "^1.2.1", "@radix-ui/react-accordion": "1.2.3",
"@radix-ui/react-slider": "^1.2.1", "@radix-ui/react-slider": "1.2.3",
"@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-slot": "1.1.2",
"@radix-ui/react-tooltip": "^1.1.3", "@radix-ui/react-tooltip": "1.1.8",
"class-variance-authority": "^0.7.0", "class-variance-authority": "0.7.1",
"clsx": "^2.1.1", "clsx": "2.1.1",
"dotted-map": "^2.2.3", "dotted-map": "2.2.3",
"framer-motion": "^11.0.28", "framer-motion": "11.18.2",
"fumadocs-core": "14.1.1", "fumadocs-core": "14.1.1",
"fumadocs-mdx": "11.1.1", "fumadocs-mdx": "11.1.1",
"fumadocs-ui": "14.1.1", "fumadocs-ui": "14.1.1",
"geist": "^1.3.1", "geist": "1.3.1",
"lucide-react": "^0.454.0", "lucide-react": "0.454.0",
"next": "15.0.3", "next": "15.0.3",
"react": "^18.3.1", "react": "18.3.1",
"react-dom": "^18.3.1", "react-dom": "18.3.1",
"rehype-external-links": "^3.0.0", "rehype-external-links": "3.0.0",
"tailwind-merge": "^1.14.0", "tailwind-merge": "1.14.0",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "1.0.7",
"zod": "^3.22.4" "zod": "^3.22.4"
}, },
"devDependencies": { "devDependencies": {
@@ -45,7 +45,7 @@
"@types/react-dom": "^18.3.1", "@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"postcss": "^8.4.47", "postcss": "^8.4.47",
"tailwindcss": "^3.4.14", "tailwindcss": "3.4.17",
"typescript": "^5.6.3" "typescript": "^5.6.3"
} }
} }