-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1022 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
40
41
42
43
44
45
{
"name": "codechallenge.ai",
"version": "1.0.0",
"license": "MIT",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": ">=20"
},
"dependencies": {
"@langchain/openai": "^0.0.25",
"@prisma/client": "^5.11.0",
"dompurify": "^3.1.0",
"highlight.js": "^11.9.0",
"js-yaml": "^4.1.0",
"marked": "^12.0.1",
"marked-highlight": "^2.1.1",
"next": "14.1.4",
"openai": "^4.32.1",
"react": "^18",
"react-dom": "^18",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"appmap-node": "^2.19.2",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"prisma": "^5.11.0",
"tailwindcss": "^3.3.0",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}