-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.73 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
{
"name": "socialpulse2",
"version": "1.0.0",
"description": "SocialPulse2 is an AI multimodal Social Media Platform with main purpose to Connect people around the globe. SocialPulse is a social media platform where people can communicate with each other in real-time, create and share posts, and create networks such as group chats with each other.",
"engines": {
"node": "16.15.0"
},
"private": false,
"scripts": {
"dev": "nodemon server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"author": "socialpulse2-Georgios_Ioannou-Christian_Rasmussen-Leon_Belegu-Selma_Doganata-Jolie_Huang",
"license": "ISC",
"dependencies": {
"@artsy/fresnel": "^1.2.2",
"@sendgrid/mail": "^8.1.1",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@xenova/transformers": "^2.15.0",
"axios": "^0.21.4",
"bcrypt": "^5.1.1",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"elevenlabs": "^0.1.5",
"elevenlabs-js": "^1.2.6",
"express": "^4.17.1",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"languagedetect": "^2.0.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"mongoose": "^5.9.14",
"next": "^10.0.3",
"nodemailer": "^6.4.8",
"nodemailer-sendgrid-transport": "^0.2.0",
"nookies": "^2.3.0",
"nprogress": "^0.2.0",
"react": "^16.13.1",
"react-cropper": "^2.1.8",
"react-dom": "^16.13.1",
"react-infinite-scroll-component": "6.0.0",
"react-moment": "^0.9.7",
"react-router-dom": "^6.20.0",
"react-toastify": "^6.0.5",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.0",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"uuid": "^8.2.0",
"validator": "^13.0.0"
}
}