-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.65 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
57
58
59
{
"name": "sensus",
"version": "1.0.0",
"description": "An online journal powered by AI",
"main": "index.js",
"scripts": {
"client": "cd client && npm start",
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon index.js",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"author": "Samarth Arora",
"license": "ISC",
"dependencies": {
"@google-cloud/language": "^4.1.0",
"@sweetalert2/theme-dark": "^3.2.0",
"axios": "^0.20.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.2",
"colormap": "^2.3.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-flash-messages": "^0.1.1",
"express-partials": "^0.3.0",
"express-session": "^1.17.1",
"is-empty": "^1.2.0",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^2.2.0",
"moment": "^2.27.0",
"mongoose": "^5.10.1",
"multer": "^1.4.2",
"node-sass-middleware": "^0.11.0",
"nodemailer": "^6.4.11",
"nodemon": "^2.0.4",
"noty": "^3.2.0-beta",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"querystring": "^0.2.0",
"react-big-calendar": "^0.27.0",
"react-bootstrap": "^1.3.0",
"react-bootstrap-sweetalert": "^5.2.0",
"react-bootstrap-switch": "^15.5.3",
"react-social-login-buttons": "^3.1.0",
"sweetalert": "^2.1.2",
"sweetalert2": "^9.17.2",
"validator": "^13.1.1"
},
"devDependencies": {
"concurrently": "^5.3.0"
}
}