forked from alxlvgit/travel-meet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.18 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.18 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
{
"name": "travelmeet",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"dev": "nodemon server.js",
"build-css": "npx tailwindcss -i ./input.css -o ./static/output.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alxlvgit/TravelMeet.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/alxlvgit/TravelMeet/issues"
},
"homepage": "https://github.com/alxlvgit/TravelMeet#readme",
"dependencies": {
"@aws-sdk/client-s3": "^3.332.0",
"@aws-sdk/s3-request-presigner": "^3.332.0",
"@prisma/client": "^4.13.0",
"@turf/turf": "^6.5.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"connect-redis": "^7.0.1",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"ioredis": "^5.3.2",
"mapbox-gl": "^2.14.1",
"multer": "^1.4.5-lts.1",
"node": "^19.8.1",
"node-fetch": "^3.3.1",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"sharp": "^0.32.1",
"socket.io": "^4.6.1",
"swiper": "^9.2.4"
},
"devDependencies": {
"prisma": "^4.13.0",
"tailwindcss": "^3.3.2"
}
}