55 lines
1.7 KiB
JSON
55 lines
1.7 KiB
JSON
{
|
|
"name": "web",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 5001 --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",
|
|
"@content-collections/core": "^0.8.0",
|
|
"@content-collections/mdx": "^0.2.0",
|
|
"@content-collections/next": "^0.2.4",
|
|
"@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:*",
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
"@sentry/nextjs": "^8.48.0",
|
|
"date-fns": "^4.1.0",
|
|
"fumadocs-core": "^14.7.4",
|
|
"import-in-the-middle": "^1.12.0",
|
|
"lucide-react": "^0.468.0",
|
|
"mdx-bundler": "^10.0.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.27.0",
|
|
"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.17",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|