-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.28 KB
/
package.json
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
{
"name": "AlexMakesMeals",
"version": "1.0.0",
"private": true,
"engines": {
"node": "10.16.3",
"npm": "6.11.3"
},
"description": "",
"main": "index.js",
"dependencies": {
<<<<<<< HEAD
"body-parser": "^1.19.0",
=======
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"certbot": "^5.0.3",
>>>>>>> production
"concurrently": "^5.2.0",
"dotenv": "^16.0.3",
"express": "^4.17.1",
"heroku": "^7.42.1",
"nodemailer": "^6.4.6",
<<<<<<< HEAD
"nodemon": "^2.0.3"
=======
"nodemon": "^2.0.3",
"prop-types": "^15.7.2",
"react-icons": "^3.10.0",
"react-scripts": "3.4.1"
>>>>>>> production
},
"scripts": {
"build": "cd client && npm run build",
"install": "cd client && npm install",
<<<<<<< HEAD
"start": "node index.js",
"server": "nodemon index.js",
=======
"postinstall": "npm run build",
"start": "nodemon index.js",
"server": "node index.js",
>>>>>>> production
"client": "npm run start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"keywords": [],
"author": "",
"license": "ISC"
<<<<<<< HEAD
}
=======
}
>>>>>>> production