-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "syntaxsorcerer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@pinecone-database/pinecone": "^3.0.2",
"@sweetalert2/theme-borderless": "^5.0.18",
"adm-zip": "^0.5.16",
"axios": "^1.7.7",
"csv-writer": "^1.6.0",
"express": "^4.19.2",
"next": "^14.2.8",
"node-fetch": "^3.3.2",
"openai": "^4.58.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-scripts": "^5.0.1",
"react-syntax-highlighter": "^15.5.0",
"redis": "^4.7.0",
"redis-om": "^0.4.6",
"sweetalert": "^2.1.2",
"sweetalert2": "^11.13.3",
"sweetalert2-react-content": "^5.0.7",
"tree-sitter": "^0.21.1",
"tree-sitter-cli": "^0.23.0",
"tree-sitter-javascript": "^0.23.0",
"uuid": "^10.0.0",
"web-vitals": "^4.2.3"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "^14.2.8"
}
}