2021-03-10 10:02:39 +00:00
|
|
|
{
|
|
|
|
"name": "calendso",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
2021-04-13 20:56:49 +00:00
|
|
|
"start": "next start",
|
|
|
|
"postinstall": "prisma generate"
|
2021-03-10 10:02:39 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-04-20 12:56:50 +00:00
|
|
|
"@headlessui/react": "^1.0.0",
|
|
|
|
"@heroicons/react": "^1.0.1",
|
2021-05-05 15:04:53 +00:00
|
|
|
"@jitsu/sdk-js": "^2.0.1",
|
2021-05-07 21:57:55 +00:00
|
|
|
"@prisma/client": "2.22.1",
|
2021-03-22 13:48:48 +00:00
|
|
|
"@tailwindcss/forms": "^0.2.1",
|
2021-03-24 15:03:04 +00:00
|
|
|
"bcryptjs": "^2.4.3",
|
2021-03-22 13:48:48 +00:00
|
|
|
"dayjs": "^1.10.4",
|
|
|
|
"googleapis": "^67.1.1",
|
2021-04-17 20:18:51 +00:00
|
|
|
"ics": "^2.27.0",
|
2021-04-28 17:26:24 +00:00
|
|
|
"next": "^10.2.0",
|
2021-03-24 15:03:04 +00:00
|
|
|
"next-auth": "^3.13.2",
|
2021-04-28 17:26:24 +00:00
|
|
|
"next-transpile-modules": "^7.0.0",
|
2021-03-10 10:02:39 +00:00
|
|
|
"react": "17.0.1",
|
2021-04-26 12:01:21 +00:00
|
|
|
"react-dom": "17.0.1",
|
2021-05-08 19:03:47 +00:00
|
|
|
"react-phone-number-input": "^3.1.21",
|
|
|
|
"react-select": "^4.3.0",
|
2021-05-06 17:34:33 +00:00
|
|
|
"react-timezone-select": "^1.0.2"
|
2021-03-22 13:48:48 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^14.14.33",
|
|
|
|
"@types/react": "^17.0.3",
|
|
|
|
"autoprefixer": "^10.2.5",
|
|
|
|
"postcss": "^8.2.8",
|
2021-05-07 21:57:55 +00:00
|
|
|
"prisma": "^2.22.1",
|
2021-03-22 13:48:48 +00:00
|
|
|
"tailwindcss": "^2.0.3",
|
|
|
|
"typescript": "^4.2.3"
|
2021-03-10 10:02:39 +00:00
|
|
|
}
|
|
|
|
}
|