-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.16 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
{
"name": "gaProject3",
"version": "1.0.0",
"description": "- [Project Description](#project-description) - [Features List](#features-list) - [Entity Relationship Diagram (ERD)](#entity-relationship-diagram-erd) - [API Endpoint Documentation](#api-endpoint-documentation) - [Wireframes](#wireframes) - [Component Hierarchy](#component-hierarchy) - [Required Dependencies](#required-dependencies)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kofosu2289/gaProject3.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kofosu2289/gaProject3/issues"
},
"homepage": "https://github.com/kofosu2289/gaProject3#readme",
"dependencies": {
"axios": "^0.19.0",
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.9.1",
"nodemon": "^1.19.1",
"pg": "^7.11.0",
"react-router-dom": "^5.0.1",
"sequelize": "^5.10.1",
"uuid": "^3.3.2"
}
}