-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.28 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
40
41
42
43
44
45
46
{
"name": "neighborhoods-autoencoder",
"version": "0.1.0",
"description": "Web front end demo of shape analysis using elliptical fourier descriptors",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SPINLab/neighborhoods-autoencoder.git"
},
"author": "Rein van t Veer",
"license": "ISC",
"bugs": {
"url": "https://github.com/SPINLab/neighborhoods-autoencoder/issues"
},
"homepage": "https://github.com/SPINLab/neighborhoods-autoencoder#readme",
"dependencies": {
"@tensorflow/tfjs": "^1.2.1",
"bootstrap": "^4.3.1",
"jquery": "^3.4.1",
"jquery-knob": "^1.2.11",
"leaflet": "^1.5.1",
"leaflet-draw": "^1.0.4",
"leaflet-mouse-position": "^1.2.0",
"popper.js": "^1.15.0"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/node": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/register": "^7.4.4",
"chai": "^4.2.0",
"chai-almost": "^1.0.1",
"chai-as-promised": "^7.1.1",
"css-loader": "^3.0.0",
"file-loader": "^4.0.0",
"mocha": "^6.1.4",
"style-loader": "^0.23.1",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5"
}
}