forked from calcom/synclinear.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.06 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
{
"name": "linear-github-sync",
"private": true,
"scripts": {
"dev": "npx prisma migrate dev && next dev",
"build": "npx prisma generate && next build",
"release": "npx prisma migrate deploy",
"start": "next start",
"lint": "next lint"
},
"devDependencies": {
"@octokit/openapi-types": "^12.4.0",
"@octokit/webhooks-types": "^5.8.0",
"@types/node": "^17.0.45",
"@types/react": "18.0.19",
"autoprefixer": "^10.4.9",
"eslint": "8.16.0",
"postcss": "^8.4.16",
"prisma": "^3.15.2",
"tailwindcss": "^3.1.8",
"typescript": "4.7.2"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@linear/sdk": "^1.22.0",
"@prisma/client": "^3.15.2",
"@radix-ui/react-icons": "^1.1.1",
"canvas-confetti": "^1.5.1",
"graphql": "^16.6.0",
"next": "^12.3.0",
"ngrok": "^4.3.3",
"petitio": "^1.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uuid": "^9.0.0"
}
}