forked from calcom/cal.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "calendso",
"version": "0.1.0",
"private": true,
"scripts": {
"debug_win": "SET NODE_OPTIONS=--inspect&&next dev",
"dev": "next dev",
"build": "next build",
"start": "next start",
"postinstall": "prisma generate"
},
"dependencies": {
"@headlessui/react": "^1.2.0",
"@heroicons/react": "^1.0.1",
"@jitsu/sdk-js": "^2.2.0",
"@prisma/client": "^2.24.1",
"@tailwindcss/forms": "^0.3.3",
"async": "^3.2.0",
"babel-plugin-superjson-next": "^0.3.0",
"bcryptjs": "^2.4.3",
"dayjs": "^1.10.5",
"googleapis": "^76.0.0",
"ics": "^2.29.0",
"next": "^10.2.3",
"next-auth": "^3.26.1",
"next-transpile-modules": "^7.3.0",
"nodemailer": "^6.6.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-phone-number-input": "^3.1.23",
"react-select": "^4.3.1",
"react-timezone-select": "^1.0.3",
"short-uuid": "^4.2.0",
"superjson": "^1.7.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^15.12.2",
"@types/react": "^17.0.11",
"autoprefixer": "^10.2.6",
"postcss": "^8.3.4",
"prisma": "^2.24.1",
"tailwindcss": "^2.1.4",
"typescript": "^4.3.2"
}
}