-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.68 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "jwie.be",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/core": "^0.26.3",
"@auth/prisma-adapter": "^1.3.3",
"@vercel/analytics": "^0.1.5",
"@vercel/og": "^0.1.0",
"eslint-config-next": "^13.0.2",
"fast-glob": "^3.2.12",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"hasha": "^5.2.2",
"next": "^14.0.4",
"next-auth": "^5.0.0-beta.9",
"next-mdx-remote": "^4.4.1",
"node-cache": "^5.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-lite-yt-embed": "^1.2.7",
"rehype-pretty-code": "^0.9.2",
"shiki": "^0.12.1",
"twitter-api-v2": "^1.12.9",
"unist-util-visit": "^4.1.2",
"vfile": "^5.3.5",
"vfile-matter": "^4.0.0",
"zod": "^3.19.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.1.0",
"@prisma/client": "^4.6.1",
"@tailwindcss/typography": "^0.5.0",
"@types/mdx": "^2.0.1",
"@types/node": "^17.0.10",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prisma": "^4.6.1",
"tailwindcss": "^3.0.15",
"typescript": "^5.2.2"
},
"prettier": {
"printWidth": 120,
"semi": false,
"trailingComma": "es5",
"arrowParens": "avoid",
"singleQuote": true,
"jsxSingleQuote": true,
"tabWidth": 2,
"bracketSameLine": true
}
}