forked from rwolke/thw-egs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.43 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
59
60
61
62
{
"name": "thw-egs",
"version": "0.0.11",
"description": "Visualization of EGS constructions",
"private": true,
"scripts": {
"build": "npx webpack",
"release": "npx webpack --mode=production",
"debug": "npx webpack serve"
},
"author": {
"name": "Robert Wolke",
"email": "r.wolke+app@thw-rostock.de"
},
"contributors": [
{
"name": "Marcel Patzsch",
"url": "https://github.com/theudebart"
},
{
"name": "Marvin Zeising",
"url": "https://github.com/MarvinZeising"
}
],
"license": "MIT",
"homepage": "http://visualisierung.thw-egs.de",
"repository": {
"type": "git",
"url": "https://github.com/theudebart/thw-egs.git"
},
"bugs": {
"url": "https://github.com/theudebart/thw-egs/issues"
},
"devDependencies": {
"coffee-loader": "^4.0.0",
"coffeescript": "^2.7.0",
"css-loader": "^6.8.1",
"exports-loader": "^4.0.0",
"file-loader": "^6.2.0",
"handlebars": "^4.7.8",
"handlebars-loader": "^1.7.3",
"html-webpack-plugin": "^5.5.3",
"imports-loader": "^4.0.1",
"mini-css-extract-plugin": "^2.7.6",
"postcss-loader": "^7.3.3",
"sass": "^1.65.1",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"url-loader": "^4.1.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"backbone": "^1.5.0",
"bootstrap": "^5.3.1",
"jquery": "^3.7.0",
"three": "^0.120.0",
"three-orbit-controls": "^82.1.0",
"underscore": "^1.13.6"
}
}