-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.04 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
{
"name": "youtubelist",
"version": "0.1.0",
"private": true,
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"concurrently": "^3.5.1",
"express": "^4.16.3",
"jsonwebtoken": "^8.3.0",
"mongoose": "^5.1.4",
"npm": "^6.1.0",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-scripts": "1.1.4",
"validator": "^10.3.0"
},
"scripts": {
"start": "node server.js",
"server": "nodemon server.js",
"client": "npm start cd client",
"client-install": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).",
"main": "server.js",
"devDependencies": {
"nodemon": "^1.17.5",
"ws": "3.3.2"
},
"author": "Cesar",
"license": "ISC"
}