forked from aalavandhaann/blueprint-js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.webpack.json
59 lines (59 loc) · 1.96 KB
/
package.webpack.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "blueprint3d-js",
"version": "0.1.0",
"description": "This is the core framework of Blueprint-js for creating floorplans in 2d and 3d",
"homepage": "./",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/aalavandhaann/blueprint-js.git"
},
"author": "#0K Srinivasan <ashok.srinivasan2002@gmail.com> (@aalavandhaann)",
"license": "ISC",
"bugs": {
"url": "https://github.com/aalavandhaann/blueprint-js/issues"
},
"dependencies": {
"@calvinscofield/three-objloader": "^1.0.4",
"@thi.ng/geom-hull": "0.0.27",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-latest": "^6.24.1",
"bezier-js": "^2.4.0",
"braces": "^2.3.2",
"cssnano": "^4.1.10",
"es6-enum": "^1.1.0",
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^3.19.0",
"eslint-plugin-import": "^2.17.3",
"event-stream": ">4.0.0",
"jquery": "^3.4.1",
"line-intersect": "^2.2.1",
"livereload": "^0.9.1",
"marked": "^1.1.0",
"nodeclipse": "^0.17.2",
"npm-run-all": "^4.0.2",
"three": "^0.98.0",
"three-gltf-exporter": "0.0.1",
"three-gltf-loader": "^1.105.0",
"three-reflector": "^1.0.2",
"three-reflector2": "0.0.5"
},
"scripts": {
"build": "webpack",
"dev": "webpack-dev-server --history-api-fallback --inline --progress --watch --mode=development",
"prod": "webpack-dev-server --history-api-fallback --inline --progress --watch --mode=production"
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"babel-loader": "^8.1.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"path": "^0.12.7",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}