Added .npmrc, .nvmrc and @af/digi-ng

This commit is contained in:
Erik Tiekstra
2021-03-16 13:11:11 +01:00
committed by Erik Tiekstra
parent f0d1b3ccd4
commit e2114e79b9
4 changed files with 366 additions and 951 deletions

View File

@@ -2,6 +2,10 @@
"name": "dafa-web-monorepo",
"version": "0.0.0",
"license": "MIT",
"repository": "https://bitbucket.arbetsformedlingen.se/projects/TEA/repos/dafa-web-monorepo",
"engines": {
"node": "15.11.0"
},
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
@@ -29,6 +33,7 @@
},
"private": true,
"dependencies": {
"@af/digi-ng": "^11.3.4",
"@angular/animations": "^11.2.0",
"@angular/common": "^11.2.0",
"@angular/compiler": "^11.2.0",