feat: add basic webui
This commit is contained in:
55
apps/web/package.json
Normal file
55
apps/web/package.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"name": "web",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev -p 3001 --turbopack",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"analyze": "ANALYZE=true pnpm build",
|
||||
"clean": "git clean -xdf .cache .turbo dist node_modules",
|
||||
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
|
||||
},
|
||||
"dependencies": {
|
||||
"@arcjet/next": "1.0.0-alpha.34",
|
||||
"@radix-ui/react-icons": "^1.3.2",
|
||||
"@konobangu/cms": "workspace:*",
|
||||
"@konobangu/design-system": "workspace:*",
|
||||
"@konobangu/email": "workspace:*",
|
||||
"@konobangu/env": "workspace:*",
|
||||
"@konobangu/feature-flags": "workspace:*",
|
||||
"@konobangu/next-config": "workspace:*",
|
||||
"@konobangu/observability": "workspace:*",
|
||||
"@konobangu/rate-limit": "workspace:*",
|
||||
"@konobangu/seo": "workspace:*",
|
||||
"@konobangu/tailwind-config": "workspace:*",
|
||||
"@sentry/nextjs": "^8.43.0",
|
||||
"@content-collections/mdx": "^0.2.0",
|
||||
"@content-collections/core": "^0.8.0",
|
||||
"@content-collections/next": "^0.2.4",
|
||||
"date-fns": "^4.1.0",
|
||||
"fumadocs-core": "^14.6.0",
|
||||
"import-in-the-middle": "^1.11.3",
|
||||
"lucide-react": "^0.468.0",
|
||||
"mdx-bundler": "^10.0.3",
|
||||
"next": "^15.1.3",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-wrap-balancer": "^1.1.1",
|
||||
"reading-time": "^1.5.0",
|
||||
"require-in-the-middle": "^7.4.0",
|
||||
"sharp": "^0.33.5",
|
||||
"shiki": "^1.24.2",
|
||||
"sqip": "1.0.0-alpha.51",
|
||||
"sqip-plugin-data-uri": "1.0.0-alpha.52",
|
||||
"sqip-plugin-primitive": "1.0.0-alpha.53",
|
||||
"sqip-plugin-svgo": "1.0.0-alpha.54"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@konobangu/typescript-config": "workspace:*",
|
||||
"@types/node": "22.10.1",
|
||||
"@types/react": "19.0.1",
|
||||
"@types/react-dom": "19.0.2",
|
||||
"tailwindcss": "^3.4.16",
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user