mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
80 lines
2.3 KiB
JSON
80 lines
2.3 KiB
JSON
{
|
|
"name": "angular-challenges",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"ng": "nx",
|
|
"postinstall": "node ./decorate-angular-cli.js",
|
|
"start": "nx serve",
|
|
"build": "nx build",
|
|
"test": "nx test",
|
|
"prepare": "husky install"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "~14.2.0",
|
|
"@angular/cdk": "^14.2.7",
|
|
"@angular/common": "~14.2.0",
|
|
"@angular/compiler": "~14.2.0",
|
|
"@angular/core": "~14.2.0",
|
|
"@angular/forms": "~14.2.0",
|
|
"@angular/material": "^14.2.7",
|
|
"@angular/platform-browser": "~14.2.0",
|
|
"@angular/platform-browser-dynamic": "~14.2.0",
|
|
"@angular/router": "~14.2.0",
|
|
"@hirez_io/observer-spy": "^2.2.0",
|
|
"@ngneat/falso": "^6.1.0",
|
|
"@ngrx/component-store": "^14.3.2",
|
|
"@ngrx/effects": "^14.3.2",
|
|
"@ngrx/entity": "^14.3.2",
|
|
"@ngrx/router-store": "^14.3.2",
|
|
"@ngrx/store": "^14.3.2",
|
|
"@nrwl/angular": "15.0.7",
|
|
"rxjs": "~7.5.0",
|
|
"tailwindcss": "^3.2.1",
|
|
"tslib": "^2.3.0",
|
|
"zone.js": "~0.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "~14.2.0",
|
|
"@angular-eslint/eslint-plugin": "~14.0.4",
|
|
"@angular-eslint/eslint-plugin-template": "~14.0.4",
|
|
"@angular-eslint/template-parser": "~14.0.4",
|
|
"@angular/cli": "~14.2.0",
|
|
"@angular/compiler-cli": "~14.2.0",
|
|
"@angular/language-service": "~14.2.0",
|
|
"@commitlint/cli": "^17.2.0",
|
|
"@commitlint/config-conventional": "^17.2.0",
|
|
"@ngrx/schematics": "^14.3.2",
|
|
"@nrwl/cli": "15.0.7",
|
|
"@nrwl/cypress": "15.0.7",
|
|
"@nrwl/eslint-plugin-nx": "15.0.7",
|
|
"@nrwl/jest": "15.0.7",
|
|
"@nrwl/linter": "15.0.7",
|
|
"@nrwl/workspace": "15.0.7",
|
|
"@types/jest": "28.1.1",
|
|
"@types/node": "16.11.7",
|
|
"@typescript-eslint/eslint-plugin": "^5.36.1",
|
|
"@typescript-eslint/parser": "^5.36.1",
|
|
"cypress": "^10.7.0",
|
|
"eslint": "~8.15.0",
|
|
"eslint-config-prettier": "8.1.0",
|
|
"eslint-plugin-cypress": "^2.10.3",
|
|
"husky": "^8.0.2",
|
|
"jest": "28.1.1",
|
|
"jest-environment-jsdom": "28.1.1",
|
|
"jest-preset-angular": "~12.2.2",
|
|
"lint-staged": "^13.0.3",
|
|
"nx": "15.0.7",
|
|
"prettier": "^2.6.2",
|
|
"ts-jest": "28.0.5",
|
|
"ts-node": "10.9.1",
|
|
"typescript": "~4.8.2"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,json,md}": [
|
|
"prettier --write"
|
|
]
|
|
}
|
|
}
|