-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.87 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
61
62
63
64
65
66
67
68
{
"name": "backend",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "NODE_ENV=development && nodemon ./bin/www",
"grunt": "grunt",
"start": "nodemon ./dist/bin/www"
},
"dependencies": {
"@types/knex": "0.0.64",
"apollo-server-express": "^1.1.7",
"bare-bones-logger": "^5.0.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"cookie-parser": "~1.4.3",
"cytoscape": "^3.1.2",
"debug": "~2.2.0",
"errorhandler": "^1.5.0",
"express": "~4.13.4",
"express-graphql": "^0.6.11",
"express-interceptor": "^1.2.0",
"express-mung": "^0.4.6",
"graphql": "^0.11.7",
"graphql-iso-date": "^3.3.0",
"graphql-list-fields": "^2.0.0",
"graphql-parse-fields": "^1.2.0",
"graphql-tag": "^2.5.0",
"graphql-tools": "^2.5.1",
"jade": "~1.11.0",
"knex": "^0.13.0",
"knex-logger": "^0.1.0",
"method-override": "^2.3.9",
"morgan": "~1.7.0",
"pg": "^6.1.0",
"sequelize": "^4.2.0",
"serve-favicon": "~2.3.0",
"socket.io": "^2.0.3",
"uuid": "^3.0.0",
"validator": "^8.0.0",
"websocket": "^1.0.24",
"winston": "^2.3.1"
},
"devDependencies": {
"@types/async": "^2.0.31",
"@types/bcrypt": "^1.0.0",
"@types/body-parser": "^1.16.8",
"@types/cookie-parser": "^1.3.30",
"@types/errorhandler": "0.0.30",
"@types/express": "^4.0.36",
"@types/express-graphql": "0.0.34",
"@types/graphql": "^0.11.5",
"@types/knex": "0.0.64",
"@types/method-override": "0.0.29",
"@types/morgan": "^1.7.32",
"@types/node": "^8.0.9",
"@types/pg": "^6.1.42",
"@types/uuid": "^3.4.3",
"@types/zen-observable": "^0.5.3",
"graphql-log": "^0.1.3",
"graphql-logger": "0.0.3",
"grunt": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-ts": "^6.0.0-beta.16",
"typescript": "^2.5.2"
}
}