mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
2.0 KiB
64 lines
2.0 KiB
{
|
|
"name": "MyProjectName",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve --open",
|
|
"build": "ng build",
|
|
"build:prod": "ng build --configuration production",
|
|
"watch": "ng build --watch --configuration development",
|
|
"test": "ng test",
|
|
"lint": "ng lint"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@abp/ng.account": "~7.4.0",
|
|
"@abp/ng.components": "~7.4.0",
|
|
"@abp/ng.core": "~7.4.0",
|
|
"@abp/ng.oauth": "~7.4.0",
|
|
"@abp/ng.identity": "~7.4.0",
|
|
"@abp/ng.setting-management": "~7.4.0",
|
|
"@abp/ng.tenant-management": "~7.4.0",
|
|
"@abp/ng.theme.shared": "~7.4.0",
|
|
"@abp/ng.theme.lepton-x": "~2.4.1",
|
|
"@angular/animations": "~17.0.0",
|
|
"@angular/common": "~17.0.0",
|
|
"@angular/compiler": "~17.0.0",
|
|
"@angular/core": "~17.0.0",
|
|
"@angular/forms": "~17.0.0",
|
|
"@angular/localize": "~17.0.0",
|
|
"@angular/platform-browser": "~17.0.0",
|
|
"@angular/platform-browser-dynamic": "~17.0.0",
|
|
"@angular/router": "~17.0.0",
|
|
"rxjs": "~7.8.0",
|
|
"tslib": "^2.1.0",
|
|
"bootstrap-icons": "~1.8.3",
|
|
"zone.js": "~0.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "~17.0.0",
|
|
"@angular-eslint/builder": "~17.0.0",
|
|
"@angular-eslint/eslint-plugin": "~17.0.0",
|
|
"@angular-eslint/eslint-plugin-template": "~17.0.0",
|
|
"@angular-eslint/schematics": "~17.0.0",
|
|
"@angular-eslint/template-parser": "~17.0.0",
|
|
"@abp/ng.schematics": "~7.4.0",
|
|
"@angular/cli": "~17.0.0",
|
|
"@angular/compiler-cli": "~17.0.0",
|
|
"@angular/language-service": "~17.0.0",
|
|
"@types/jasmine": "~3.6.0",
|
|
"@types/node": "^12.11.1",
|
|
"@typescript-eslint/eslint-plugin": "6.9.1",
|
|
"@typescript-eslint/parser": "6.9.1",
|
|
"eslint": "^8.23.0",
|
|
"jasmine-core": "~4.0.0",
|
|
"karma": "~6.3.0",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage": "~2.1.0",
|
|
"karma-jasmine": "~4.0.0",
|
|
"karma-jasmine-html-reporter": "^1.7.0",
|
|
"ng-packagr": "~17.0.0",
|
|
"typescript": "~5.2.0"
|
|
}
|
|
}
|