-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "copper3d_plugin_nrrd",
"version": "1.3.2",
"description": "a nrrd support for copper3D",
"main": "dist/bundle.esm.mjs",
"moudle": "dist/bundle.esm.mjs",
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"build:webpack": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LinkunGao/copper3D_plugin_nrrd.git"
},
"files": [
"dist"
],
"author": "skycoco",
"license": "ISC",
"dependencies": {
"fflate": "^0.7.4",
"three": "^0.148.0"
},
"type": "module",
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@rollup/plugin-babel": "^6.0.3",
"dotenv": "^16.0.3",
"rollup": "^3.11.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^5.0.2"
},
"bugs": {
"url": "https://github.com/LinkunGao/copper3D_plugin_nrrd/issues"
},
"homepage": "https://github.com/LinkunGao/copper3D_plugin_nrrd#readme"
}