forked from grupo1desafionov22/eLearning_platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.17 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
{
"name": "elearning_platform",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js",
"server": "nodemon server.js",
"client": "npm start --prefix client",
"clientinstall": "npm install --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"deploy": "concurrently \"npm run server\" \"npm run client\""
},
"author": "Ana, Gabriela & César",
"license": "ISC",
"dependencies": {
"@emailjs/browser": "^3.10.0",
"bcrypt": "^5.1.0",
"buffer-equal-constant-time": "^1.0.1",
"concurrently": "^7.6.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dompurify": "^3.0.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"google-auth-library": "^8.7.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.0.1",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"pg": "^8.10.0",
"pg-hstore": "^2.3.4",
"react-icons": "^4.8.0",
"react-router-dom": "^6.9.0",
"sass": "^1.59.3",
"sequelize": "^6.29.3"
},
"devDependencies": {
"concurrently": "^7.6.0",
"create-react-component-folder": "^0.3.7",
"nodemon": "^2.0.21"
}
}