-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.51 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
{
"name": "ispublisher",
"version": "1.3.3",
"description": "Provides access interaces to information system backend",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_ENV=development NODE_TLS_REJECT_UNAUTHORIZED=0 node bin/dev",
"clean": "rm -rf dist",
"build": "npm run clean && mkdir dist && node ./node_modules/babel-cli/bin/babel.js ./src -s -d ./dist --copy-files",
"production": "npm run build && NODE_ENV=production NODE_TLS_REJECT_UNAUTHORIZED=0 node bin/production"
},
"author": "Nakos Alexander <nakos.al@iasa.gr>",
"license": "Apache-2.0",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0"
},
"dependencies": {
"apollo-server-express": "2.3.3",
"app-module-path": "2.2.0",
"dataloader": "1.4.0",
"express": "4.16.4",
"express-graphiql-middleware": "^1.0.4",
"express-graphql": "^0.7.1",
"glob": "7.1.3",
"graphql": "14.1.1",
"graphql-custom-directives": "0.2.14",
"graphql-list-fields": "2.0.2",
"graphql-request": "1.8.2",
"graphql-tag": "2.10.1",
"graphql-tools": "4.0.4",
"graphql-voyager": "1.0.0-rc.26",
"http-proxy-middleware": "0.19.0",
"jsonpath": "1.0.0",
"lodash": "4.17.21",
"mkdirp": "0.5.1",
"nano": "8.0.0",
"node-fetch": "2.6.1",
"request": "2.88.0",
"request-promise": "4.2.2",
"winston": "3.2.1"
}
}