-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.08 KB
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
{
"name": "classweave",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@google/genai": "^1.8.0",
"@google/generative-ai": "^0.24.1",
"@headlessui/react": "^2.2.4",
"@heroicons/react": "^2.2.0",
"axios": "^1.10.0",
"bcryptjs": "^3.0.2",
"dotenv": "^16.5.0",
"jsonwebtoken": "^9.0.2",
"jspdf": "^3.0.1",
"mongoose": "^8.16.0",
"next": "15.3.4",
"nodemailer": "^7.0.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-toastify": "^11.0.5",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.10",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.3.4",
"tailwindcss": "^4.1.10"
}
}