-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
68 lines (68 loc) · 1.91 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "inspiregem",
"version": "1.0.0",
"private": true,
"license": "MIT",
"author": "Arhan Ansari <[email protected]> (https://codewitharhan.infinityfreeapp.com)",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^5.2.6",
"@google/generative-ai": "^0.3.0",
"@heroicons/react": "^2.2.0",
"@next-auth/firebase-adapter": "^2.0.1",
"@stripe/stripe-js": "^4.4.0",
"@tailwindcss/typography": "^0.5.15",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20.7.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-syntax-highlighter": "^15.5.13",
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.4",
"classnames": "^2.5.1",
"cookie": "^1.0.1",
"dotenv": "^16.4.5",
"firebase": "^10.12.4",
"firebase-admin": "^11.4.1",
"katex": "^0.16.11",
"micro": "^10.0.1",
"next": "15.0.3",
"next-auth": "^4.24.10",
"protobufjs": "^7.4.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.3.0",
"react-katex": "^3.0.1",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^10.0.5",
"react-tooltip": "^5.28.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"stripe": "^16.10.0",
"tailwindcss": "^3.4.10"
},
"devDependencies": {
"@next-auth/firebase-adapter": "^2.0.1",
"@stripe/stripe-js": "^4.4.0",
"@tailwindcss/typography": "^0.5.15",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.4.14",
"eslint": "^8",
"eslint-config-next": "14.2.8",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}