-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.17 KB
/
package.json
File metadata and controls
41 lines (41 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
{
"name": "hulo",
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js",
"dev": "SET NODE_ENV=DEVELOPMENT& nodemon server.js",
"prod": "SET NODE_ENV=PRODUCTION& nodemon server.js",
"seeder": "node utils/seeder.js",
"build": "yarn build",
"heroku-postbuild": "YARN_PRODUCTION=true && cd client && yarn && yarn run build"
},
"repository": {
"type": "git",
"url": "https://review.gerrithub.io/garett09/Hulo"
},
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.2",
"cloudinary": "^1.29.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-fileupload": "^1.3.1",
"googleapis": "^96.0.0",
"heroku": "^7.60.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.2.6",
"node-fetch": "^3.2.3",
"nodemailer": "^6.7.2",
"validator": "^13.7.0"
},
"devDependencies": {
"nodemon": "^2.0.16"
},
"author": "",
"license": "ISC"
}