-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 876 Bytes
/
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
{
"name": "yourpod",
"version": "1.0.0",
"main": "app.js",
"type": "module",
"scripts": {
"dev": "nodemon src/app.js",
"start": "node src/app.js",
"build:css": "tailwindcss -i ./src/styles.css -o ./src/public/styles.css --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@aws-sdk/client-s3": "^3.645.0",
"@hapi/cookie": "^12.0.1",
"@hapi/hapi": "^21.3.10",
"@hapi/inert": "^7.1.0",
"@hapi/vision": "^7.0.3",
"bcrypt": "^5.1.1",
"dotenv": "^16.4.5",
"ffmpeg-static": "^5.2.0",
"handlebars": "^4.7.8",
"htmx": "^0.0.2",
"minio": "^8.0.0",
"mongodb": "6.8",
"podcast": "^2.0.1",
"slugify": "^1.6.6",
"translitit-cyrillic-ukrainian-to-latin": "^0.1.0"
},
"devDependencies": {
"nodemon": "^3.1.4",
"tailwindcss": "^3.4.6"
}
}