aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-12-14 23:21:39 -0800
committerFuwn <[email protected]>2020-12-14 23:21:39 -0800
commit823344c19094680e80e2b56449a243e183db8b06 (patch)
tree92277700547ea671331828caa258ace7aaaa46d5 /package.json
parentrepo: angular (diff)
downloadme-823344c19094680e80e2b56449a243e183db8b06.tar.xz
me-823344c19094680e80e2b56449a243e183db8b06.zip
:star:
Diffstat (limited to 'package.json')
-rw-r--r--package.json33
1 files changed, 29 insertions, 4 deletions
diff --git a/package.json b/package.json
index fed9c99..b7627b2 100644
--- a/package.json
+++ b/package.json
@@ -2,12 +2,30 @@
"name": "me",
"version": "0.0.0",
"scripts": {
- "ng": "ng",
+ "ng": "nx",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
- "lint": "ng lint",
- "e2e": "ng e2e"
+ "lint": "nx workspace-lint && ng lint",
+ "e2e": "ng e2e",
+ "nx": "nx",
+ "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": "ng update @nrwl/workspace",
+ "update:check": "ng update",
+ "dep-graph": "nx dep-graph",
+ "workspace-schematic": "nx workspace-schematic",
+ "help": "nx help",
+ "postinstall": "node ./decorate-angular-cli.js"
},
"private": true,
"dependencies": {
@@ -19,6 +37,11 @@
"@angular/platform-browser": "~10.2.0",
"@angular/platform-browser-dynamic": "~10.2.0",
"@angular/router": "~10.2.0",
+ "@nrwl/angular": "10.4.4",
+ "@nrwl/workspace": "^10.4.4",
+ "angularfire2": "^5.4.2",
+ "firebase": "^8.1.1",
+ "fomantic-ui": "^2.8.7",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
@@ -27,9 +50,10 @@
"@angular-devkit/build-angular": "~0.1002.0",
"@angular/cli": "~10.2.0",
"@angular/compiler-cli": "~10.2.0",
- "@types/node": "^12.11.1",
+ "@nrwl/workspace": "10.4.4",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
+ "@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
@@ -38,6 +62,7 @@
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
+ "prettier": "2.1.2",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",