-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 1 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
{
"name": "PlantPal",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon app.js",
"start-all": "concurrently \"cd client && yarn start\" \"PORT=3001 yarn start\"",
"heroku-postbuild": "cd client && yarn && yarn run build",
"install-all": "yarn install && cd client && yarn install"
},
"dependencies": {
"all": "^0.0.0",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"bootstrap": "^4.4.1",
"concurrently": "^5.1.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"http-errors": "~1.6.3",
"http-proxy-middleware": "^1.0.3",
"jsonwebtoken": "^8.5.1",
"knex": "^0.20.13",
"morgan": "~1.9.1",
"nodemon": "^2.0.3",
"pg": "^8.0.2",
"react-bootstrap": "^1.0.1",
"react-datepicker": "^2.15.0",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.1.2",
"react-select": "^3.1.0",
"request": "^2.88.2"
}
}