forked from tensorflow/tfjs-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 795 Bytes
/
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
{
"name": "tfjs-examples-polynomial-regression-core",
"version": "0.1.0",
"description": "",
"main": "index.js",
"license": "Apache-2.0",
"private": true,
"engines": {
"node": ">=8.9.0"
},
"dependencies": {
"@tensorflow/tfjs": "^1.3.2",
"vega-embed": "^3.2.0"
},
"scripts": {
"watch": "cross-env NODE_ENV=development parcel index.html --no-hmr --open",
"build": "cross-env NODE_ENV=production parcel build --no-scope-hoist index.html --public-url ./",
"link-local": "yalc link"
},
"devDependencies": {
"buffer": "^6.0.3",
"clang-format": "~1.2.2",
"cross-env": "^5.1.6",
"parcel": "~2.3.2",
"process": "^0.11.10",
"yalc": "~1.0.0-pre.53"
},
"resolutions": {
"node-fetch": "2.6.7",
"ansi-regex": "5.0.1"
}
}