mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
remove unused project files (#2583)
* remove unused project files * restore package for shared testing lib
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
||||||
"dest": "../../dist/aca-about",
|
|
||||||
"lib": {
|
|
||||||
"entryFile": "src/public-api.ts"
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "@alfresco/aca-about",
|
|
||||||
"version": "3.0.0",
|
|
||||||
"peerDependencies": {
|
|
||||||
"@angular/common": "^10.0.14",
|
|
||||||
"@angular/core": "^10.0.14"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"tslib": "^2.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
||||||
"dest": "../../dist/aca-folder-rules",
|
|
||||||
"lib": {
|
|
||||||
"entryFile": "src/public-api.ts"
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "@alfresco/aca-folder-rules",
|
|
||||||
"version": "0.0.1",
|
|
||||||
"peerDependencies": {
|
|
||||||
"@angular/common": "^10.2.4",
|
|
||||||
"@angular/core": "^10.2.4"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"tslib": "^2.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
||||||
"dest": "../../dist/aca-settings",
|
|
||||||
"lib": {
|
|
||||||
"entryFile": "src/public-api.ts"
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "@alfresco/aca-settings",
|
|
||||||
"version": "3.0.0",
|
|
||||||
"peerDependencies": {
|
|
||||||
"@angular/common": "^10.0.14",
|
|
||||||
"@angular/core": "^10.0.14"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"tslib": "^2.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
||||||
"dest": "../../dist/@alfresco/aca-shared",
|
|
||||||
"lib": {
|
|
||||||
"entryFile": "src/public-api.ts"
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "@alfresco/aca-shared",
|
|
||||||
"version": "3.0.0",
|
|
||||||
"dependencies": {
|
|
||||||
"tslib": "^2.0.0"
|
|
||||||
},
|
|
||||||
"peerDependencies": {
|
|
||||||
"@angular/common": ">=10.0.4",
|
|
||||||
"@angular/core": ">=10.0.4",
|
|
||||||
"@angular/material": ">=10.0.2",
|
|
||||||
"@ngrx/effects": ">=9.2.0",
|
|
||||||
"@ngrx/store": ">=9.2.0",
|
|
||||||
"@alfresco/adf-extensions": ">=4.0.0",
|
|
||||||
"@alfresco/js-api": ">=4.0.0",
|
|
||||||
"rxjs": ">=6.6.2",
|
|
||||||
"@ngx-translate/core": ">=13.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
@@ -4,9 +4,5 @@
|
|||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tslib": "^2.0.0"
|
"tslib": "^2.0.0"
|
||||||
},
|
|
||||||
"peerDependencies": {
|
|
||||||
"@angular/common": "^7.2.0",
|
|
||||||
"@angular/core": "^7.2.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
||||||
"dest": "../../dist/@alfresco/adf-office-services-ext",
|
|
||||||
"lib": {
|
|
||||||
"entryFile": "src/public-api.ts",
|
|
||||||
"flatModuleFile": "adf-office-services-ext"
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"assets": [
|
|
||||||
{
|
|
||||||
"glob": "**/*",
|
|
||||||
"input": "./assets",
|
|
||||||
"output": "./assets/adf-office-services-ext"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"glob": "aos.plugin.json",
|
|
||||||
"input": "./assets",
|
|
||||||
"output": "./assets/plugins"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"modules": [
|
|
||||||
{
|
|
||||||
"name": "AosExtensionModule",
|
|
||||||
"namespace": "@alfresco/adf-office-services-ext"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "@alfresco/adf-office-services-ext",
|
|
||||||
"version": "3.0.0",
|
|
||||||
"license": "Apache-2.0",
|
|
||||||
"homepage": "https://github.com/Alfresco/alfresco-content-app",
|
|
||||||
"keywords": [
|
|
||||||
"Alfresco",
|
|
||||||
"ADF",
|
|
||||||
"ACA",
|
|
||||||
"Content Application"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
|
||||||
"tslib": "^2.0.0"
|
|
||||||
},
|
|
||||||
"peerDependencies": {
|
|
||||||
"@angular/common": "^7.2.0",
|
|
||||||
"@angular/core": "^7.2.0",
|
|
||||||
"@ngrx/effects": "^7.2.0",
|
|
||||||
"@ngrx/store": "^7.2.0",
|
|
||||||
"@alfresco/adf-extensions": "^3.0.0",
|
|
||||||
"@alfresco/js-api": "^3.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
Reference in New Issue
Block a user