-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
45 lines (45 loc) · 1.26 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
{
"name": "bits-22",
"version": "1.0.0",
"description": "Website of BITS'22 by ACICTS",
"main": "server.js",
"dependencies": {
"body-parser": "^1.20.0",
"connect-mongo": "^3.0.0",
"dotenv": "^16.0.2",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-session": "^1.17.1",
"google-auth-library": "^8.0.3",
"googleapis": "^104.0.0",
"jsonwebtoken": "^8.5.1",
"markdown-it": "^13.0.1",
"mongoose": "^5.13.3",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.7.5",
"nodemon": "^2.0.15",
"request": "^2.88.2",
"sweetalert2": "^11.4.33",
"uuid": "^8.3.2"
},
"scripts": {
"nodemon": "nodemon server.js",
"sass-build": "sass --style=expanded --no-source-map views/css:views/css",
"sass-dev": "sass --watch --update --style=expanded --no-source-map views/css:views/css",
"dev": "npm-run-all --parallel nodemon sass-dev",
"build": "npm run sass-build",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/PasinduDushan/BITS22"
},
"author": "Pasindu Ranasinghe",
"license": "MIT",
"homepage": "https://github.com/PasinduDushan/BITS22",
"devDependencies": {
"g-sheets-api": "^2.1.3",
"npm-run-all": "^4.1.5",
"sass": "^1.55.0"
}
}