blob: 9d14d331db350371d9d10b79693886f9dabd19cc [file] [log] [blame]
{
"name": "helix-front",
"version": "1.2.1",
"author": "Vivo Xu <vxu@linkedin.com>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/apache/helix.git"
},
"keywords": [
"helix",
"ui"
],
"scripts": {
"ng": "ng",
"build": "rm -rf dist && mkdir dist && ng build --aot --prod && tsc -p server",
"start": "tsc -p server && concurrently -r \"ng serve\" \"tsc -w -p server\" \"nodemon dist/server/app.js\"",
"prod": "npm run build && node dist/server/app.js",
"test": "ng test",
"lint": "ng lint",
"lint:tslint": "./node_modules/.bin/tslint -c tslint.json -p tsconfig.json",
"e2e": "ng e2e",
"smoke": "ng lint && ng test --sr && npm run build",
"type:check": "tsc --project tsconfig.json --noEmit",
"type:check:stats": "npm run type:check -- --diagnostics true",
"type:check:watch": "npm run type:check -- --watch"
},
"engines": {
"node": "10.9.0",
"npm": "6.2.0"
},
"dependencies": {
"@angular/animations": "8.2.14",
"@angular/cdk": "8.2.3",
"@angular/common": "8.2.14",
"@angular/compiler": "8.2.14",
"@angular/core": "8.2.14",
"@angular/flex-layout": "^8.0.0-beta.27",
"@angular/forms": "8.2.14",
"@angular/material": "^8.2.3",
"@angular/platform-browser": "8.2.14",
"@angular/platform-browser-dynamic": "8.2.14",
"@angular/platform-server": "8.2.14",
"@angular/router": "8.2.14",
"@swimlane/ngx-charts": "^13.0.4",
"@swimlane/ngx-datatable": "^16.1.1",
"@swimlane/ngx-graph": "^7.0.0",
"ajv": "^6.9.1",
"angulartics2": "^2.2.1",
"body-parser": "^1.17.2",
"core-js": "^2.4.1",
"d3-shape": "^1.2.0",
"dotenv": "^4.0.0",
"express": "^4.15.3",
"express-session": "^1.15.6",
"hammerjs": "^2.0.8",
"ldapjs": "^1.0.2",
"lodash": "^4.17.12",
"moment": "^2.29.2",
"morgan": "^1.8.2",
"ngx-clipboard": "^12.1.2",
"ngx-json-viewer": "^2.3.0",
"ngx-vis": "^0.1.0",
"request": "^2.81.0",
"rxjs": "^6.6.7",
"rxjs-compat": "^6.0.0-rc.0",
"sass": "^1.51.0",
"tsickle": "^0.37.0",
"tslib": "^1.9.0",
"vis": "^4.21.0",
"zone.js": "^0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.29",
"@angular/cli": "8.3.29",
"@angular/compiler-cli": "8.2.14",
"@types/hammerjs": "^2.0.34",
"@types/jasmine": "2.5.38",
"@types/lodash": "4.14.120",
"@types/node": "~6.0.60",
"@types/request": "^2.0.0",
"codelyzer": "^6.0.1",
"concurrently": "^3.5.0",
"jasmine-core": "~2.5.2",
"jasmine-spec-reporter": "~3.2.0",
"karma": "~1.4.1",
"karma-chrome-launcher": "~2.0.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^0.2.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.4",
"nodemon": "1.11.0",
"protractor": "~5.1.0",
"rxjs-tslint": "^0.1.8",
"ts-node": "~2.0.0",
"tslint": "^5.8.0",
"typescript": "3.5.3"
}
}