-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 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
{
"name": "tinder",
"version": "1.0.0",
"description": "🔥 Die Vernetzungs Plattform für erhabene Lobbyhoes!",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lobby-Hoes/tinder.git"
},
"author": "David Eliezer Kesselmann",
"license": "MIT",
"bugs": {
"url": "https://github.com/Lobby-Hoes/tinder/issues"
},
"homepage": "https://github.com/Lobby-Hoes/tinder#readme",
"dependencies": {
"@splidejs/splide": "^4.1.4",
"array-move": "^4.0.0",
"bulma-slider": "^2.0.5",
"bulma-switch": "^2.0.4",
"canvas-confetti": "^1.9.3",
"cookie-parser": "^1.4.6",
"cropperjs": "^1.6.2",
"express": "^4.21.0",
"flag-icons": "^7.2.3",
"js-cookie": "^3.0.5",
"leaflet": "^1.9.4",
"mongodb": "^6.9.0",
"multer": "^1.4.5-lts.1",
"sweetalert2": "^11.14.0"
"sweetalert2": "^11.12.1",
"web-push": "^3.6.7"
},
"engines": {
"node": ">=16.20.1"
}
}