-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.62 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
48
49
50
51
52
53
54
55
56
{
"name": "ikonic-social-app",
"version": "1.0.0",
"description": "ikonic Social Media App",
"main": "app.js",
"scripts": {
"start": "nodemon app.js --exec babel-node",
"start:dev": "pm2 start --interpreter babel-node app.js -n ikonic-social-media-app-8002",
"dev:reload": "pm2 reload ikonic-social-media-app-8002"
},
"repository": {
"type": "git",
"url": "git+https://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@github.com/iroid-solutions-repos/ikonic-social-app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/iroid-solutions-repos/ikonic-social-app/issues"
},
"homepage": "https://github.com/iroid-solutions-repos/ikonic-social-app#readme",
"dependencies": {
"@babel/core": "^7.23.2",
"axios": "^1.6.7",
"bcrypt": "^5.1.1",
"connect-flash": "^0.1.1",
"data-store": "^4.0.3",
"dotenv": "^16.4.4",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-async-wrapper": "^0.1.0",
"express-joi-validation": "^5.0.1",
"express-session": "^1.18.0",
"firebase-admin": "^12.0.0",
"joi": "^17.12.1",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"mongoose": "^8.1.2",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.9",
"nodemon": "^3.0.3",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"socket.io": "^4.7.5",
"swagger-ui-express": "^5.0.0",
"twilio": "^4.22.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/node": "^7.20.7",
"@babel/preset-env": "^7.21.4",
"@babel/register": "^7.21.0"
}
}