-
Notifications
You must be signed in to change notification settings - Fork 2.3k
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "tfjs-examples-translation",
"version": "0.1.0",
"description": "",
"license": "Apache-2.0",
"private": true,
"dependencies": {
"@tensorflow/tfjs": "^1.3.2",
"vega-embed": "^3.0.0"
},
"scripts": {
"watch": "./serve.sh",
"build": "cross-env NODE_ENV=production parcel build --no-scope-hoist index.html --public-url ./",
"train": "node -r ts-node/register translation.ts --artifacts_dir dist/resources",
"link-local": "yalc link"
},
"devDependencies": {
"@tensorflow/tfjs-node": "^1.3.2",
"@tensorflow/tfjs-node-gpu": "^1.3.2",
"@types/argparse": "^1.0.36",
"@types/mkdirp": "^0.5.2",
"argparse": "^1.0.10",
"clang-format": "~1.2.2",
"cross-env": "^5.1.6",
"http-server": "^14.1.0",
"invert-kv": "^2.0.0",
"mkdirp": "^0.5.1",
"parcel": "~2.3.2",
"readline": "^1.3.0",
"ts-node": "^8.0.3",
"typescript": "^3.3.3333",
"yalc": "~1.0.0-pre.50",
"zip-array": "^1.0.1"
},
"resolutions": {
"glob-parent": "5.1.2",
"node-fetch": "2.6.7",
"ansi-regex": "5.0.1",
"yargs-parser": "13.1.2"
}
}