-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1012 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1012 Bytes
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": "servercomponents",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.4",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/mdx": "^2.0.5",
"@types/node": "^20.3.1",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@vercel/og": "^0.6.2",
"autoprefixer": "10.4.14",
"eslint": "^8.43.0",
"eslint-config-next": "^12.0.4",
"framer-motion": "^10.12.16",
"million": "^3.0.5",
"next": "^14.1.3",
"postcss": "^8.4.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-tweet": "^3.1.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-pretty-code": "^0.9.7",
"rehype-slug": "^5.1.0",
"shiki": "^0.14.2",
"tailwindcss": "^3.4.1",
"typescript": "5.1.3"
},
"engines": {
"node": "20.x"
}
}