-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 805 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 805 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
{
"name": "expresscalendarapi",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"build": "cd react && npm run build && cd .. && cp -R react/dist/ public/app/ && mv public/app/index.html public/app/app.html && rsync -av --remove-source-files public/app/assets/ public/assets/",
"dev": "concurrently \"NODE_ENV=development PORT=3000 nodemon\" \" cd react && npm run dev\""
},
"dependencies": {
"connect-pg-simple": "^9.0.1",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.4.5",
"express": "~4.16.1",
"express-session": "^1.18.0",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"pg": "^8.11.5",
"pug": "2.0.0-beta11"
}
}