-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.17 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
38
39
40
{
"name": "react_firebase_profile_management",
"version": "1.0.0",
"description": "\"app shell with postgres, express and react\"",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node Server_pg/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daaimah123/React_Firebase_Profile_Management.git"
},
"author": "Daaimah Tibrey",
"license": "MIT",
"bugs": {
"url": "https://github.com/daaimah123/React_Firebase_Profile_Management/issues"
},
"homepage": "https://github.com/daaimah123/React_Firebase_Profile_Management#readme",
"dependencies": {
"@pusher/chatkit-client": "^1.14.1",
"@pusher/chatkit-server": "^2.4.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"create-react-app": "^4.0.3",
"dotenv": "10.0.0",
"express": "^4.17.1",
"express-generator": "^4.16.1",
"express-pino-logger": "^6.0.0",
"firebase": "^9.1.2",
"node-env-run": "^4.0.2",
"nodemailer": "^6.6.5",
"nodemon": "^2.0.13",
"npm-run-all": "^4.1.5",
"pg": "^8.7.1",
"pino-colada": "^2.2.0",
"twilio": "^3.69.0"
},
"devDependencies": {}
}