-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 897 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 897 Bytes
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
{
"name": "tasklab",
"version": "1.0.0",
"description": "",
"main": "server/server.js",
"scripts": {
"heroku-prebuild": "npm install --prefix client && npm build",
"build": "npm run build --prefix client",
"start": "node server/server.js",
"dev": "npm run build && npm run start",
"postinstall": "cd client && npm install"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^4.11.1",
"bcrypt": "^5.0.0",
"bootstrap": "^4.5.3",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"moment-timezone": "^0.5.32",
"pg": "^8.3.0",
"react-bootstrap": "^1.4.0",
"react-datepicker": "^3.3.0",
"react-dropdown": "^1.9.0",
"react-google-charts": "^3.0.15",
"react-modal": "^3.12.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.1"
}
}