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.
61 lines
1.9 KiB
61 lines
1.9 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": "~4.4.0-rc.2",
|
|
"@abp/ng.components": "~4.4.0-rc.2",
|
|
"@abp/ng.core": "~4.4.0-rc.2",
|
|
"@abp/ng.identity": "~4.4.0-rc.2",
|
|
"@abp/ng.setting-management": "~4.4.0-rc.2",
|
|
"@abp/ng.tenant-management": "~4.4.0-rc.2",
|
|
"@abp/ng.theme.basic": "~4.4.0-rc.2",
|
|
"@abp/ng.theme.shared": "~4.4.0-rc.2",
|
|
"@angular/animations": "~12.0.0",
|
|
"@angular/common": "~12.0.0",
|
|
"@angular/compiler": "~12.0.0",
|
|
"@angular/core": "~12.0.0",
|
|
"@angular/forms": "~12.0.0",
|
|
"@angular/platform-browser-dynamic": "~12.0.0",
|
|
"@angular/platform-browser": "~12.0.0",
|
|
"@angular/router": "~12.0.0",
|
|
"rxjs": "~6.6.0",
|
|
"tslib": "^2.1.0",
|
|
"zone.js": "~0.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"@abp/ng.schematics": "~4.4.0-rc.2",
|
|
"@angular-devkit/build-angular": "~12.0.0",
|
|
"@angular-eslint/builder": "12.1.0",
|
|
"@angular-eslint/eslint-plugin-template": "12.1.0",
|
|
"@angular-eslint/eslint-plugin": "12.1.0",
|
|
"@angular-eslint/schematics": "12.1.0",
|
|
"@angular-eslint/template-parser": "12.1.0",
|
|
"@angular/cli": "~12.0.0",
|
|
"@angular/compiler-cli": "~12.0.0",
|
|
"@angular/language-service": "~12.0.4",
|
|
"@types/jasmine": "~3.6.0",
|
|
"@types/node": "^12.11.1",
|
|
"@typescript-eslint/eslint-plugin": "4.23.0",
|
|
"@typescript-eslint/parser": "4.23.0",
|
|
"eslint": "^7.26.0",
|
|
"jasmine-core": "~3.7.0",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage": "~2.0.3",
|
|
"karma-jasmine-html-reporter": "^1.5.0",
|
|
"karma-jasmine": "~4.0.0",
|
|
"karma": "~6.3.0",
|
|
"ng-packagr": "^12.0.5",
|
|
"typescript": "~4.2.3"
|
|
}
|
|
}
|