-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.52 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.52 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
{
"name": "personal-project-55-mern-react-nodejs-learning-management-system-qclient-project",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"backend": "nodemon backend/index.js",
"frontend": "npm run dev --prefix frontend",
"dev": "concurrently \"npm run frontend\" \"npm run backend\""
},
"keywords": [
"Learning Management System",
"LMS",
"React",
"Node.js",
"Educational Platform",
"Course Registration",
"Admin Dashboard",
"Scalable Platform",
"Secure LMS"
],
"author": {
"name": "Richard Essuman",
"email": "ressuman001@gmail.com",
"url": "https://github.com/ressuman/Learning-Management-System-MERN-Project.git"
},
"license": "ISC",
"description": "G-Client is a scalable and secure Learning Management System (LMS) that provides dual interfaces for learners and administrators, simplifying course registration, payments, learner engagement, and administrative tasks.",
"dependencies": {
"bcryptjs": "^2.4.3",
"concurrently": "^9.1.2",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-mongo-sanitize": "^2.2.0",
"helmet": "^8.0.0",
"hpp": "^0.2.3",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.9.5",
"morgan": "^1.10.0",
"nodemailer": "^6.10.0",
"validator": "^13.12.0",
"xss": "^1.0.15",
"xss-clean": "^0.1.4"
},
"devDependencies": {
"nodemon": "^3.1.9"
}
}