-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.4 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": "pikature-server",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "concurrently \"npm run dev\" \"cd ../pikature-web && npm run dev\" \"sudo brew services start redis\" \"cd ../redis-windows && redis-server.exe\"",
"dev": "nodemon src/index",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "export PORT=443 && export NODE_ENV=production && concurrently \"pm2 kill && pm2 start src/index.js -i max && pm2 logs\" \"redis-server\""
},
"author": "",
"license": "ISC",
"dependencies": {
"apollo-server": "^2.25.3",
"apollo-server-express": "^2.25.3",
"cors": "^2.8.5",
"expo-server-sdk": "^3.6.0",
"express": "^4.17.1",
"express-csp-header": "^4.1.0",
"express-graphql": "^0.12.0",
"express-jwt": "^6.1.1",
"firebase": "^8.10.0",
"firebase-admin": "^10.0.0",
"google-auth-library": "github:JediahDizon/google-auth-library-nodejs",
"graphql": "^15.5.0",
"graphql-type-long": "^0.1.1",
"graphql-upload": "^11.0.0",
"ioredis": "^4.28.3",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^2.0.3",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"node-fetch": "^2.6.6",
"src": "file:src",
"uuid": "^8.3.2"
},
"devDependencies": {
"concurrently": "^7.0.0",
"eslint": "^7.24.0",
"eslint-config-recommended": "^4.1.0",
"nodemon": "^2.0.14"
}
}