-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 835 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 835 Bytes
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
{
"name": "ndarray-visualizer",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/Pewww/ndarray-visualizer.git",
"author": "pewww <jung22337@naver.com>",
"license": "MIT",
"scripts": {
"dev": "webpack-dev-server --open",
"build": "webpack --production"
},
"dependencies": {
"dat.gui": "^0.7.7",
"file-loader": "6.2.0",
"html-loader": "1.3.2",
"html-webpack-plugin": "4.4.1",
"js-beautify": "^1.14.0",
"lodash.isempty": "^4.4.0",
"lodash.range": "^3.2.0",
"three": "^0.134.0",
"ts-loader": "8.0.3",
"typescript": "^4.4.4",
"webpack": "4.44.1",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0"
},
"devDependencies": {
"@types/dat.gui": "^0.7.7",
"@types/js-beautify": "^1.13.3",
"@types/three": "^0.134.0"
}
}