-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.06 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
{
"name": "volviz",
"version": "1.0.0",
"description": "A direct volume renderer using Three.js",
"keywords": [
"webgl",
"direct volume rendering",
"three.js",
"es6",
"webpack"
],
"scripts": {
"start": "webpack serve",
"build": "webpack --mode production"
},
"dependencies": {
"@tweakpane/plugin-camerakit": "^0.3.0",
"interactjs": "^1.10.27",
"pngjs": "^7.0.0",
"stats-js": "^1.0.1",
"three": "^0.164.0",
"tweakpane": "^4.0.3",
"webpack-cli": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/eslint-parser": "^7.24.5",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.0",
"css-loader": "^7.1.1",
"eslint": "^8.52.0",
"file-loader": "^6.2.0",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.9.0",
"node-polyfill-webpack-plugin": "^3.0.0",
"raw-loader": "^4.0.2",
"rimraf": "^3.0.2",
"webpack": "^5.75.0",
"webpack-dev-server": "^4.11.1"
},
"engines": {
"node": ">=8.0.0"
}
}