-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.14 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
{
"name": "mytinerary-serato",
"version": "1.0.0",
"description": "A trip Tinerary",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js",
"heroku-postbuild": "cd frontend && npm install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arielcito/mytinerary-serato.git"
},
"keywords": [
"react",
"nodejs",
"mongo",
"express",
"passport",
"JWT",
"Material-ui"
],
"author": "Ariel Serato",
"license": "ISC",
"bugs": {
"url": "https://github.com/Arielcito/mytinerary-serato/issues"
},
"homepage": "https://github.com/Arielcito/mytinerary-serato#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"joi": "^17.5.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.13",
"nodemon": "^2.0.15",
"passport": "^0.5.0",
"passport-jwt": "^4.0.0",
"react-google-login": "^5.2.2",
"react-toastify": "^8.1.0",
"redux-thunk": "^2.4.1"
},
"devDependencies": {}
}