-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.77 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.77 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
56
57
58
59
60
61
62
63
64
65
{
"name": "SEProject",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"client-install": "npm install --prefix client",
"start": "node server",
"server": "nodemon server",
"test": "jest",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.8.1",
"array": "^0.4.3",
"axios": "^0.18.0",
"bcrypt": "^3.0.5",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"circular-json": "^0.5.9",
"concurrently": "^4.1.0",
"cors": "^2.8.5",
"dotenv": "^7.0.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"fs": "0.0.1-security",
"gridfs-stream": "1.1.1",
"hbs": "^4.0.3",
"jest": "^24.5.0",
"joi": "^14.3.1",
"jsonwebtoken": "^8.5.1",
"mailer": "^0.6.7",
"method-override": "^3.0.0",
"mongoose": "^5.4.15",
"mongoose-file": "0.0.2",
"mongoose-unique-validator": "^2.0.2",
"multer": "^1.4.1",
"multer-gridfs-storage": "^3.2.3",
"nodemailer": "^6.0.0",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"pdfmake": "^0.1.54",
"randomstring": "^1.1.5",
"react-ace": "^6.5.0",
"react-bootstrap-carousel": "^3.4.1",
"react-bootstrap-sidebar": "0.0.1",
"react-radio-buttons": "^1.2.2",
"react-slick": "^0.24.0",
"request": "^2.88.0",
"secure-random-password": "^0.1.0",
"slick-carousel": "^1.8.1",
"stripe": "^6.28.0"
},
"devDependencies": {
"jest": "^24.5.0",
"stripe": "^6.28.0",
"socket.io": "^2.2.0",
"nodemon": "^1.18.10"
}
}