-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
{
"name": "sustain-earth",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"aos": "^2.3.4",
"axios": "^1.7.7",
"classnames": "^2.5.1",
"cloudinary": "^2.5.1",
"date-fns": "^4.1.0",
"firebase": "^11.0.1",
"format": "^0.2.2",
"framer-motion": "^11.11.17",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.2",
"leaflet": "^1.9.4",
"lucide-react": "^0.460.0",
"next": "15.0.2",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-leaflet": "^4.2.1",
"react-router-dom": "^6.28.0",
"react-select": "^5.8.2",
"react-stars": "^2.2.5",
"react-toast": "^1.0.3",
"recharts": "^2.13.3",
"styled-components": "^6.1.13"
},
"devDependencies": {
"babel-plugin-styled-components": "^2.1.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "5.7.2"
}
}