-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 988 Bytes
/
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
{
"name": "blogging-app-nextjs-apollo-graphql-prisma-project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@apollo/client": "^3.7.0",
"@next-auth/prisma-adapter": "^1.0.4",
"@prisma/client": "^4.4.0",
"ant": "^0.2.0",
"apollo-server-micro": "^3.10.2",
"graphql": "^16.6.0",
"graphql-scalars": "^1.18.0",
"micro": "^9.4.1",
"micro-cors": "^0.1.1",
"next": "12.3.1",
"next-auth": "^4.12.2",
"nexus": "^1.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/antd": "^1.0.0",
"@types/micro-cors": "^0.1.2",
"@types/node": "^18.8.2",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"typescript": "4.8.4"
}
}