mirror of https://github.com/abpframework/abp.git
44 changed files with 47 additions and 523 deletions
@ -1,13 +0,0 @@ |
|||
# Editor configuration, see https://editorconfig.org |
|||
root = true |
|||
|
|||
[*] |
|||
charset = utf-8 |
|||
indent_style = space |
|||
indent_size = 2 |
|||
insert_final_newline = true |
|||
trim_trailing_whitespace = true |
|||
|
|||
[*.md] |
|||
max_line_length = off |
|||
trim_trailing_whitespace = false |
|||
@ -1,49 +0,0 @@ |
|||
# See http://help.github.com/ignore-files/ for more about ignoring files. |
|||
|
|||
# compiled output |
|||
/tmp |
|||
/out-tsc |
|||
# Only exists if Bazel was run |
|||
/bazel-out |
|||
|
|||
# dependencies |
|||
/node_modules |
|||
|
|||
# profiling files |
|||
chrome-profiler-events.json |
|||
speed-measure-plugin.json |
|||
|
|||
# IDEs and editors |
|||
/.idea |
|||
.project |
|||
.classpath |
|||
.c9/ |
|||
*.launch |
|||
.settings/ |
|||
*.sublime-workspace |
|||
|
|||
# IDE - VSCode |
|||
.vscode/* |
|||
!.vscode/settings.json |
|||
!.vscode/tasks.json |
|||
!.vscode/launch.json |
|||
!.vscode/extensions.json |
|||
.history/* |
|||
|
|||
# misc |
|||
/.sass-cache |
|||
/connect.lock |
|||
/coverage |
|||
/libpeerconnection.log |
|||
npm-debug.log |
|||
yarn-error.log |
|||
testem.log |
|||
/typings |
|||
yarn.lock |
|||
|
|||
# System Files |
|||
.DS_Store |
|||
Thumbs.db |
|||
|
|||
# Packages |
|||
!**/[Pp]ackages/* |
|||
@ -1 +0,0 @@ |
|||
<h1> Abp Ng Packages </h1> |
|||
@ -1,252 +0,0 @@ |
|||
{ |
|||
"$schema": "./node_modules/@angular/cli/lib/config/schema.json", |
|||
"version": 1, |
|||
"newProjectRoot": "packages", |
|||
"projects": { |
|||
"core": { |
|||
"projectType": "library", |
|||
"root": "packages/core", |
|||
"sourceRoot": "packages/core/src", |
|||
"prefix": "abp", |
|||
"architect": { |
|||
"build": { |
|||
"builder": "@angular-devkit/build-ng-packagr:build", |
|||
"options": { |
|||
"tsConfig": "packages/core/tsconfig.lib.json", |
|||
"project": "packages/core/ng-package.json" |
|||
} |
|||
}, |
|||
"test": { |
|||
"builder": "@angular-devkit/build-angular:karma", |
|||
"options": { |
|||
"main": "packages/core/src/test.ts", |
|||
"tsConfig": "packages/core/tsconfig.spec.json", |
|||
"karmaConfig": "packages/core/karma.conf.js" |
|||
} |
|||
}, |
|||
"lint": { |
|||
"builder": "@angular-devkit/build-angular:tslint", |
|||
"options": { |
|||
"tsConfig": [ |
|||
"packages/core/tsconfig.lib.json", |
|||
"packages/core/tsconfig.spec.json" |
|||
], |
|||
"exclude": [ |
|||
"**/node_modules/**" |
|||
] |
|||
} |
|||
} |
|||
} |
|||
}, |
|||
"theme-shared": { |
|||
"projectType": "library", |
|||
"root": "packages/theme-shared", |
|||
"sourceRoot": "packages/theme-shared/src", |
|||
"prefix": "abp", |
|||
"architect": { |
|||
"build": { |
|||
"builder": "@angular-devkit/build-ng-packagr:build", |
|||
"options": { |
|||
"tsConfig": "packages/theme-shared/tsconfig.lib.json", |
|||
"project": "packages/theme-shared/ng-package.json" |
|||
} |
|||
}, |
|||
"test": { |
|||
"builder": "@angular-devkit/build-angular:karma", |
|||
"options": { |
|||
"main": "packages/theme-shared/src/test.ts", |
|||
"tsConfig": "packages/theme-shared/tsconfig.spec.json", |
|||
"karmaConfig": "packages/theme-shared/karma.conf.js" |
|||
} |
|||
}, |
|||
"lint": { |
|||
"builder": "@angular-devkit/build-angular:tslint", |
|||
"options": { |
|||
"tsConfig": [ |
|||
"packages/theme-shared/tsconfig.lib.json", |
|||
"packages/theme-shared/tsconfig.spec.json" |
|||
], |
|||
"exclude": [ |
|||
"**/node_modules/**" |
|||
] |
|||
} |
|||
} |
|||
} |
|||
}, |
|||
"account": { |
|||
"projectType": "library", |
|||
"root": "packages/account", |
|||
"sourceRoot": "packages/account/src", |
|||
"prefix": "abp", |
|||
"architect": { |
|||
"build": { |
|||
"builder": "@angular-devkit/build-ng-packagr:build", |
|||
"options": { |
|||
"tsConfig": "packages/account/tsconfig.lib.json", |
|||
"project": "packages/account/ng-package.json" |
|||
} |
|||
}, |
|||
"test": { |
|||
"builder": "@angular-devkit/build-angular:karma", |
|||
"options": { |
|||
"main": "packages/account/src/test.ts", |
|||
"tsConfig": "packages/account/tsconfig.spec.json", |
|||
"karmaConfig": "packages/account/karma.conf.js" |
|||
} |
|||
}, |
|||
"lint": { |
|||
"builder": "@angular-devkit/build-angular:tslint", |
|||
"options": { |
|||
"tsConfig": [ |
|||
"packages/account/tsconfig.lib.json", |
|||
"packages/account/tsconfig.spec.json" |
|||
], |
|||
"exclude": [ |
|||
"**/node_modules/**" |
|||
] |
|||
} |
|||
} |
|||
} |
|||
}, |
|||
"permission-management": { |
|||
"projectType": "library", |
|||
"root": "packages/permission-management", |
|||
"sourceRoot": "packages/permission-management/src", |
|||
"prefix": "abp", |
|||
"architect": { |
|||
"build": { |
|||
"builder": "@angular-devkit/build-ng-packagr:build", |
|||
"options": { |
|||
"tsConfig": "packages/permission-management/tsconfig.lib.json", |
|||
"project": "packages/permission-management/ng-package.json" |
|||
} |
|||
}, |
|||
"test": { |
|||
"builder": "@angular-devkit/build-angular:karma", |
|||
"options": { |
|||
"main": "packages/permission-management/src/test.ts", |
|||
"tsConfig": "packages/permission-management/tsconfig.spec.json", |
|||
"karmaConfig": "packages/permission-management/karma.conf.js" |
|||
} |
|||
}, |
|||
"lint": { |
|||
"builder": "@angular-devkit/build-angular:tslint", |
|||
"options": { |
|||
"tsConfig": [ |
|||
"packages/permission-management/tsconfig.lib.json", |
|||
"packages/permission-management/tsconfig.spec.json" |
|||
], |
|||
"exclude": [ |
|||
"**/node_modules/**" |
|||
] |
|||
} |
|||
} |
|||
} |
|||
}, |
|||
"identity": { |
|||
"projectType": "library", |
|||
"root": "packages/identity", |
|||
"sourceRoot": "packages/identity/src", |
|||
"prefix": "abp", |
|||
"architect": { |
|||
"build": { |
|||
"builder": "@angular-devkit/build-ng-packagr:build", |
|||
"options": { |
|||
"tsConfig": "packages/identity/tsconfig.lib.json", |
|||
"project": "packages/identity/ng-package.json" |
|||
} |
|||
}, |
|||
"test": { |
|||
"builder": "@angular-devkit/build-angular:karma", |
|||
"options": { |
|||
"main": "packages/identity/src/test.ts", |
|||
"tsConfig": "packages/identity/tsconfig.spec.json", |
|||
"karmaConfig": "packages/identity/karma.conf.js" |
|||
} |
|||
}, |
|||
"lint": { |
|||
"builder": "@angular-devkit/build-angular:tslint", |
|||
"options": { |
|||
"tsConfig": [ |
|||
"packages/identity/tsconfig.lib.json", |
|||
"packages/identity/tsconfig.spec.json" |
|||
], |
|||
"exclude": [ |
|||
"**/node_modules/**" |
|||
] |
|||
} |
|||
} |
|||
} |
|||
}, |
|||
"theme-basic": { |
|||
"projectType": "library", |
|||
"root": "packages/theme-basic", |
|||
"sourceRoot": "packages/theme-basic/src", |
|||
"prefix": "abp", |
|||
"architect": { |
|||
"build": { |
|||
"builder": "@angular-devkit/build-ng-packagr:build", |
|||
"options": { |
|||
"tsConfig": "packages/theme-basic/tsconfig.lib.json", |
|||
"project": "packages/theme-basic/ng-package.json" |
|||
} |
|||
}, |
|||
"test": { |
|||
"builder": "@angular-devkit/build-angular:karma", |
|||
"options": { |
|||
"main": "packages/theme-basic/src/test.ts", |
|||
"tsConfig": "packages/theme-basic/tsconfig.spec.json", |
|||
"karmaConfig": "packages/theme-basic/karma.conf.js" |
|||
} |
|||
}, |
|||
"lint": { |
|||
"builder": "@angular-devkit/build-angular:tslint", |
|||
"options": { |
|||
"tsConfig": [ |
|||
"packages/theme-basic/tsconfig.lib.json", |
|||
"packages/theme-basic/tsconfig.spec.json" |
|||
], |
|||
"exclude": [ |
|||
"**/node_modules/**" |
|||
] |
|||
} |
|||
} |
|||
} |
|||
}, |
|||
"tenant-management": { |
|||
"projectType": "library", |
|||
"root": "packages/tenant-management", |
|||
"sourceRoot": "packages/tenant-management/src", |
|||
"prefix": "abp", |
|||
"architect": { |
|||
"build": { |
|||
"builder": "@angular-devkit/build-ng-packagr:build", |
|||
"options": { |
|||
"tsConfig": "packages/tenant-management/tsconfig.lib.json", |
|||
"project": "packages/tenant-management/ng-package.json" |
|||
} |
|||
}, |
|||
"test": { |
|||
"builder": "@angular-devkit/build-angular:karma", |
|||
"options": { |
|||
"main": "packages/tenant-management/src/test.ts", |
|||
"tsConfig": "packages/tenant-management/tsconfig.spec.json", |
|||
"karmaConfig": "packages/tenant-management/karma.conf.js" |
|||
} |
|||
}, |
|||
"lint": { |
|||
"builder": "@angular-devkit/build-angular:tslint", |
|||
"options": { |
|||
"tsConfig": [ |
|||
"packages/tenant-management/tsconfig.lib.json", |
|||
"packages/tenant-management/tsconfig.spec.json" |
|||
], |
|||
"exclude": [ |
|||
"**/node_modules/**" |
|||
] |
|||
} |
|||
} |
|||
} |
|||
}}, |
|||
"defaultProject": "core" |
|||
} |
|||
@ -1,51 +0,0 @@ |
|||
{ |
|||
"name": "abp-ng-packages", |
|||
"version": "0.7.1", |
|||
"scripts": { |
|||
"ng": "ng", |
|||
"start": "ng serve", |
|||
"build": "ng build", |
|||
"test": "ng test", |
|||
"lint": "ng lint", |
|||
"e2e": "ng e2e" |
|||
}, |
|||
"private": true, |
|||
"dependencies": { |
|||
"@angular/animations": "~8.1.2", |
|||
"@angular/common": "~8.1.2", |
|||
"@angular/compiler": "~8.1.2", |
|||
"@angular/core": "~8.1.2", |
|||
"@angular/forms": "~8.1.2", |
|||
"@angular/platform-browser": "~8.1.2", |
|||
"@angular/platform-browser-dynamic": "~8.1.2", |
|||
"@angular/router": "~8.1.2", |
|||
"rxjs": "~6.4.0", |
|||
"tslib": "^1.9.0", |
|||
"zone.js": "~0.9.1" |
|||
}, |
|||
"devDependencies": { |
|||
"@angular-devkit/build-angular": "~0.801.2", |
|||
"@angular-devkit/build-ng-packagr": "~0.801.2", |
|||
"@angular/cli": "~8.1.2", |
|||
"@angular/compiler-cli": "~8.1.2", |
|||
"@angular/language-service": "~8.1.2", |
|||
"@types/jasmine": "~3.3.8", |
|||
"@types/jasminewd2": "~2.0.3", |
|||
"@types/node": "~8.9.4", |
|||
"codelyzer": "^5.0.0", |
|||
"jasmine-core": "~3.4.0", |
|||
"jasmine-spec-reporter": "~4.2.1", |
|||
"karma": "~4.1.0", |
|||
"karma-chrome-launcher": "~2.2.0", |
|||
"karma-coverage-istanbul-reporter": "~2.0.1", |
|||
"karma-jasmine": "~2.0.1", |
|||
"karma-jasmine-html-reporter": "^1.4.0", |
|||
"ng-packagr": "^5.1.0", |
|||
"protractor": "~5.4.0", |
|||
"symlink-manager": "^1.1.2", |
|||
"ts-node": "~7.0.0", |
|||
"tsickle": "^0.35.0", |
|||
"tslint": "~5.15.0", |
|||
"typescript": "~3.4.3" |
|||
} |
|||
} |
|||
@ -1,40 +0,0 @@ |
|||
{ |
|||
"compileOnSave": false, |
|||
"compilerOptions": { |
|||
"baseUrl": "./", |
|||
"outDir": "./dist/out-tsc", |
|||
"sourceMap": true, |
|||
"declaration": false, |
|||
"downlevelIteration": true, |
|||
"experimentalDecorators": true, |
|||
"module": "esnext", |
|||
"moduleResolution": "node", |
|||
"importHelpers": true, |
|||
"target": "es2015", |
|||
"typeRoots": [ |
|||
"node_modules/@types" |
|||
], |
|||
"lib": [ |
|||
"es2018", |
|||
"dom" |
|||
], |
|||
"paths": { |
|||
"theme-basic": [ |
|||
"dist/theme-basic" |
|||
], |
|||
"theme-basic/*": [ |
|||
"dist/theme-basic/*" |
|||
], |
|||
"tenant-management": [ |
|||
"dist/tenant-management" |
|||
], |
|||
"tenant-management/*": [ |
|||
"dist/tenant-management/*" |
|||
] |
|||
} |
|||
}, |
|||
"angularCompilerOptions": { |
|||
"fullTemplateTypeCheck": true, |
|||
"strictInjectionParameters": true |
|||
} |
|||
} |
|||
@ -1,80 +0,0 @@ |
|||
{ |
|||
"extends": "tslint:recommended", |
|||
"rulesDirectory": [ |
|||
"codelyzer" |
|||
], |
|||
"rules": { |
|||
"array-type": false, |
|||
"arrow-parens": false, |
|||
"deprecation": { |
|||
"severity": "warning" |
|||
}, |
|||
"import-blacklist": [ |
|||
true, |
|||
"rxjs/Rx" |
|||
], |
|||
"interface-name": false, |
|||
"max-classes-per-file": false, |
|||
"max-line-length": [ |
|||
true, |
|||
140 |
|||
], |
|||
"member-access": false, |
|||
"member-ordering": [ |
|||
true, |
|||
{ |
|||
"order": [ |
|||
"static-field", |
|||
"instance-field", |
|||
"static-method", |
|||
"instance-method" |
|||
] |
|||
} |
|||
], |
|||
"no-consecutive-blank-lines": false, |
|||
"no-console": [ |
|||
true, |
|||
"debug", |
|||
"info", |
|||
"time", |
|||
"timeEnd", |
|||
"trace" |
|||
], |
|||
"no-empty": false, |
|||
"no-inferrable-types": [ |
|||
true, |
|||
"ignore-params" |
|||
], |
|||
"no-non-null-assertion": true, |
|||
"no-redundant-jsdoc": true, |
|||
"no-switch-case-fall-through": true, |
|||
"no-use-before-declare": true, |
|||
"no-var-requires": false, |
|||
"object-literal-key-quotes": [ |
|||
true, |
|||
"as-needed" |
|||
], |
|||
"object-literal-sort-keys": false, |
|||
"ordered-imports": false, |
|||
"quotemark": [ |
|||
true, |
|||
"single" |
|||
], |
|||
"trailing-comma": false, |
|||
"component-class-suffix": true, |
|||
"contextual-lifecycle": true, |
|||
"directive-class-suffix": true, |
|||
"no-conflicting-lifecycle": true, |
|||
"no-host-metadata-property": true, |
|||
"no-input-rename": true, |
|||
"no-inputs-metadata-property": true, |
|||
"no-output-native": true, |
|||
"no-output-on-prefix": true, |
|||
"no-output-rename": true, |
|||
"no-outputs-metadata-property": true, |
|||
"template-banana-in-box": true, |
|||
"template-no-negated-async": true, |
|||
"use-lifecycle-interface": true, |
|||
"use-pipe-transform-interface": true |
|||
} |
|||
} |
|||
Loading…
Reference in new issue