-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
597 lines (45 loc) · 1.72 KB
/
package.json
File metadata and controls
597 lines (45 loc) · 1.72 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
{
"name": "rubix",
"version": "1.0.0",
"description": "Online Learning Platform",
"main": "server.js",
"scripts": {
"start": "node backend/server.js",
"server": "nodemon backend/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Advanced-Computer-Lab-2022/CacheCows.git"
},
"author": "Omar",
"license": "MIT",
"bugs": {
"url": "https://github.com/Advanced-Computer-Lab-2022/CacheCows/issues"
},
"homepage": "https://github.com/Advanced-Computer-Lab-2022/CacheCows#readme",
"dependencies": {
"@stripe/react-stripe-js": "^1.16.1",
"@stripe/stripe-js": "^1.46.0",
"bcryptjs": "^2.4.3",
"colors": "^1.4.0",
"cors": "^2.8.5",
"dot": "^1.1.3",
"dotenv": "^16.0.3",
"env": "^0.0.2",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"install": "^0.13.0",
"jsonwebtoken": "^8.5.1",
"jspdf": "^2.5.1",
"mongoose": "^6.6.7",
"muicss": "^0.10.3",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.8.0",
"save": "^2.9.0",
"stripe": "^11.5.0",
"validator": "^13.7.0"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}