-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
45 lines (45 loc) · 1.16 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
{
"name": "nextjs-ai-markdown",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@capsizecss/metrics": "^1.2.0",
"@phosphor-icons/react": "^2.0.10",
"@radix-ui/react-dialog": "^1.0.4",
"@themosaad/tailwindcss-capsize": "^1.0.0",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vercel/analytics": "^1.0.1",
"ai": "2.1.12",
"autoprefixer": "10.4.14",
"classnames": "^2.3.2",
"eslint": "8.44.0",
"eslint-config-next": "13.4.7",
"latex.js": "^0.12.6",
"mermaid": "^10.2.4",
"next": "13.4.7",
"openai-edge": "^1.1.1",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-keyed-flatten-children": "^2.2.1",
"rehype-highlight": "^6.0.0",
"rehype-react": "^7.2.0",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"tailwindcss": "3.3.2",
"typescript": "5.1.6",
"unified": "^10.1.2"
},
"devDependencies": {
"prettier-plugin-organize-imports": "^3.2.2"
}
}