forked from amitukind/architect3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.76 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "architect3d",
"version": "0.1.0",
"description": "This is the core framework of architect3d for creating floorplans in 2d and 3d",
"main": "build/js/bp3djs.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"reload": "livereload 'build/'",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "npm-run-all --parallel reload dev",
"docs": "esdoc"
},
"repository": {
"type": "git",
"url": "https://github.com/amitukind/architect3D.git"
},
"author": "#0K Amit Verma <amitverma.ukind@gmail.com> (@amitukind)",
"license": "ISC",
"devDependencies": {
"@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",
"cssnano": "^3.10.0",
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^4.18.2",
"eslint-plugin-import": "^2.17.3",
"event-stream": ">4.0.0",
"livereload": "^0.9.1",
"npm-run-all": "^4.0.2",
"rollup": "^1.32.1",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-eslint": "^3.0.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-postcss": "^0.5.3",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-serve": "^0.3.0",
"rollup-plugin-uglify": "^2.0.1",
"rollup-plugin-uglify-es": "0.0.1",
"rollup-watch": "^4.0.0"
},
"dependencies": {
"@calvinscofield/three-objloader": "^1.0.4",
"braces": "^2.3.2",
"es6-enum": "^1.1.0",
"jquery": "^3.5.1",
"line-intersect": "^2.2.1",
"nodeclipse": "^0.17.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"
}
}