-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.5 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
{
"name": "smart-revision-platform",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "postcss public/quizzer/main_quiz_tailwind.css -o public/tailwind/quizzer/main_quiz_styles.css",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kc611/smart-revision-platform.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kc611/smart-revision-platform/issues"
},
"homepage": "https://github.com/kc611/smart-revision-platform#readme",
"dependencies": {
"autoprefixer": "^10.2.6",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"chart.js": "^3.3.2",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"cors": "^2.8.5",
"dotenv": "^9.0.2",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-favicon": "^2.0.1",
"express-messages": "^1.0.1",
"express-session": "^1.17.2",
"express-validator": "^6.11.1",
"feather-icons": "^4.28.0",
"form-data": "^4.0.0",
"gridfs": "^1.0.0",
"mongoose": "^5.12.9",
"multer": "^1.4.2",
"nodemailer": "^6.6.2",
"nodemon": "^2.0.7",
"passport": "^0.4.1",
"passport-local-mongoose": "^6.1.0",
"pdfkit": "^0.12.1",
"postcss-cli": "^8.3.1",
"serve-favicon": "^2.5.0",
"tailwindcss": "^2.1.2",
"uuid": "^8.3.2"
}
}