-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "babyplots",
"version": "1.7.2",
"description": "Easy interactive 3d plots.",
"main": "build/babyplots.js",
"scripts": {
"debug": "webpack --mode development",
"dist": "webpack --mode production",
"build": "tsc --build tsconfig_build.json"
},
"author": "Nils Trost",
"license": "Apache-2.0",
"dependencies": {
"@babylonjs/core": "^5.44.0",
"@babylonjs/gui": "^5.44.0",
"@babylonjs/loaders": "^5.44.0",
"@types/ccapture.js": "^1.1.0",
"@types/chroma-js": "^2.1.1",
"@types/downloadjs": "^1.4.2",
"@types/uuid": "^8.3.0",
"axios": "^1.7.4",
"ccapture.js": "^1.1.0",
"chroma-js": "^2.1.0",
"downloadjs": "^1.4.7",
"uuid": "^8.3.1"
},
"devDependencies": {
"babylonjs-gltf2interface": "^5.44.0",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/derpylz/babyplots.git"
}
}