-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "next-tailwind-ts",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.1",
"@prisma/client": "^3.6.0",
"@urql/exchange-graphcache": "^4.3.6",
"apollo-server-micro": "^3.5.0",
"graphql": "^15.6.0",
"graphql-iso-date": "^3.6.1",
"micro": "^9.3.4",
"micro-cors": "^0.1.1",
"next": ">=12.0.5",
"next-auth": "^4.0.5",
"nexus": "^1.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"urql": "^2.0.6"
},
"devDependencies": {
"@types/graphql-iso-date": "^3.4.0",
"@types/next-auth": "^3.15.0",
"@types/node": "16.11.10",
"@types/react": "17.0.37",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"autoprefixer": "^10.4.0",
"eslint": "7",
"eslint-config-next": "12.0.4",
"eslint-config-prettier": "^8.3.0",
"postcss": "^8.4.5",
"prettier": "^2.4.1",
"tailwindcss": "^3.0.6",
"typescript": "4.5.2"
}
}