Added .npmrc, .nvmrc and @af/digi-ng
This commit is contained in:
committed by
Erik Tiekstra
parent
f0d1b3ccd4
commit
e2114e79b9
6
.npmrc
Normal file
6
.npmrc
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# Legacy registry
|
||||||
|
# registry=http://nexus.ams.se:8081/nexus/content/groups/npm-releases
|
||||||
|
|
||||||
|
# New registry
|
||||||
|
# It seems the new registry is not updated as frequently as the legacy one, so we will stick with that one for now.
|
||||||
|
registry=http://nexus.arbetsformedlingen.se/repository/npm/
|
||||||
1305
package-lock.json
generated
1305
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -2,6 +2,10 @@
|
|||||||
"name": "dafa-web-monorepo",
|
"name": "dafa-web-monorepo",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"repository": "https://bitbucket.arbetsformedlingen.se/projects/TEA/repos/dafa-web-monorepo",
|
||||||
|
"engines": {
|
||||||
|
"node": "15.11.0"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "nx",
|
"ng": "nx",
|
||||||
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
|
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
|
||||||
@@ -29,6 +33,7 @@
|
|||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@af/digi-ng": "^11.3.4",
|
||||||
"@angular/animations": "^11.2.0",
|
"@angular/animations": "^11.2.0",
|
||||||
"@angular/common": "^11.2.0",
|
"@angular/common": "^11.2.0",
|
||||||
"@angular/compiler": "^11.2.0",
|
"@angular/compiler": "^11.2.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user