-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 979 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
40
{
"name": "graphql-prisma-post",
"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.5.10",
"@next-auth/prisma-adapter": "^1.0.3",
"@prisma/client": "^3.12.0",
"antd": "^4.19.5",
"apollo-server-micro": "^3.6.7",
"graphql": "^16.3.0",
"graphql-scalars": "^1.17.0",
"micro": "^9.3.4",
"micro-cors": "^0.1.1",
"next": "12.1.5",
"next-auth": "^4.3.2",
"nexus": "^1.3.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"ts-node": "^10.7.0"
},
"devDependencies": {
"@types/micro-cors": "^0.1.2",
"@types/node": "17.0.25",
"@types/react": "18.0.5",
"@types/react-dom": "18.0.1",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"prettier": "^2.6.2",
"prisma": "^3.12.0",
"typescript": "4.6.3"
}
}