forked from ieee-uiuc/ieee.illinois.edu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.25 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
{
"name": "IEEE-UIUC",
"version": "1.0.0",
"description": "IEEE UIUC Branch Website",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"server": "nodemon server.js",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run client\" \"npm run server\"",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RamseyvanderMeer/IEEE.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RamseyvanderMeer/IEEE/issues"
},
"homepage": "https://github.com/RamseyvanderMeer/IEEE#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"cloudinary": "^1.26.0",
"concurrently": "^6.5.1",
"cors": "^2.8.5",
"cron": "^1.8.2",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-http-to-https": "^1.1.4",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.4",
"mongoose": "^5.12.13",
"nodemailer": "^6.6.1",
"nodemon": "^2.0.7",
"react-ga": "^3.3.0",
"three": "^0.143.0",
"twilio": "^3.76.0",
"vanta": "^0.5.22"
}
}