-
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.01 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.01 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": "sih",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@react-three/drei": "^10.7.6",
"@tensorflow-models/mobilenet": "^2.1.1",
"@tensorflow/tfjs": "^4.22.0",
"cloudinary": "^2.7.0",
"framer-motion": "^12.23.12",
"fs": "^0.0.1-security",
"jose": "^6.1.0",
"mongoose": "^8.18.1",
"net": "^1.0.2",
"next": "^16.1.6",
"node-fetch": "^3.3.2",
"nodemailer": "^7.0.6",
"panolens": "^0.10.4",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hot-toast": "^2.6.0",
"react-modal": "^3.16.3",
"react-three-fiber": "^6.0.13",
"react-toastify": "^11.0.5",
"swiper": "^12.1.2",
"three": "^0.180.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.5.2",
"tailwindcss": "^4"
}
}