improve repo structure

This commit is contained in:
Rene Haas
2022-10-20 14:11:21 +02:00
parent 2b02daa3ac
commit 2599fc2cd1
61 changed files with 28678 additions and 37 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"private": true,
"dependencies": {
"@angular/animations": "^14.2.0",
"@angular/common": "^14.2.0",
"@angular/compiler": "^14.2.0",
"@angular/core": "^14.2.0",
"@angular/forms": "^14.2.0",
"@angular/platform-browser": "^14.2.0",
"@angular/platform-browser-dynamic": "^14.2.0",
"@angular/router": "^14.2.0",
"overlayscrollbars-ngx": "file:../../packages/overlayscrollbars-ngx/dist",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.6",
"@angular/cli": "~14.2.6",
"@angular/compiler-cli": "^14.2.0",
"typescript": "~4.7.2"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development"
}
}