-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 970 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": "with-tailwindcss",
"version": "0.1.0",
"private": true,
"scripts": {
"lint": "next lint",
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest"
},
"dependencies": {
"@apollo/client": "^3.3.20",
"graphql": "^15.5.1",
"next": "11.0.0",
"next-auth": "^3.27.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^6.0.2",
"react-use-cookie": "^1.2.1",
"rehype-raw": "^5.1.0"
},
"devDependencies": {
"@types/react": "^17.0.11",
"@types/react-test-renderer": "^17.0.1",
"autoprefixer": "^10.0.4",
"babel-jest": "^27.0.5",
"eslint": "^7.29.0",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"jest": "^27.0.5",
"postcss": "^8.1.10",
"prettier": "^2.3.2",
"react-test-renderer": "^17.0.2",
"tailwindcss": "^2.1.1",
"typescript": "^4.3.4"
}
}