-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.22 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.22 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": "eco-trav",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.6",
"@heroicons/react": "^1.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@react-google-maps/api": "^2.19.3",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"deepl-node": "^1.13.0",
"firebase": "^10.12.3",
"geolib": "^3.3.4",
"isomorphic-unfetch": "^4.0.2",
"lucide-react": "^0.408.0",
"next": "14.2.5",
"next-pwa": "^5.6.0",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-firebase-hooks": "^5.1.1",
"react-hot-toast": "^2.4.1",
"react-joystick-component": "^6.2.1",
"react-markdown": "^9.0.1",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^10.0.0"
},
"devDependencies": {
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}