-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 944 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
33
34
35
36
37
{
"name": "array-3d-viz",
"version": "1.0.0",
"description": "A tool to visualise matrices in 3-dimensional space.",
"main": "main.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tom-Draper/3D-Data-Viz.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tom-Draper/3D-Data-Viz/issues"
},
"homepage": "https://github.com/Tom-Draper/3D-Data-Viz#readme",
"dependencies": {
"cross-fetch": "^3.1.5",
"express": "^4.18.1",
"ndarray": "^1.0.19",
"node-fetch": "^3.2.8",
"npyjs": "^0.5.0",
"python-shell": "^3.0.1",
"three": "^0.154.0"
},
"devDependencies": {
"@types/jquery": "^3.5.16",
"@types/plotly.js": "^2.12.18",
"@types/three": "^0.149.0",
"typescript": "^5.2.2"
}
}