taskana/web/package.json

80 lines
2.6 KiB
JSON

{
"name": "taskana",
"version": "1.0.0",
"license": "Novatec GmbH",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:hmr": "ng serve --hmr --no-live-reload",
"build": "ng build",
"build:prod": "ng build --configuration production",
"build:prod-silent": "ng build --configuration production --no-progress",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint --ext .ts src",
"lint:fix": "eslint --ext .ts src --fix",
"format": "prettier --write \"**/*.{js,ts,css,scss,md,json,yml}\"",
"format:html": "prettier --write \"**/*.{html,}\"",
"e2e-dev": "cypress install && cypress run",
"e2e-dev:open": "cypress install && cypress open",
"e2e-standalone": "cypress install && cypress run --config-file cypress-standalone.json",
"ci": "yarn install --frozen-lockfile"
},
"private": true,
"dependencies": {
"@angular/animations": "13.3.4",
"@angular/cdk": "13.3.4",
"@angular/common": "13.3.4",
"@angular/core": "13.3.4",
"@angular/forms": "13.3.4",
"@angular/material": "13.3.4",
"@angular/platform-browser": "13.3.4",
"@angular/platform-browser-dynamic": "13.3.4",
"@angular/router": "13.3.4",
"@circlon/angular-tree-component": "11.0.4",
"@ngneat/hot-toast": "4.1.0",
"@ngneat/overview": "3.0.4",
"@ngxs/router-plugin": "3.7.3",
"@ngxs/store": "3.7.3",
"angular-svg-icon": "13.0.0",
"chart.js": "2.9.4",
"core-js": "3.21.1",
"file-saver": "2.0.5",
"lodash": "4.17.21",
"ng2-charts": "2.4.3",
"ngx-bootstrap": "8.0.0",
"ngx-infinite-scroll": "13.0.1",
"rxjs": "7.5.5",
"tslib": "2.3.1",
"zone.js": "0.11.5"
},
"devDependencies": {
"@angular-builders/custom-webpack": "13.1.0",
"@angular-devkit/build-angular": "13.3.11",
"@angular/cli": "13.3.3",
"@angular/compiler": "13.3.4",
"@angular/compiler-cli": "13.3.4",
"@ngxs/devtools-plugin": "3.7.3",
"@types/jest": "27.4.1",
"@types/lodash": "4.14.181",
"@types/node": "17.0.23",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/eslint-plugin-tslint": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"compression-webpack-plugin": "9.2.0",
"cypress": "9.5.4",
"cypress-intellij-reporter": "0.0.7",
"eslint": "8.12.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.0.0",
"jest": "27.5.1",
"jest-preset-angular": "11.1.2",
"prettier": "2.6.2",
"sass": "1.49.11",
"ts-jest": "27.1.5",
"tslint": "6.1.3",
"typescript": "4.6.3"
}
}