-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.12 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
69
{
"name": "u-tec",
"version": "1.0.0",
"description": "UEE Tactical Communications Interface",
"main": "main.ts",
"scripts": {
"clean": "rimraf build",
"start": "webpack-dev-server --host 0.0.0.0 --port 8000 --inline --hot --content-base build/",
"build": "npm run clean && webpack -p",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ivo Bek",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/ibek/holocom.git"
},
"devDependencies": {
"angular2-template-loader": "^0.6.0",
"awesome-typescript-loader": "^3.0.4",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"css-to-string-loader": "^0.1.3",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.28.0",
"json-loader": "^0.5.4",
"node-sass": "^4.5.3",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"to-string-loader": "^1.1.5",
"typescript": "^2.1.5",
"uglify-js": "git://github.com/mishoo/UglifyJS2#harmony-v2.8.22",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.5.2",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"@angular/animations": "^4.3.4",
"@angular/cdk": "^2.0.0-beta.8",
"@angular/common": "~4.3.4",
"@angular/compiler": "~4.3.4",
"@angular/core": "~4.3.4",
"@angular/flex-layout": "^2.0.0-beta.8",
"@angular/forms": "~4.3.4",
"@angular/http": "~4.3.4",
"@angular/material": "^2.0.0-beta.8",
"@angular/platform-browser": "~4.3.4",
"@angular/platform-browser-dynamic": "~4.3.4",
"@angular/router": "~4.3.4",
"@types/firebase": "^2.4.32",
"@types/node": "^8.0.20",
"@types/three": "^0.84.19",
"angular-in-memory-web-api": "~0.3.0",
"angularfire2": "^4.0.0-rc.2",
"core-js": "^2.4.1",
"firebase": "^4.3.0",
"hammerjs": "^2.0.8",
"rxjs": "5.4.3",
"three": "^0.87.1",
"three-orbitcontrols-ts": "^0.1.2",
"zone.js": "^0.8.4",
"crypto-js": "^3.1.9-1"
}
}