-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 1.39 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": "congo",
"version": "1.0.0",
"description": "* Grant Menke, * [GitHub](https://github.com/gmenke54). * [Linkedin](https://www.linkedin.com/in/grantmenke/). * Lieba Pil, * [GitHub](https://github.com/liebapil). * [Linkedin](https://www.linkedin.com/in/lieba-pil/). * Doran Smith, * [GitHub](https://github.com/andora814). * [Linkedin](https://www.linkedin.com/in/dorancsmith/). * Joseph Venable * [GitHub](https://github.com/JJVenable). * [Linkedin](https://www.linkedin.com/in/jjvenable).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app.js",
"start": "node app.js",
"build": "npm install && npx sequelize-cli db:migrate && cd client && rm -rf build && npm install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JJVenable/Congo.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JJVenable/Congo/issues"
},
"homepage": "https://github.com/JJVenable/Congo#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.1",
"concurrently": "^7.0.0",
"cors": "^2.8.5",
"dotenv": "^14.2.0",
"express": "^4.17.2",
"faker": "^5.5.3",
"jsonwebtoken": "^8.5.1",
"nodemon": "^2.0.15",
"pg": "^8.7.1",
"reactjs-popup": "^2.0.5",
"sequelize": "^6.13.0"
}
}