-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.39 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
{
"name": "nextjs-blog",
"version": "1.0.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint"
},
"dependencies": {
"@upstash/redis": "^1.28.4",
"@vercel/og": "^0.6.4",
"next": "^14.1.3",
"next-themes": "^0.3.0",
"query-string": "^9.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@napi-rs/canvas": "^0.1.51",
"@stylistic/eslint-plugin": "^2.12.1",
"@types/mdast": "^4.0.3",
"@types/mdx": "^2.0.11",
"@types/node": "^20.11.19",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@vanilla-extract/css": "^1.14.1",
"@vanilla-extract/next-plugin": "^2.3.7",
"cloudinary": "^2.5.1",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.2",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-unused-imports": "^4.1.4",
"feed": "^4.2.2",
"globals": "^15.14.0",
"nodemailer": "^6.9.16",
"openai": "^4.77.0",
"rehype-highlight": "^7.0.0",
"rehype-katex": "^7.0.0",
"rehype-pretty-code": "^0.13.0",
"remark-math": "^6.0.0",
"sharp": "^0.33.3",
"typescript": "^5.3.3",
"typescript-eslint": "^8.18.2",
"unist-util-visit": "^5.0.0",
"velite": "^0.1.1"
}
}