-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.36 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.36 KB
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
{
"name": "gitbouncer",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "prisma generate",
"studio": "prisma studio",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@octokit/auth-oauth-user": "^2.1.1",
"@prisma/client": "^3.12.0",
"@tailwindcss/line-clamp": "^0.3.1",
"apollo-server-micro": "^3.6.7",
"graphql": "^16.3.0",
"graphql-import-node": "^0.0.4",
"graphql-iso-date": "^3.6.1",
"iron-session": "^6.1.1",
"micro": "^9.3.4",
"next": "^12.1.5",
"nodemailer": "^6.7.3",
"octokit": "^1.7.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-feather": "^2.0.9",
"short-uuid": "^4.2.0",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/graphql-iso-date": "^3.4.0",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "^17.0.24",
"@types/nodemailer": "^6.4.4",
"@types/react": "^18.0.5",
"@types/react-dom": "17.0.14",
"autoprefixer": "^10.4.4",
"eslint": "8.12.0",
"eslint-config-next": "12.1.2",
"postcss": "^8.4.12",
"prisma": "^3.12.0",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.3"
}
}