blob: 45302eafa2bc48e0905a594adfc729d3e3dae82e [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 --configuration production && tsc -p server",
"build:dev": "rm -rf dist && mkdir dist && ng build --aot --configuration development && tsc -p server",
"start": "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",
"cypress:open": "cypress open --e2e --browser chrome",
"cypress:run": "cypress run --e2e --browser chrome",
"e2e": "ng e2e",
"smoke": "ng lint && ng test --sr && npm run build",
"lint": "eslint --ext .ts,.html .",
"lint:fix": "eslint --fix --ext .ts,.html .",
"type:check": "tsc --project tsconfig.json --noEmit",
"type:check:stats": "yarn type:check -- --diagnostics true",
"type:check:watch": "yarn type:check -- --watch",
"format:check": "npx prettier --check .",
"format": "yarn prettier --write ."
},
"engines": {
"node": "~14.17.5",
"yarn": "^1.22.18"
},
"browserslist": [
"last 2 Edge versions",
"last 2 Firefox versions",
"last 2 Safari versions",
"Chrome > 60"
],
"dependencies": {
"@angular/animations": "13.3.9",
"@angular/cdk": "13.3.9",
"@angular/common": "13.3.9",
"@angular/compiler": "13.3.9",
"@angular/core": "13.3.9",
"@angular/flex-layout": "13.0.0-beta.38",
"@angular/forms": "13.3.9",
"@angular/material": "13.3.9",
"@angular/platform-browser": "13.3.9",
"@angular/platform-browser-dynamic": "13.3.9",
"@angular/platform-server": "13.3.9",
"@angular/router": "13.3.9",
"@egjs/hammerjs": "^2.0.17",
"@swimlane/ngx-charts": "^16.0.0",
"@swimlane/ngx-datatable": "^20.0.0",
"@swimlane/ngx-graph": "8.0.0",
"ajv": "7.1.0",
"angulartics2": "^10.1.0",
"body-parser": "^1.17.2",
"component-emitter": "^1.3.0",
"core-js": "^2.4.1",
"d3-shape": "^1.2.0",
"dotenv": "^4.0.0",
"express": "^4.15.3",
"express-session": "^1.15.6",
"keycharm": "^0.3.0",
"ldapjs": "^1.0.2",
"lodash": "^4.17.12",
"moment": "^2.29.2",
"morgan": "^1.8.2",
"ng2-ace-editor": "^0.3.9",
"ngx-clipboard": "^12.1.2",
"ngx-json-viewer": "^2.3.0",
"ngx-vis": "^3.1.0",
"propagating-hammerjs": "1.4.6",
"request": "^2.81.0",
"rxjs": "^6.6.3",
"rxjs-compat": "^6.0.0-rc.0",
"sass": "^1.51.0",
"timsort": "^0.3.0",
"tslib": "^2.0.0",
"uuid": "^7.0.3",
"vis-data": "^6.5.1",
"vis-network": "7.10.2",
"vis-util": "^4.0.0",
"xss": "^1.0.11",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/jest": "^13.0.4",
"@angular-devkit/build-angular": "~13.3.6",
"@angular-eslint/eslint-plugin": "13.5.0",
"@angular-eslint/eslint-plugin-template": "13.5.0",
"@angular-eslint/schematics": "13.5.0",
"@angular-eslint/template-parser": "13.5.0",
"@angular/cli": "13.3.6",
"@angular/compiler-cli": "13.3.9",
"@cypress/schematic": "2.0.0",
"@types/hammerjs": "^2.0.34",
"@types/jest": "^28.1.1",
"@types/lodash": "4.14.120",
"@types/node": "^12.11.1",
"@types/request": "^2.0.0",
"@typescript-eslint/eslint-plugin": "5.17.0",
"@typescript-eslint/parser": "5.17.0",
"ajv-formats": "^2.1.1",
"canvas": "^2.9.1",
"concurrently": "^3.5.0",
"cypress": "^10.0.3",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "latest",
"eslint-plugin-jsdoc": "^39.3.0",
"eslint-plugin-prefer-arrow": "latest",
"file-loader": "^6.2.0",
"jest": "^28.1.1",
"jest-html-reporters": "^3.0.9",
"jest-preset-angular": "^12.1.0",
"nodemon": "^2.0.16",
"prettier": "2.7.0",
"ts-node": "~2.0.0",
"typescript": "4.6.4"
}
}