-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
52 lines (52 loc) · 1.28 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
{
"name": "twitter-clone",
"version": "1.0.0",
"description": "Twitter Clone",
"main": "server.js",
"dependencies": {
"axios": "^0.24.0",
"bcrypt": "^5.0.1",
"cloudinary": "^1.28.1",
"concurrently": "^6.4.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"emoji-picker-react": "^3.5.1",
"express": "^4.17.1",
"helmet": "^4.6.0",
"jsonwebtoken": "^8.5.1",
"linkify-plugin-hashtag": "^3.0.4",
"linkify-plugin-mention": "^3.0.4",
"linkifyjs": "^3.0.5",
"mongoose": "^6.1.2",
"multer": "^1.4.4",
"nodemailer": "^6.7.3",
"validator": "^13.7.0"
},
"devDependencies": {
"nodemon": "^2.0.15"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon server.js",
"client": "cd client && npm run start",
"start": "node server.js",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/PrasadBroo/Twitter-Clone.git"
},
"keywords": [
"twitter",
"clone",
"twitter",
"clone",
"react"
],
"author": "Prasadbro",
"license": "MIT",
"bugs": {
"url": "https://github.com/PrasadBroo/Twitter-Clone/issues"
},
"homepage": "https://github.com/PrasadBroo/Twitter-Clone#readme"
}