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.
abp/templates/module/angular/package.json

65 lines
2.4 KiB

{
"name": "MyProjectName",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve dev-app --open",
"build": "ng build my-project-name --configuration production",
"build:app": "npm run symlink:copy -- --no-watch && ng build dev-app --configuration production",
"symlink:copy": "symlink copy --angular --packages @my-company-name/my-project-name --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"compile:ivy": "yarn ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points --tsconfig './tsconfig.prod.json' --source node_modules --async false",
"postinstall": "npm run compile:ivy"
},
"private": true,
"dependencies": {
"@abp/ng.account": "~7.3.0-rc.2",
"@abp/ng.components": "~7.3.0-rc.2",
"@abp/ng.core": "~7.3.0-rc.2",
"@abp/ng.oauth": "~7.3.0-rc.2",
"@abp/ng.identity": "~7.3.0-rc.2",
"@abp/ng.setting-management": "~7.3.0-rc.2",
"@abp/ng.tenant-management": "~7.3.0-rc.2",
"@abp/ng.theme.basic": "~7.3.0-rc.2",
"@abp/ng.theme.shared": "~7.3.0-rc.2",
"@angular/animations": "^16.0.2",
"@angular/common": "^16.0.2",
"@angular/compiler": "^16.0.2",
"@angular/core": "^16.0.2",
"@angular/forms": "^16.0.2",
"@angular/localize": "^16.0.2",
"@angular/platform-browser": "^16.0.2",
"@angular/platform-browser-dynamic": "^16.0.2",
"@angular/router": "^16.0.2",
"rxjs": "7.8.1",
"tslib": "^2.1.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@abp/ng.schematics": "~7.3.0-rc.2",
"@angular-devkit/build-angular": "~16.0.1",
"@angular-eslint/builder": "~16.0.0",
"@angular-eslint/eslint-plugin": "~16.0.0",
"@angular-eslint/eslint-plugin-template": "~16.0.0",
"@angular-eslint/schematics": "~16.0.0",
"@angular-eslint/template-parser": "~16.0.0",
"@angular/cli": "^16.0.2",
"@angular/compiler-cli": "^16.0.2",
"@angular/language-service": "^16.0.2",
"@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",
"symlink-manager": "^1.5.0",
"typescript": "~5.0.4"
}
}