mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-03-25 17:21:47 +01:00
* update conditional classnames using clsx * added tw-merge, created util function cn() and replaced clsx usage with cn * add dark text to account page --------- Co-authored-by: Boris Martinovic <boris@martinovic.dev>
36 lines
965 B
JSON
36 lines
965 B
JSON
{
|
|
"name": "opensaas",
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.523.0",
|
|
"@aws-sdk/s3-request-presigner": "^3.523.0",
|
|
"@faker-js/faker": "8.3.1",
|
|
"@google-analytics/data": "4.1.0",
|
|
"@headlessui/react": "1.7.13",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tailwindcss/typography": "^0.5.7",
|
|
"apexcharts": "^3.41.0",
|
|
"clsx": "^2.1.0",
|
|
"headlessui": "^0.0.0",
|
|
"node-fetch": "3.3.0",
|
|
"openai": "^4.24.1",
|
|
"prettier": "3.1.1",
|
|
"prettier-plugin-tailwindcss": "0.5.11",
|
|
"react": "^18.2.0",
|
|
"react-apexcharts": "^1.4.1",
|
|
"react-hot-toast": "^2.4.1",
|
|
"react-icons": "4.11.0",
|
|
"stripe": "11.15.0",
|
|
"tailwind-merge": "^2.2.1",
|
|
"wasp": "file:.wasp/out/sdk/wasp",
|
|
"zod": "3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.13",
|
|
"@types/react": "^18.0.37",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"prisma": "4.16.2",
|
|
"typescript": "^5.1.0",
|
|
"vite": "^4.3.9"
|
|
}
|
|
}
|