-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 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": "warriorscommentaryapi",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
"@babel/preset-env": "^7.25.4",
"@singlestore/ai": "^0.0.29",
"@singlestore/client": "^0.0.35",
"babel-loader": "^9.1.3",
"deep-chat-react": "^2.0.1",
"elevenlabs-node": "^2.0.3",
"formidable": "^3.5.2",
"groq": "^3.57.2",
"groq-sdk": "^0.7.0",
"lodash": "^4.17.21",
"lucide-react": "^0.474.0",
"navigator": "^1.0.1",
"next": "^14.2.12",
"openai": "^4.80.1",
"pako": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-grid-layout": "^1.4.4",
"recharts": "^2.12.7",
"sharp": "^0.33.5",
"zustand": "^5.0.3"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.12"
}
}