-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
{
"name": "blueprint3d",
"version": "0.0.1",
"description": "",
"license": "(MIT OR Apache-2.0)",
"main": "main.js",
"dependencies": {
"bootstrap": "^5.0.2",
"bootstrap-icons": "^1.11.3",
"bootstrap-tour": "^0.12.0",
"canvas": "^2.11.2",
"inherits": "^2.0.4",
"polygon": "^1.0.2",
"segseg": "^1.0.0",
"three": "^0.159.0",
"underscore": "^1.13.6",
"vblob": "^1.1.0",
"vec2": "^1.6.1"
},
"devDependencies": {
"@types/three": "^0.159.0",
"browserify": "^17.0.0",
"html-webpack-plugin": "^5.5.4",
"jquery": "^3.7.1",
"matchdep": "^2.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"wrapper-webpack-plugin": "^2.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/Ekki/blueprint3d.git"
},
"type": "module",
"scripts": {
"build": "webpack --mode production",
"buildOld": "browserify src/blueprint3d.js > example/js/blueprint3d.js --verbose",
"start": "tsc & webpack-dev-server --mode development"
},
"author": ""
}