-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.37 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
{
"name": "gitgud",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "ts-node src/index.ts",
"dev": "nodemon .",
"watch": "node_modules/.bin/tsc -w",
"compile": "node_modules/.bin/tsc -p ."
},
"dependencies": {
"@koa/cors": "^2.2.3",
"@tensorflow/tfjs-core": "^1.2.8",
"@tensorflow/tfjs-node": "^1.2.8",
"@types/graphql": "^14.2.0",
"@types/koa": "^2.0.48",
"@types/koa-bodyparser": "^4.2.2",
"@types/node": "^11.13.2",
"@types/react": "^16.8.8",
"@types/react-dom": "^16.8.2",
"apollo-fetch": "^0.7.0",
"apollo-server-koa": "^1.4.0",
"canvas": "^2.6.0",
"class-validator": "^0.10.1",
"cors": "^2.8.5",
"face-api.js": "^0.20.1",
"graphql": "^14.4.2",
"graphql-tools": "^4.0.4",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"nodemon": "^1.18.11",
"pg": "^7.9.0",
"ts-node": "^8.0.3",
"typeorm": "^0.2.15",
"typescript": "^3.5.3"
},
"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"
}