-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.33 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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "visiflow",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@react-three/drei": "^10.3.0",
"@react-three/fiber": "^9.1.2",
"bcrypt": "^5.1.1",
"bcryptjs": "^3.0.2",
"chart.js": "^4.5.0",
"chartjs-adapter-date-fns": "^3.0.0",
"cloudinary": "^2.6.0",
"crypto": "^1.0.1",
"date-fns": "^4.1.0",
"dotenv": "^16.5.0",
"framer-motion": "^11.18.2",
"gsap": "^3.12.2",
"leaflet": "^1.9.4",
"lucide-react": "^0.522.0",
"mongoose": "^8.13.2",
"next": "15.3.1",
"next-auth": "^4.24.11",
"next-cloudinary": "^6.16.0",
"postcss": "^8.5.3",
"react": "^19.0.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.0.0",
"react-leaflet": "^5.0.0",
"react-parallax-tilt": "^1.7.291",
"recharts": "^2.15.4",
"three": "^0.177.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.4",
"@types/bcrypt": "^5.0.2",
"@types/leaflet": "^1.9.19",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.1",
"tailwindcss": "^4.1.4",
"typescript": "^5"
}
}