-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
68 lines (68 loc) · 1.72 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
63
64
65
66
67
68
{
"name": "oabrowser",
"version": "1.0.0",
"description": "An anatomy atlas viewer web application",
"main": "angularInit.js",
"scripts": {
"dev": "webpack --mode development",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mhalle/oabrowser.git"
},
"keywords": [
"atlas",
"viewer",
"threejs",
"medical",
"3d",
"firebase"
],
"author": "Michael Halle",
"license": "MIT",
"bugs": {
"url": "https://github.com/mhalle/oabrowser/issues"
},
"homepage": "https://github.com/mhalle/oabrowser/",
"devDependencies": {
"@babel/core": "^7.0.0",
"babel-loader": "^8.0.2",
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"mini-css-extract-plugin": "^0.4.2",
"ngtemplate-loader": "^2.0.1",
"style-loader": "^0.23.0",
"url-loader": "^1.1.1",
"webpack": "^4.17.2",
"webpack-command": "^0.4.1",
"webpack-dev-middleware": "^3.2.0",
"webpack-dev-server": "^3.1.8"
},
"dependencies": {
"adapt-strap": "github:Adaptv/adapt-strap",
"angular": "^1.7.4",
"angular-animate": "^1.7.4",
"angular-sanitize": "^1.7.4",
"angular-ui-bootstrap": "^2.5.6",
"angular-ui-layout": "^1.4.3",
"angularfire": "^2.3.0",
"bootstrap": "^3.3.7",
"dat.gui": "^0.7.2",
"file-saver": "^1.3.8",
"firebase": "^3.4.1",
"font-awesome": "^4.6.3",
"inobounce": "^0.1.6",
"jquery": "^3.3.1",
"jquery-mousewheel": "^3.1.13",
"moment": "^2.22.2",
"ng-tags-input": "^3.1.1",
"pako": "^1.0.6",
"three": "^0.96.0",
"throttle-debounce": "^2.0.1",
"tween.js": "^16.6.0",
"urijs": "^1.19.1",
"zlibjs": "^0.3.1"
}
}