-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 860 Bytes
/
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
{
"name": "PlanDone",
"version": "1.0.0",
"engines": {
"node": "14.x"
},
"description": "PlanDone is made for Students who would like to learn smart, be productive and access everything they need while studying in one place.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "concurrently \"nodemon app.js\" \"sass public/scss:public/css --watch\""
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"sass": "^1.32.12"
},
"dependencies": {
"aos": "^2.3.4",
"concurrently": "^6.2.0",
"connect-mongo": "^4.4.1",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"macy": "^2.5.1",
"method-override": "^3.0.0",
"mongoose": "^5.13.0",
"passport": "^0.4.1",
"passport-google-oauth2": "^0.2.0"
}
}