65 lines
1.9 KiB
JSON
65 lines
1.9 KiB
JSON
{
|
|
"name": "redaction",
|
|
"version": "0.0.8",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"nx": "nx",
|
|
"start": "nx serve",
|
|
"build": "nx build",
|
|
"test": "nx test",
|
|
"lint": "nx workspace-lint && nx lint",
|
|
"e2e": "nx e2e",
|
|
"affected:apps": "nx affected:apps",
|
|
"affected:libs": "nx affected:libs",
|
|
"affected:build": "nx affected:build",
|
|
"affected:e2e": "nx affected:e2e",
|
|
"affected:test": "nx affected:test",
|
|
"affected:lint": "nx affected:lint",
|
|
"affected:dep-graph": "nx affected:dep-graph",
|
|
"affected": "nx affected",
|
|
"format": "nx format:write",
|
|
"format:write": "nx format:write",
|
|
"format:check": "nx format:check",
|
|
"update": "nx migrate latest",
|
|
"workspace-schematic": "nx workspace-schematic",
|
|
"dep-graph": "nx dep-graph",
|
|
"help": "nx help",
|
|
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@nrwl/angular": "^10.2.0",
|
|
"@angular/animations": "^10.0.0",
|
|
"@angular/common": "^10.0.0",
|
|
"@angular/compiler": "^10.0.0",
|
|
"@angular/core": "^10.0.0",
|
|
"@angular/forms": "^10.0.0",
|
|
"@angular/platform-browser": "^10.0.0",
|
|
"@angular/platform-browser-dynamic": "^10.0.0",
|
|
"@angular/router": "^10.0.0",
|
|
"rxjs": "~6.5.5",
|
|
"zone.js": "^0.10.2"
|
|
},
|
|
"devDependencies": {
|
|
"@nrwl/workspace": "10.2.0",
|
|
"@types/node": "~8.9.4",
|
|
"dotenv": "6.2.0",
|
|
"eslint": "6.8.0",
|
|
"prettier": "2.0.4",
|
|
"ts-node": "~7.0.0",
|
|
"tslint": "~6.0.0",
|
|
"typescript": "~3.9.3",
|
|
"@angular/compiler-cli": "^10.0.0",
|
|
"@angular/language-service": "^10.0.0",
|
|
"@angular-devkit/build-angular": "~0.1000.0",
|
|
"codelyzer": "~5.0.1",
|
|
"jest-preset-angular": "8.2.1",
|
|
"@nrwl/jest": "10.2.0",
|
|
"jest": "26.2.2",
|
|
"@types/jest": "26.0.8",
|
|
"ts-jest": "26.1.4",
|
|
"cypress": "^4.1.0",
|
|
"@nrwl/cypress": "10.2.0"
|
|
}
|
|
}
|