-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 987 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 987 Bytes
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
{
"name": "express_server",
"version": "1.0.0",
"description": "My first express server",
"main": "server.js",
"scripts": {
"server": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "Jojo",
"license": "ISC",
"dependencies": {
"alert": "^5.1.1",
"body-parser": "^1.20.0",
"connect-mongodb-session": "^3.1.1",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-session": "^1.17.3",
"git": "^0.1.5",
"mongoose": "^6.5.2",
"mongoose-findorcreate": "^3.0.0",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.19",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^7.1.2",
"popup": "^0.0.3",
"popups": "^1.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"react-vplayer": "^0.1.8",
"request": "^2.88.2"
}
}