forked from calcom/synclinear.com
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (50 loc) · 1.59 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
47
48
49
50
{
"name": "linear-github-sync",
"private": true,
"scripts": {
"dev": "next dev",
"build": "npx prisma generate && next build",
"release": "npx prisma migrate deploy",
"start": "next start",
"lint": "next lint"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.0.6",
"@octokit/openapi-types": "^12.4.0",
"@octokit/webhooks-types": "^5.8.0",
"@types/node": "^17.0.45",
"@types/react": "18.0.19",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"autoprefixer": "^10.4.9",
"eslint": "8.16.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"postcss": "^8.4.16",
"prettier": "^2.8.0",
"prisma": "^4.12.0",
"tailwindcss": "^3.1.8",
"typescript": "4.7.2"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@linear/sdk": "^1.22.0",
"@prisma/client": "^4.12.0",
"@radix-ui/react-icons": "^1.1.1",
"@radix-ui/react-tooltip": "^1.0.2",
"canvas-confetti": "^1.5.1",
"got": "^12.5.3",
"graphql": "^16.6.0",
"next": "^12.3.0",
"ngrok": "^4.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-select": "^5.7.4",
"uuid": "^9.0.0"
},
"packageManager": "[email protected]"
}