-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 845 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
{
"name": "ai-flashcards",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^5.3.1",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@google/generative-ai": "^0.17.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@stripe/stripe-js": "^4.3.0",
"@tailwindcss/typography": "^0.5.14",
"firebase": "^10.13.0",
"gemini-ai": "^2.2.1",
"next": "14.2.5",
"openai": "^4.56.0",
"react": "^18",
"react-dom": "^18",
"stripe": "^16.8.0"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10"
}
}