40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "tfjs-examples-date-conversion-attention",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production parcel build --no-scope-hoist index.html --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": "3.18.0",
|
|
"@tensorflow/tfjs-vis": "^1.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.18.2",
|
|
"@babel/node": "7.17.10",
|
|
"@babel/preset-env": "7.18.2",
|
|
"@tensorflow/tfjs-node": "3.18.0",
|
|
"@tensorflow/tfjs-node-gpu": "3.18.0",
|
|
"argparse": "^1.0.10",
|
|
"buffer": "^6.0.3",
|
|
"clang-format": "~1.2.2",
|
|
"cross-env": "^5.1.6",
|
|
"jasmine": "^3.2.0",
|
|
"jasmine-core": "^3.2.1",
|
|
"parcel": "~2.3.2",
|
|
"process": "^0.11.10",
|
|
"shelljs": "^0.8.5",
|
|
"tmp": "^0.0.33",
|
|
"yalc": "~1.0.0-pre.53"
|
|
},
|
|
"resolutions": {
|
|
"node-fetch": "2.6.7",
|
|
"ansi-regex": "5.0.1"
|
|
}
|
|
}
|