cal/package.json
2021-03-24 15:03:04 +00:00

31 lines
660 B
JSON

{
"name": "calendso",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@prisma/client": "2.18.0",
"@tailwindcss/forms": "^0.2.1",
"bcryptjs": "^2.4.3",
"dayjs": "^1.10.4",
"googleapis": "^67.1.1",
"next": "10.0.8",
"next-auth": "^3.13.2",
"react": "17.0.1",
"react-dom": "17.0.1"
},
"devDependencies": {
"@types/node": "^14.14.33",
"@types/react": "^17.0.3",
"autoprefixer": "^10.2.5",
"postcss": "^8.2.8",
"prisma": "2.18.0",
"tailwindcss": "^2.0.3",
"typescript": "^4.2.3"
}
}