-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.01 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
{
"name": "smile_graphql",
"version": "0.3.5",
"private": true,
"scripts": {
"start": "forever ./bin/www",
"docker-start": "node ./bin/www",
"test": "nodemon ./bin/www"
},
"dependencies": {
"@googleapis/youtube": "^15.0.0",
"append-query": "^2.0.1",
"big-integer": "^1.6.43",
"bluebird": "^3.5.0",
"body-parser": "~1.16.0",
"cookie-parser": "~1.4.3",
"cors": "^2.8.3",
"dataloader": "^1.3.0",
"debug": "~2.6.0",
"dotenv": "^4.0.0",
"express": "~4.18.2",
"express-graphql": "~0.12.0",
"googleapis": "^135.0.0",
"graphql": "~15.4.0",
"morgan": "~1.7.0",
"node-fetch": "^1.6.3",
"npm": "^5.7.1",
"pug": "~2.0.0-beta10",
"request": "^2.81.0",
"serve-favicon": "~2.3.2",
"snoowrap": "^1.14.0",
"twitter": "^1.7.0",
"twitter-api-v2": "^1.15.0",
"when": "^3.7.8"
},
"devDependencies": {
"babel-preset-node6": "^11.0.0",
"concurrently": "^3.4.0",
"nodemon": "^1.11.0",
"react-scripts": "0.9.5"
}
}