-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.23 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
{
"name": "helpdesk",
"private": true,
"scripts": {
"dev": "prisma generate && graphql-let && next dev",
"build": "prisma generate && graphql-let && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "3.4.9",
"@graphql-tools/schema": "^8.3.1",
"@prisma/client": "3.8.0",
"apollo-server-micro": "^3.6.3",
"bcrypt": "^5.0.1",
"bootstrap": "^5.1.3",
"graphql": "15",
"jsonwebtoken": "^8.5.1",
"micro": "^9.3.4",
"next": "12.0.10",
"prisma": "3.8.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.5.0",
"@graphql-codegen/import-types-preset": "^2.1.10",
"@graphql-codegen/typescript": "^2.4.3",
"@graphql-codegen/typescript-operations": "^2.2.4",
"@graphql-codegen/typescript-react-apollo": "^3.2.5",
"@types/bcrypt": "^5.0.0",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "17.0.16",
"@types/react": "17.0.39",
"autoprefixer": "^10.4.2",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"graphql-let": "^0.18.6",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.19",
"typescript": "4.5.5"
}
}