-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.62 KB
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
{
"name": "qlms",
"version": "1.0.0",
"description": "Social network for developers",
"main": "server.js",
"scripts": {
"start": "node server",
"server": "nodemon server",
"final-updated-frontend": "npm start --prefix final-updated-frontend",
"dev": "concurrently \"npm run server\" \"npm run final-updated-frontend\"",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix final-updated-frontend && npm run build --prefix final-updated-frontend"
},
"author": "Brad Traversy",
"license": "MIT",
"dependencies": {
"axios": "^0.21.4",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"final-updated-frontend": "file:final-updated-frontend",
"config": "^3.3.10",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"deep-email-validator": "^0.1.21",
"diacriticless": "^1.0.1",
"dotenv": "^16.3.1",
"email-checker": "^1.0.0",
"email-existence": "^0.1.6",
"email-verifier": "^0.4.1",
"email-verifier-node": "^0.0.2",
"express": "^4.18.2",
"express-validator": "^6.8.1",
"fs": "^0.0.1-security",
"gravatar": "^1.8.1",
"isemail": "^3.2.0",
"joi": "^17.9.2",
"joi-password-complexity": "^5.1.0",
"jsonwebtoken": "^8.5.1",
"kickbox": "^2.0.4",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"moment": "^2.30.1",
"mongoose": "^5.13.19",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.3",
"normalize-text": "^2.4.1",
"normalize-url": "^5.3.0",
"string-similarity": "^4.0.4",
"validator": "^13.11.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"concurrently": "^5.3.0",
"nodemon": "^2.0.6"
}
}