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": "alarm-analysis",
"version": "1.0.0",
"description": "alarm-analysis",
"scripts": {
"build": " rimraf holmes && webpack --config config/webpack.prod.js --progress --profile --bail",
"start": "webpack-dev-server",
"tslint": "tslint",
"lint": "npm run tslint \"src/**/*.ts\" "
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/angular/angular.io/blob/master/LICENSE"
}
],
"dependencies": {
"@angular/common": "~2.3.1",
"@angular/compiler": "~2.3.1",
"@angular/core": "~2.3.1",
"@angular/forms": "~2.3.1",
"@angular/http": "~2.3.1",
"@angular/platform-browser": "~2.3.1",
"@angular/platform-browser-dynamic": "~2.3.1",
"@angular/router": "~3.0.1",
"@angular/upgrade": "~2.3.1",
"@ng-bootstrap/ng-bootstrap": "^1.0.0-alpha.20",
"angular-in-memory-web-api": "~0.1.1",
"angular2-router-loader": "^0.3.4",
"angular2-template-loader": "^0.6.0",
"awesome-typescript-loader": "^3.0.0-beta.18",
"bootstrap": "^3.3.7",
"core-js": "^2.4.1",
"ie-shim": "^0.1.0",
"json-load": "^1.0.1",
"ng2-translate": "^5.0.0",
"primeng": "^2.0.0-rc.1",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.4.2",
"to-string-loader": "^1.1.5",
"tslint-eslint-rules": "^3.4.0",
"webpack-dev-server": "^1.16.2",
"zone.js": "^0.6.26"
},
"devDependencies": {
"@ngtools/webpack": "1.1.4",
"@types/core-js": "0.9.35",
"@types/jasmine": "2.5.40",
"@types/node": "6.0.60",
"codelyzer": "~2.0.0-beta.4",
"concurrently": "^3.0.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "~2.0.0-rc.3",
"file-loader": "^0.10.1",
"html-loader": "0.4.4",
"html-webpack-plugin": "2.24.1",
"raw-loader": "^0.5.1",
"style-loader": "^0.13.2",
"tslint": "~4.4.2",
"tslint-loader": "^3.3.0",
"typescript": "^2.0.8",
"vrsource-tslint-rules": "^4.0.1",
"webpack": "~2.2.1",
"webpack-dev-server": "^1.16.2",
"webpack-merge": "^0.15.0"
}
}
|