Files
cht-lawfirm/front/app/package.json
2023-01-09 16:39:23 +01:00

75 lines
2.4 KiB
JSON

{
"name": "app",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"build:prod": "ng build --prod",
"lint": "npm run lint:ts && npm run lint:scss",
"lint:ts": "eslint \"src/**/*.ts\" --fix",
"lint:scss": "stylelint \"src/**/*.scss\" --fix",
"hmr": "ng serve --hmr --disable-host-check"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.0.0",
"@angular/cdk": "~15.0.3",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/forms": "^15.0.0",
"@angular/material": "~15.0.3",
"@angular/material-moment-adapter": "~15.0.3",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",
"@ng-matero/extensions": "^15.0.1",
"@ng-matero/extensions-moment-adapter": "^15.0.0",
"@ngx-formly/core": "^6.0.4",
"@ngx-formly/material": "^6.0.4",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"moment": "^2.29.4",
"ng-matero": "^15.1.1",
"ngx-permissions": "^14.0.0",
"ngx-progressbar": "^9.0.0",
"ngx-toastr": "^16.0.1",
"photoviewer": "^3.6.6",
"rxjs": "~7.5.0",
"screenfull": "^6.0.2",
"tslib": "^2.3.0",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.5",
"@angular-eslint/builder": "^15.1.0",
"@angular-eslint/eslint-plugin": "^15.1.0",
"@angular-eslint/eslint-plugin-template": "^15.1.0",
"@angular-eslint/schematics": "^15.1.0",
"@angular-eslint/template-parser": "^15.1.0",
"@angular/cli": "~15.0.5",
"@angular/compiler-cli": "^15.0.0",
"@types/jasmine": "~4.3.0",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"eslint": "^8.30.0",
"jasmine-core": "~4.5.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"parse5": "^7.1.2",
"prettier": "^2.8.1",
"stylelint": "^14.16.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended-scss": "^8.0.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.3.0",
"typescript": "~4.8.2"
}
}