-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.12 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": "mnb-swc-api",
"version": "1.5.0",
"private": true,
"main": "dist/app.js",
"repository": "https://github.com/MouseLightDataBrowser/mnb-swc-api.git",
"author": "Patrick Edson <[email protected]>",
"license": "",
"dockerRepository": "mouselightdatabrowser",
"dockerImageName": "swc-api",
"scripts": {
"debug": "node $NODE_DEBUG_OPTION --trace-deprecation src/app.js",
"docker-build": "gulp docker-build",
"docker-release": "gulp release"
},
"dependencies": {
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-link": "^1.2.13",
"apollo-link-http": "^1.5.16",
"apollo-server-express": "^2.9.7",
"byline": "^5.0.0",
"debug": "~4.1.1",
"express": "^4.17.1",
"graphql": "^14.5.8",
"isomorphic-fetch": "^2.2.1",
"pg": "^7.12.1",
"sequelize": "^5.21.2"
},
"devDependencies": {
"@types/bluebird": "^3.5.28",
"@types/byline": "^4.2.31",
"@types/express": "^4.17.2",
"@types/gulp": "^4.0.6",
"@types/node": "^12.12.6",
"@types/validator": "^10.11.3",
"gulp": "^4.0.2",
"gulp-shell": "^0.7.1"
}
}