2026-03-25 22:05:06 +00:00
|
|
|
{
|
|
|
|
|
"name": "convex-next-saas",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "eslint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-03-26 23:14:51 +00:00
|
|
|
"convex": "^1.34.0",
|
2026-03-25 22:05:06 +00:00
|
|
|
"next": "16.2.1",
|
2026-03-27 22:43:18 +00:00
|
|
|
"next-intl": "^4.8.3",
|
2026-03-25 22:05:06 +00:00
|
|
|
"react": "19.2.4",
|
|
|
|
|
"react-dom": "19.2.4"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@tailwindcss/postcss": "^4",
|
|
|
|
|
"@types/node": "^20",
|
|
|
|
|
"@types/react": "^19",
|
|
|
|
|
"@types/react-dom": "^19",
|
|
|
|
|
"eslint-config-next": "16.2.1",
|
|
|
|
|
"tailwindcss": "^4",
|
|
|
|
|
"typescript": "^5"
|
|
|
|
|
}
|
|
|
|
|
}
|