-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
41
42
43
44
{
"name": "klourly",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"server": "nodemon index.js",
"client": "npm run start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanderhelleso/klourly.git"
},
"author": "Sander Hellesø",
"license": "ISC",
"bugs": {
"url": "https://github.com/sanderhelleso/klourly/issues"
},
"homepage": "https://github.com/sanderhelleso/klourly#readme",
"dependencies": {
"@google-cloud/storage": "^2.0.3",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"concurrently": "^4.0.1",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"firebase-admin": "^6.0.0",
"firebase-auth-node": "^1.0.3",
"firebaseauth": "^1.0.0",
"jsonwebtoken": "^8.4.0",
"multer": "^1.4.0",
"nodemailer": "^5.1.1",
"nodemon": "^1.18.4",
"npm": "^6.4.1",
"passport": "^0.4.0",
"passport-google-oauth": "^1.0.0",
"react": "^16.5.2",
"request": "^2.88.0",
"sharp": "^0.21.2",
"shortid": "^2.2.13"
}
}