-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.65 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "skyhitz-api",
"version": "0.0.2",
"description": "Skyhitz Google Cloud Api",
"author": "Alejo Mendoza",
"license": "MIT",
"scripts": {
"dev": "NODE_ENV=development ts-node --inspect -F ./graphql/server.ts",
"prod": "NODE_ENV=production ts-node --inspect -F ./graphql/server.ts"
},
"dependencies": {
"@sendgrid/mail": "^6.1.4",
"@types/algoliasearch": "^3.30.1",
"@types/async": "^2.0.42",
"@types/body-parser": "^1.16.5",
"@types/express": "^4.0.35",
"@types/express-graphql": "^0.0.33",
"@types/express-jwt": "^0.0.38",
"@types/graphql": "^0.9.0",
"@types/joi": "^10.4.3",
"@types/jsonwebtoken": "^7.2.3",
"@types/node": "^8.0.9",
"@types/node-fetch": "^1.6.7",
"@types/sequelize": "^4.0.73",
"@types/stripe": "^5.0.19",
"algoliasearch": "^3.32.0",
"apollo-server-express": "^1.1.2",
"async": "^2.5.0",
"bcrypt": "3.0.0",
"bluebird": "^3.5.0",
"body-parser": "^1.18.2",
"cloudinary": "^1.13.2",
"compression": "^1.7.1",
"cors": "^2.8.4",
"diacritics": "^1.3.0",
"dotenv": "6.0.0",
"express": "^4.15.2",
"express-graphql": "^0.6.4",
"express-jwt": "^5.3.0",
"form-data": "^2.3.3",
"graphiql": "^0.9.3",
"graphql": "^0.9.3",
"joi": "^11.0.1",
"jsonwebtoken": "^8.1.0",
"memory-cache": "^0.2.0",
"node-fetch": "^1.6.3",
"object-sizeof": "^1.2.0",
"pg": "6.1.6",
"pg-hstore": "^2.3.2",
"sequelize": "4.22.6",
"stellar-sdk": "5.0.0",
"stripe": "^6.5.0",
"ts-node": "3.1.0",
"typescript": "^2.2.2",
"youtube-video-api": "^0.3.7"
},
"devDependencies": {
"tslint": "^5.5.0"
}
}