-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
executable file
·42 lines (42 loc) · 1.09 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
{
"name": "room-planner",
"version": "1.0.0",
"description": "room planner using webgl",
"main": "build/app.js",
"scripts": {
"start": "node index.js",
"publish:demo": "webpack && gh-pages -d build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Giogia/Room-Planner.git"
},
"author": "Giogia",
"license": "ISC",
"bugs": {
"url": "https://github.com/Giogia/Room-Planner/issues"
},
"homepage": "https://github.com/Giogia/Room-Planner#readme",
"devDependencies": {
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"@google/model-viewer": "^0.9.0",
"@material/drawer": "^5.1.0",
"@material/ripple": "^5.1.0",
"child-process": "^1.0.2",
"child_process": "^1.0.2",
"gh-pages": "^2.2.0",
"graph.js": "^1.21.1",
"json-server": "^0.16.1",
"line-intersect": "^2.2.3",
"lodash": "^4.17.15",
"material-components-web": "^5.1.0",
"material-design-icons": "^3.0.1",
"path": "^0.12.7",
"point-in-polygon": "^1.0.1",
"process": "^0.11.10",
"tween.js": "^16.6.0"
}
}