- Update `next-intl` dependency from version 3.26.5 to 4.0.0 - Modify global type definitions to include new `Locale` and `Messages` types - Refactor various components and pages to use `Locale` type for params - Enhance internationalization handling by integrating `hasLocale` checks - Clean up imports and ensure consistent usage of `next-intl` features
101 lines
3.0 KiB
JSON
101 lines
3.0 KiB
JSON
{
|
|
"name": "mksaas-template",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "concurrently \"content-collections watch\" \"next dev\"",
|
|
"build": "content-collections build && next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"email": "email dev --dir src/mail/emails --port 3333"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/openai": "^1.1.13",
|
|
"@hookform/resolvers": "^4.1.0",
|
|
"@radix-ui/react-accordion": "^1.2.3",
|
|
"@radix-ui/react-avatar": "^1.1.3",
|
|
"@radix-ui/react-checkbox": "^1.1.4",
|
|
"@radix-ui/react-collapsible": "^1.1.3",
|
|
"@radix-ui/react-dialog": "^1.1.6",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.6",
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
"@radix-ui/react-label": "^2.1.2",
|
|
"@radix-ui/react-navigation-menu": "^1.2.5",
|
|
"@radix-ui/react-portal": "^1.1.4",
|
|
"@radix-ui/react-select": "^2.1.6",
|
|
"@radix-ui/react-separator": "^1.1.2",
|
|
"@radix-ui/react-slot": "^1.1.2",
|
|
"@radix-ui/react-tabs": "^1.1.3",
|
|
"@radix-ui/react-toast": "^1.2.6",
|
|
"@radix-ui/react-toggle": "^1.1.2",
|
|
"@radix-ui/react-toggle-group": "^1.1.2",
|
|
"@radix-ui/react-tooltip": "^1.1.8",
|
|
"@react-email/components": "0.0.33",
|
|
"@react-email/render": "1.0.5",
|
|
"@stripe/stripe-js": "^5.6.0",
|
|
"@types/canvas-confetti": "^1.9.0",
|
|
"ai": "^4.1.45",
|
|
"better-auth": "^1.1.19",
|
|
"canvas-confetti": "^1.9.3",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cookie": "^1.0.2",
|
|
"date-fns": "^4.1.0",
|
|
"deepmerge": "^4.3.1",
|
|
"dotenv": "^16.4.7",
|
|
"dotted-map": "^2.2.3",
|
|
"drizzle-orm": "^0.39.3",
|
|
"framer-motion": "^12.4.7",
|
|
"geist": "^1.3.1",
|
|
"lucide-react": "^0.475.0",
|
|
"mdast-util-toc": "^7.1.0",
|
|
"motion": "^12.4.3",
|
|
"next": "15.2.1",
|
|
"next-intl": "^4.0.0",
|
|
"next-plausible": "^3.12.4",
|
|
"next-safe-action": "^7.10.4",
|
|
"next-themes": "^0.4.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-hook-form": "^7.54.2",
|
|
"react-remove-scroll": "^2.6.3",
|
|
"recharts": "^2.15.1",
|
|
"rehype-autolink-headings": "^7.1.0",
|
|
"rehype-pretty-code": "^0.14.0",
|
|
"rehype-slug": "^6.0.0",
|
|
"remark": "^15.0.1",
|
|
"remark-code-import": "^1.2.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"resend": "^4.1.2",
|
|
"shiki": "^2.4.2",
|
|
"sonner": "^2.0.0",
|
|
"stripe": "^17.6.0",
|
|
"swiper": "^11.2.5",
|
|
"tailwind-merge": "^3.0.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"unist-util-visit": "^5.0.0",
|
|
"use-intl": "^3.26.5",
|
|
"vaul": "^1.1.2",
|
|
"zod": "^3.24.2",
|
|
"zustand": "^5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.9.4",
|
|
"@content-collections/cli": "^0.1.6",
|
|
"@content-collections/core": "^0.8.0",
|
|
"@content-collections/mdx": "^0.2.0",
|
|
"@content-collections/next": "^0.2.4",
|
|
"@types/node": "^20",
|
|
"@types/pg": "^8.11.11",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"concurrently": "^9.1.2",
|
|
"drizzle-kit": "^0.30.4",
|
|
"postcss": "^8",
|
|
"react-email": "3.0.7",
|
|
"tailwindcss": "^3.4.1",
|
|
"tsx": "^4.19.3",
|
|
"typescript": "^5"
|
|
}
|
|
}
|