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": "BookStore",
|
|
"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": "~8.0.0-rc.1",
|
|
"@abp/ng.components": "~8.0.0-rc.1",
|
|
"@abp/ng.core": "~8.0.0-rc.1",
|
|
"@abp/ng.oauth": "~8.0.0-rc.1",
|
|
"@abp/ng.identity": "~8.0.0-rc.1",
|
|
"@abp/ng.setting-management": "~8.0.0-rc.1",
|
|
"@abp/ng.tenant-management": "~8.0.0-rc.1",
|
|
"@abp/ng.theme.shared": "~8.0.0-rc.1",
|
|
"@abp/ng.theme.lepton-x": "~2.4.3",
|
|
"@angular/animations": "^15.0.1",
|
|
"@angular/common": "^15.0.1",
|
|
"@angular/compiler": "^15.0.1",
|
|
"@angular/core": "^15.0.1",
|
|
"@angular/forms": "^15.0.1",
|
|
"@angular/localize": "^15.0.1",
|
|
"@angular/platform-browser": "^15.0.1",
|
|
"@angular/platform-browser-dynamic": "^15.0.1",
|
|
"@angular/router": "^15.0.1",
|
|
"bootstrap-icons": "~1.8.3",
|
|
"rxjs": "7.5.6",
|
|
"tslib": "^2.1.0",
|
|
"zone.js": "~0.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"@abp/ng.schematics": "~8.0.0-rc.1",
|
|
"@angular-devkit/build-angular": "^15.0.1",
|
|
"@angular-eslint/builder": "~15.1.0",
|
|
"@angular-eslint/eslint-plugin": "~15.1.0",
|
|
"@angular-eslint/eslint-plugin-template": "~15.1.0",
|
|
"@angular-eslint/schematics": "~15.1.0",
|
|
"@angular-eslint/template-parser": "~15.1.0",
|
|
"@angular/cli": "^15.0.1",
|
|
"@angular/compiler-cli": "^15.0.1",
|
|
"@angular/language-service": "^15.0.1",
|
|
"@types/jasmine": "~3.6.0",
|
|
"@types/node": "^12.11.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.36.2",
|
|
"@typescript-eslint/parser": "^5.36.2",
|
|
"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": "^15.0.1",
|
|
"typescript": "~4.8.3"
|
|
}
|
|
}
|