-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 814 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 814 Bytes
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": "webgrid",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"eslint": "eslint",
"build": "webpack",
"buildWatch": "webpack -w",
"start": "npm run build && webpack-dev-server --public localhost:8000"
},
"dependencies": {
"@babel/core": "^7.17.8",
"@tensorflow/tfjs": "^3.15.0",
"affinity-propagation": "^0.0.1",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.4",
"clusters": "^0.0.4",
"css-loader": "^6.7.1",
"eslint": "^8.12.0",
"fmin": "^0.0.2",
"gaussian-mixture-model": "^1.0.0",
"itk": "^14.1.1",
"jquery": "^3.6.0",
"node-sass": "^7.0.1",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}