-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.59 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
{
"name": "gitgud",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node target/index.js",
"postinstall": "tsc",
"dev": "nodemon .",
"watch": "node_modules/.bin/tsc -w",
"compile": "node_modules/.bin/tsc -p ."
},
"dependencies": {
"@koa/cors": "^2.2.3",
"@types/graphql": "^14.2.0",
"@types/jest": "^24.0.11",
"@types/koa": "^2.0.48",
"@types/koa-bodyparser": "^4.2.2",
"@types/koa-multer": "^1.0.0",
"@types/koa-router": "^7.0.40",
"@types/node": "^11.13.2",
"@types/react": "^16.8.8",
"@types/react-dom": "^16.8.2",
"apollo-client-preset": "^1.0.8",
"apollo-fetch": "^0.7.0",
"apollo-server-koa": "^1.4.0",
"cors": "^2.8.5",
"face-detector": "^1.0.4",
"graphql": "^14.4.2",
"graphql-tag": "^2.10.1",
"graphql-tools": "^4.0.4",
"kcors": "^2.2.2",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-cors": "0.0.16",
"koa-multer": "^1.0.2",
"koa-request-logger": "^1.2.0",
"koa-router": "^7.4.0",
"nodemon": "^1.18.11",
"opencv": "github:peterbraden/node-opencv",
"pg": "^7.9.0",
"ts-node": "^8.0.3",
"typeorm": "^0.2.15",
"typescript": "^3.3.4000"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"main": "target/index.js",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.4.0",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.4.2",
"@babel/register": "^7.4.0"
},
"engines": {
"node": "10.15.1",
"npm": "6.9.0"
},
"author": "",
"license": "ISC"
}