-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.3 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.3 KB
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
{
"name": "DeepViz.0.0.1",
"version": "1.0.0",
"description": "An interactive visualization tool",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"scripts": {
"clean": "rm dist/bundle.js",
"build-dev": "webpack -d --mode development",
"build-prod": "webpack -p --mode production",
"start": "webpack-dev-server --hot --mode development"
},
"dependencies": {
"@tensorflow/tfjs": "^1.1.2",
"@tensorflow/tfjs-node": "^1.1.2",
"@tensorflow/tfjs-node-gpu": "^1.1.2",
"@tensorflow/tfjs-vis": "^0.5.1",
"babel-preset-latest": "^6.24.1",
"d3": "*",
"path": "^0.12.7",
"rollup": "^0.60.7"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"argparse": "^1.0.10",
"babel-loader": "^8.0.5",
"babel-plugin-transform-runtime": "~6.23.0",
"babel-polyfill": "~6.26.0",
"browserfs": "^1.4.3",
"child_process": "^1.0.2",
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
"file-saver": "^2.0.1",
"fs": "0.0.1-security",
"jimp": "0.6.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"shelljs": "~0.8.3",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.3.1"
}
}