{ "name": "li-dance-backoffice", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "ng lint", "foramt": "npx prettier --write 'src/**/*.ts' 'src/**/*.html' 'src/**/*.scss'" }, "private": true, "dependencies": { "@angular/animations": "^17.2.4", "@angular/cdk": "^17.2.2", "@angular/common": "^17.2.4", "@angular/compiler": "^17.2.4", "@angular/core": "^17.2.4", "@angular/forms": "^17.2.4", "@angular/material": "^17.2.2", "@angular/platform-browser": "^17.2.4", "@angular/platform-browser-dynamic": "^17.2.4", "@angular/router": "^17.2.4", "bootstrap": "^5.3.3", "bootstrap-icons": "^1.11.3", "rxjs": "~7.4.0", "tslib": "^2.3.0", "zone.js": "~0.14.4" }, "devDependencies": { "@angular-devkit/build-angular": "^17.2.3", "@angular-eslint/builder": "17.2.1", "@angular-eslint/eslint-plugin": "17.2.1", "@angular-eslint/eslint-plugin-template": "17.2.1", "@angular-eslint/schematics": "17.2.1", "@angular-eslint/template-parser": "17.2.1", "@angular/cli": "^17.2.3", "@angular/compiler-cli": "^17.2.4", "@types/jest": "^29.5.12", "@types/node": "^12.11.1", "@typescript-eslint/eslint-plugin": "6.19.0", "@typescript-eslint/parser": "6.19.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "jest": "^29.7.0", "jest-preset-angular": "^14.0.3", "prettier": "^3.2.5", "prettier-eslint": "^16.3.0", "typescript": "~5.3.3" }, "jest": { "preset": "jest-preset-angular", "setupFilesAfterEnv": [ "/src/setup.jest.ts" ], "testPathIgnorePatterns": [ "/node_modules/", "/dist/" ], "globals": { "ts-jest": { "tsConfig": "/tsconfig.spec.json", "stringifyContentPathRegex": "\\.html$" } } } }