-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.54 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.54 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
52
53
54
55
56
57
58
{
"name": "sprintful",
"version": "1.0.0",
"description": "Online Learning Platform",
"main": "server.js",
"scripts": {
"start": "node backend/server.js",
"server": "nodemon backend/server.js",
"client": "npm start --prefix frontend",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Advanced-Computer-Lab-2022/Sprintful.git"
},
"author": "Sprintful Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/Advanced-Computer-Lab-2022/Sprintful/issues"
},
"homepage": "https://github.com/Advanced-Computer-Lab-2022/Sprintful#readme",
"dependencies": {
"@fontsource/roboto": "^4.5.8",
"@mui/styles": "^5.11.1",
"axios": "^1.2.0",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"colors": "^1.4.0",
"components": "^0.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dom-to-image": "^2.6.0",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"file-saver": "^2.0.5",
"html-pdf": "^3.0.1",
"install": "^0.13.0",
"js-file-download": "^0.4.12",
"jsonwebtoken": "^8.5.1",
"jspdf": "^2.5.1",
"mongoose": "^6.8.2",
"nodemailer": "^6.8.0",
"path": "^0.12.7",
"pdf": "^0.1.0",
"react-icons": "^4.7.1",
"sass": "^1.56.2",
"stripe": "^11.5.0",
"styled": "^1.0.0"
},
"devDependencies": {
"concurrently": "^7.5.0",
"nodemon": "^2.0.20"
}
}