-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.72 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "copper3d",
"description": "A 3d visualisation package base on threejs provides multiple scenes and Nrrd image load funtion.",
"version": "2.2.0",
"main": "dist/bundle.umd.js",
"moudle": "dist/bundle.esm.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "tsc && rollup -c rollup.config.js",
"build:t": "rollup -c rollup.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/LinkunGao/copper3d_visualisation.git"
},
"keywords": [
"copper3d",
"3d visualization",
"threejs",
"multiple scenes",
"nrrd loader"
],
"author": "Linkun Gao",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/LinkunGao/copper3d_visualisation/issues"
},
"homepage": "https://github.com/LinkunGao/copper3d_visualisation#readme",
"devDependencies": {
"@rollup/plugin-image": "^2.1.1",
"@rollup/plugin-typescript": "^8.3.2",
"@types/file-saver": "^2.0.5",
"postcss": "^8.4.14",
"rollup": "^2.74.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-glslify": "^1.2.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"typescript": "^4.6.4"
},
"dependencies": {
"@types/dat.gui": "^0.7.9",
"@types/three": "^0.169.0",
"copper3d_plugin_heart_k": "^1.0.14",
"dat.gui": "^0.7.9",
"dicom-parser": "^1.8.13",
"fflate": "^0.7.3",
"file-saver": "^2.0.5",
"glsl-blend-soft-light": "^1.0.5",
"glsl-film-grain": "^1.0.4",
"three": "^0.170.0"
}
}