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.
108 lines
3.6 KiB
108 lines
3.6 KiB
{
|
|
"homepage": "https://abp.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/abpframework/abp.git"
|
|
},
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"symlink": "symlink",
|
|
"start": "ng serve dev-app",
|
|
"start:internal": "ng serve dev-app --configuration=internal",
|
|
"build": "ng build",
|
|
"test": "ng test --watchAll --runInBand",
|
|
"commit": "git-cz",
|
|
"lint": "ng lint",
|
|
"build:schematics": "cd scripts && yarn && yarn build:schematics && cd ..",
|
|
"dev:schematics": "tsc -p packages/schematics/tsconfig.json -w",
|
|
"scripts:build": "cd scripts && yarn && yarn build",
|
|
"prepare:workspace": "yarn scripts:build --noInstall",
|
|
"ci": "yarn ng lint && yarn prepare:workspace && yarn ci:test && yarn ci:build",
|
|
"ci:test": "ng test --coverage=false --silent",
|
|
"ci:build": "cd scripts && yarn install && yarn build:prod",
|
|
"lerna": "lerna",
|
|
"compile:ivy": "yarn ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points --tsconfig './tsconfig.prod.json' --source node_modules",
|
|
"postinstall": "npm run compile:ivy"
|
|
},
|
|
"devDependencies": {
|
|
"@abp/ng.account": "~3.2.0",
|
|
"@abp/ng.core": "~3.2.0",
|
|
"@abp/ng.feature-management": "~3.2.0",
|
|
"@abp/ng.identity": "~3.2.0",
|
|
"@abp/ng.permission-management": "~3.2.0",
|
|
"@abp/ng.schematics": "~3.2.0",
|
|
"@abp/ng.setting-management": "~3.2.0",
|
|
"@abp/ng.tenant-management": "~3.2.0",
|
|
"@abp/ng.theme.basic": "~3.2.0",
|
|
"@abp/ng.theme.shared": "~3.2.0",
|
|
"@abp/utils": "^3.2.0",
|
|
"@angular-builders/jest": "^10.0.0",
|
|
"@angular-devkit/build-angular": "~0.1001.2",
|
|
"@angular-devkit/build-ng-packagr": "~0.1001.2",
|
|
"@angular-devkit/schematics-cli": "^0.1001.1",
|
|
"@angular/animations": "~10.1.2",
|
|
"@angular/cli": "~10.1.2",
|
|
"@angular/common": "~10.1.2",
|
|
"@angular/compiler": "10.1.2",
|
|
"@angular/compiler-cli": "10.1.2",
|
|
"@angular/core": "~10.1.2",
|
|
"@angular/forms": "~10.1.2",
|
|
"@angular/language-service": "~10.1.2",
|
|
"@angular/localize": "~10.1.2",
|
|
"@angular/platform-browser": "~10.1.2",
|
|
"@angular/platform-browser-dynamic": "~10.1.2",
|
|
"@angular/router": "~10.1.2",
|
|
"@fortawesome/fontawesome-free": "^5.14.0",
|
|
"@ng-bootstrap/ng-bootstrap": "^7.0.0",
|
|
"@ngneat/spectator": "^5.13.0",
|
|
"@ngx-validate/core": "^0.0.11",
|
|
"@ngxs/devtools-plugin": "^3.7.0",
|
|
"@ngxs/logger-plugin": "^3.7.0",
|
|
"@ngxs/router-plugin": "^3.7.0",
|
|
"@ngxs/storage-plugin": "^3.7.0",
|
|
"@ngxs/store": "^3.7.0",
|
|
"@schematics/angular": "~10.0.5",
|
|
"@swimlane/ngx-datatable": "^17.1.0",
|
|
"@types/jest": "^25.2.3",
|
|
"@types/node": "^12.11.1",
|
|
"angular-oauth2-oidc": "^10.0.3",
|
|
"bootstrap": "^4.5.0",
|
|
"chart.js": "^2.9.3",
|
|
"codelyzer": "^6.0.0",
|
|
"conventional-changelog-cli": "^2.0.31",
|
|
"cz-conventional-changelog": "3.0.2",
|
|
"font-awesome": "^4.7.0",
|
|
"got": "^11.5.2",
|
|
"jest": "^25.0.0",
|
|
"jest-canvas-mock": "^2.2.0",
|
|
"jest-preset-angular": "^8.2.0",
|
|
"jsonc-parser": "^2.3.0",
|
|
"just-clone": "^3.1.0",
|
|
"just-compare": "^1.3.0",
|
|
"lerna": "^3.19.0",
|
|
"ng-packagr": "^10.0.0",
|
|
"ng-zorro-antd": "^9.3.0",
|
|
"ngxs-reset-plugin": "^1.3.0",
|
|
"ngxs-schematic": "^1.1.9",
|
|
"prettier": "^2.1.2",
|
|
"protractor": "~7.0.0",
|
|
"rxjs": "~6.5.4",
|
|
"snq": "^1.0.3",
|
|
"symlink-manager": "^1.5.0",
|
|
"ts-node": "~7.0.0",
|
|
"ts-toolbelt": "6.15.4",
|
|
"tsickle": "^0.39.1",
|
|
"tslint": "~6.1.0",
|
|
"typescript": "~4.0.3",
|
|
"zone.js": "~0.10.2"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.0.0"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "cz-conventional-changelog"
|
|
}
|
|
}
|
|
}
|