diff options
Diffstat (limited to 'alarm-analysis/src/main/webapp/package.json')
-rw-r--r-- | alarm-analysis/src/main/webapp/package.json | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/alarm-analysis/src/main/webapp/package.json b/alarm-analysis/src/main/webapp/package.json new file mode 100644 index 00000000..4b4b9edf --- /dev/null +++ b/alarm-analysis/src/main/webapp/package.json @@ -0,0 +1,82 @@ +/* Copyright 2017 ZTE Corporation. + * + *Licensed under the Apache License, Version 2.0 (the "License"); + *you may not use this file except in compliance with the License. + *You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +{ + "name": "alarm-analysis", + "version": "1.0.0", + "description": "alarm-analysis", + "scripts": { + "start": "webpack-dev-server --inline --progress", + "test": "karma start", + "build": "rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail", + "postinstall": "typings install", + }, + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/angular/angular.io/blob/master/LICENSE" + } + ], + "dependencies": { + "@angular/common": "~2.0.1", + "@angular/compiler": "~2.0.1", + "@angular/core": "~2.0.1", + "@angular/forms": "~2.0.1", + "@angular/http": "~2.0.1", + "@angular/platform-browser": "~2.0.1", + "@angular/platform-browser-dynamic": "~2.0.1", + "@angular/router": "~3.0.1", + "@angular/upgrade": "~2.0.1", + "angular-in-memory-web-api": "~0.1.1", + "bootstrap": "^3.3.7", + "core-js": "^2.4.1", + "ng2-bs3-modal": "^0.10.4", + "ng2-translate": "^4.2.0", + "reflect-metadata": "^0.1.8", + "rxjs": "5.0.0-beta.12", + "systemjs": "0.19.39", + "zone.js": "^0.6.25" + }, + "devDependencies": { + "angular2-template-loader": "^0.4.0", + "awesome-typescript-loader": "^2.2.4", + "css-loader": "^0.23.1", + "extract-text-webpack-plugin": "^1.0.1", + "file-loader": "^0.8.5", + "file-saver": "^1.3.3", + "html-loader": "^0.4.3", + "html-webpack-plugin": "^2.15.0", + "html2canvas": "^0.5.0-beta4", + "jasmine-core": "^2.4.1", + "jquery": "^3.1.1", + "jqueryui": "^1.11.1", + "karma": "^1.2.0", + "karma-jasmine": "^1.0.2", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^1.8.0", + "ng2-bootstrap": "^1.3.0", + "ng2-bs3-modal": "^0.10.4", + "null-loader": "^0.1.1", + "raw-loader": "^0.5.1", + "restify": "^4.1.1", + "rimraf": "^2.5.2", + "style-loader": "^0.13.1", + "typescript": "2.0.10", + "typings": "^1.3.2", + "util": "^0.10.3", + "webpack": "^1.13.0", + "webpack-dev-server": "^1.14.1", + "webpack-merge": "^0.14.0" + } +} |