-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1017 Bytes
/
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
38
{
"name": "AWS-Thesis-Proj",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"server": "nodemon server",
"start": "node server",
"build": "cd client && npm i && npm run build",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Legoin/AWS-Thesis-Proj.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Legoin/AWS-Thesis-Proj/issues"
},
"homepage": "https://github.com/Legoin/AWS-Thesis-Proj#readme",
"dependencies": {
"axios": "^0.19.2",
"bcrypt": "^5.0.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-graphql": "^0.11.0",
"express-jwt": "^6.0.0",
"google-map-react": "^2.0.8",
"graphql": "^15.3.0",
"jsonwebtoken": "^8.5.1",
"knex": "^0.21.2",
"mysql": "^2.18.1",
"nodemon": "^2.0.4"
}
}