mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-26 12:34:07 +03:00
improve repo structure
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user