-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 898 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
{
"name": "cs-ai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/google": "^0.0.35",
"@auth/firebase-adapter": "^2.4.2",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@google/generative-ai": "^0.16.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@splinetool/react-spline": "^4.0.0",
"@splinetool/runtime": "^1.9.6",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"firebase": "^10.12.5",
"firebase-admin": "^11.11.1",
"next": "14.2.5",
"next-auth": "^4.24.7",
"openai": "^4.55.4",
"react": "^18",
"react-dom": "^18",
"spline": "^0.0.0"
},
"type": "module",
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.5"
}
}