X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=webapp%2Fpackage.json;h=449b313029e76c3f2c8f7bac887896bdae1fbdb0;hb=c2558601c7ce2b7fd7eaf7c2336fb78242781e50;hp=9c22f6b445a6af7eb5c0020ffeab5ceccb0c6304;hpb=2d90eac319979dba64371258b30e61e77a15db7d;p=src%2Fxds%2Fxds-agent.git diff --git a/webapp/package.json b/webapp/package.json index 9c22f6b..449b313 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,63 +1,109 @@ { "name": "xds-dashboard", "version": "1.0.0", - "description": "X (cross) Development System dashboard", - "scripts": { - "clean": "gulp clean", - "compile": "gulp compile", - "build": "gulp build", - "start": "concurrently --kill-others \"gulp watch\" \"lite-server\"" - }, + "license": "(MIT OR Apache-2.0)", + "author": "Sebastien Douheret [IoT.bzh] (based on akveo/ngx-admin)", "repository": { "type": "git", - "url": "https://github.com/iotbzh/xds-agent" + "url": "https://gerrit.automotivelinux.org/gerrit/src/xds/xds-agent" }, - "author": "Sebastien Douheret [IoT.bzh]", - "license": "Apache-2.0", "bugs": { - "url": "https://github.com/iotbzh/xds-agent/issues" + "url": "https://jira.automotivelinux.org/projects/SPEC/issues" + }, + "scripts": { + "ng": "ng", + "conventional-changelog": "conventional-changelog", + "start": "ng serve", + "start:hmr": "ng serve --hmr", + "start:aot": "ng serve --aot", + "build": "rimraf dist && ng build", + "build:prod": "npm run build -- --prod", + "build:prod:aot": "npm run build:prod -- --aot", + "build:ci": "npm-run-all -p -r build:prod build:prod:aot", + "test": "ng test -sr", + "test:coverage": "rimraf coverage && npm run test -- -cc", + "lint": "ng lint --type-check", + "lint:fix": "ng lint --fix", + "lint:styles": "stylelint ./src/**/*.scss", + "lint:ci": "npm run lint && npm run lint:styles", + "pree2e": "webdriver-manager update --standalone false --gecko false", + "e2e": "ng e2e", + "docs": "compodoc -p src/tsconfig.app.json -d docs", + "docs:serve": "compodoc -p src/tsconfig.app.json -d docs -s", + "prepush": "npm run lint:ci", + "release:changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s", + "watch": "ng build --preserve-symlinks --watch" }, "dependencies": { - "@angular/common": "2.4.4", - "@angular/compiler": "2.4.4", - "@angular/core": "2.4.4", - "@angular/forms": "2.4.4", - "@angular/http": "2.4.4", - "@angular/platform-browser": "2.4.4", - "@angular/platform-browser-dynamic": "2.4.4", - "@angular/router": "3.4.4", - "@angular/upgrade": "2.4.4", - "@types/core-js": "0.9.35", - "@types/node": "7.0.5", - "@types/socket.io-client": "^1.4.29", - "bootstrap": "^3.3.7", - "core-js": "^2.4.1", - "font-awesome": "^4.7.0", + "@agm/core": "1.0.0-beta.0", + "@angular/animations": "4.4.6", + "@angular/common": "4.4.6", + "@angular/compiler": "4.4.6", + "@angular/core": "4.4.6", + "@angular/forms": "4.4.6", + "@angular/http": "4.4.6", + "@angular/platform-browser": "4.4.6", + "@angular/platform-browser-dynamic": "4.4.6", + "@angular/router": "4.4.6", + "@nebular/auth": "2.0.0-rc.3", + "@nebular/theme": "2.0.0-rc.3", + "@ng-bootstrap/ng-bootstrap": "1.0.0-beta.5", + "angular2-toaster": "4.0.0", + "bootstrap": "4.0.0-beta.2", + "classlist.js": "1.1.20150312", + "core-js": "2.4.1", + "d3": "3.5.17", + "font-awesome": "4.7.0", "font-awesome-animation": "0.0.10", - "ngx-bootstrap": "1.6.6", - "ngx-cookie": "^1.0.0", - "reflect-metadata": "^0.1.8", - "rxjs": "5.0.3", - "rxjs-system-bundle": "5.0.3", + "intl": "1.2.5", + "ionicons": "2.0.1", + "jquery": "3.2.1", + "nebular-icons": "1.0.6", + "ng2-smart-table": "1.2.2", + "ng2-tree": "2.0.0-alpha.10", + "ngx-cookie": "1.0.1", + "node-sass": "~4.8.1", + "normalize.css": "6.0.0", + "pace-js": "1.0.2", + "popper.js": "~1.12.9", + "roboto-fontface": "0.8.0", + "rxjs": "5.5.0", "socket.io-client": "^1.7.3", "socketio": "^1.0.0", - "systemjs": "0.20.0", - "zone.js": "^0.7.6" + "tether": "1.4.0", + "typeface-exo": "0.0.22", + "web-animations-js": "2.2.5", + "xterm": "^3.0.0", + "zone.js": "0.8.18" }, "devDependencies": { - "concurrently": "^3.1.0", - "del": "^2.2.0", - "gulp": "^3.9.1", - "gulp-if": "2.0.2", - "gulp-rsync": "0.0.7", - "gulp-sequence": "^0.4.6", - "gulp-sourcemaps": "^1.9.1", - "gulp-tslint": "^7.0.1", - "gulp-typescript": "^3.1.3", - "lite-server": "^2.2.2", - "ts-node": "^1.7.2", - "tslint": "^4.0.2", - "typescript": "^2.2.1", - "typings": "^2.0.0" + "@angular/cli": "~1.7.0", + "@angular/compiler-cli": "4.4.6", + "@angular/language-service": "4.4.6", + "@compodoc/compodoc": "1.0.1", + "@types/d3-color": "1.0.4", + "@types/socket.io-client": "^1.4.31", + "@types/jasmine": "~2.5.53", + "@types/jasminewd2": "~2.0.2", + "@types/node": "6.0.90", + "codelyzer": "3.2.1", + "conventional-changelog-cli": "1.3.4", + "husky": "0.13.3", + "jasmine-core": "~2.6.2", + "jasmine-spec-reporter": "~4.1.0", + "karma": "~1.7.0", + "karma-chrome-launcher": "~2.1.1", + "karma-cli": "~1.0.1", + "karma-coverage-istanbul-reporter": "^1.2.1", + "karma-jasmine": "~1.1.0", + "karma-jasmine-html-reporter": "^0.2.2", + "npm-run-all": "4.0.2", + "protractor": "~5.1.2", + "rimraf": "2.6.1", + "stylelint": "7.13.0", + "ts-node": "~3.2.0", + "tslint": "~5.7.0", + "tslint-language-service": "0.9.6", + "typescript": "~2.3.3" } }