-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (46 loc) · 1.07 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
45
46
47
{
"name": "travelling-postman",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@mapbox/mapbox-sdk": "^0.16.1",
"@react-email/components": "^0.0.30",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.7",
"chartjs": "^0.3.24",
"cookie": "^1.0.2",
"cors": "^2.8.5",
"csv-parse": "^5.6.0",
"csv-parser": "^3.0.0",
"dotenv": "^16.4.5",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"leaflet": "^1.9.4",
"mapbox-gl": "^3.8.0",
"mathjs": "^14.0.0",
"next": "15.0.3",
"node-mailer": "^0.1.1",
"papaparse": "^5.4.1",
"pg": "^8.13.1",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-leaflet": "^5.0.0-rc.1",
"resend": "^4.0.1",
"sharp": "^0.33.5",
"travelling-postman": "file:"
},
"devDependencies": {
"postcss": "^8",
"tailwindcss": "^3.4.1"
},
"engines": {
"node": ">=16.x"
}
}