Files
stats/apps/public/package.json
Carl-Gerhard Lindesvärd d31d9924a5 feature(auth): replace clerk.com with custom auth (#103)
* feature(auth): replace clerk.com with custom auth

* minor fixes

* remove notification preferences

* decrease live events interval

fix(api): cookies..

# Conflicts:
#	.gitignore
#	apps/api/src/index.ts
#	apps/dashboard/src/app/providers.tsx
#	packages/trpc/src/trpc.ts
2024-12-20 22:23:07 +01:00

52 lines
1.4 KiB
JSON

{
"name": "public",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "pnpm with-env next dev",
"build": "next build",
"start": "next start",
"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.5",
"@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.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.3",
"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": {
"@types/mdx": "^2.0.13",
"@types/node": "20.14.8",
"@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"
}
}