forked from tensorflow/tfjs-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "tfjs-examples-date-conversion-attention",
"version": "0.1.0",
"description": "",
"main": "index.js",
"license": "Apache-2.0",
"private": true,
"engines": {
"node": ">=8.11.0"
},
"scripts": {
"build": "cross-env NODE_ENV=production parcel build index.html --no-minify --public-url ./",
"test": "babel-node run_tests.js",
"train": "babel-node train.js",
"watch": "cross-env NODE_ENV=development parcel index.html --no-hmr --open"
},
"dependencies": {
"@tensorflow/tfjs": "^1.2.9",
"@tensorflow/tfjs-vis": "1.0.3"
},
"devDependencies": {
"@tensorflow/tfjs-node": "^1.2.9",
"@tensorflow/tfjs-node-gpu": "^1.2.9",
"argparse": "^1.0.10",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "~1.7.0",
"clang-format": "~1.2.2",
"cross-env": "^5.1.6",
"jasmine": "^3.2.0",
"jasmine-core": "^3.2.1",
"parcel-bundler": "~1.10.3",
"shelljs": "^0.8.3",
"tmp": "^0.0.33",
"yalc": "~1.0.0-pre.21"
}
}