You've already forked openaccounting-web
mirror of
https://github.com/openaccounting/oa-web.git
synced 2025-12-09 00:51:01 +13:00
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `json5` from 1.0.1 to 2.2.3 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v1.0.1...v2.2.3) Updates `@angular-devkit/build-angular` from 0.13.10 to 15.0.4 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular-cli/commits/15.0.4) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: "@angular-devkit/build-angular" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
{
|
|
"name": "oa-web",
|
|
"description": "Open Accounting client side web application",
|
|
"version": "1.0.0",
|
|
"homepage": "https://openaccounting.io",
|
|
"author": "Open Accounting",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openaccounting/oa-web.git"
|
|
},
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build --prod",
|
|
"test": "ng test",
|
|
"lint": "ng lint",
|
|
"e2e": "ng e2e"
|
|
},
|
|
"dependencies": {
|
|
"@angular/animations": "^6.1.0",
|
|
"@angular/common": "^6.1.0",
|
|
"@angular/compiler": "^6.1.0",
|
|
"@angular/core": "^6.1.0",
|
|
"@angular/forms": "^6.1.0",
|
|
"@angular/http": "^6.1.0",
|
|
"@angular/platform-browser": "^6.1.0",
|
|
"@angular/platform-browser-dynamic": "^6.1.0",
|
|
"@angular/router": "^6.1.0",
|
|
"@ng-bootstrap/ng-bootstrap": "^3.3.1",
|
|
"@types/moment-timezone": "^0.5.12",
|
|
"bootstrap": "^4.3.1",
|
|
"core-js": "^2.5.4",
|
|
"moment-timezone": "^0.5.25",
|
|
"rxjs": "~6.2.0",
|
|
"rxjs-compat": "6.0.0",
|
|
"zone.js": "~0.8.26"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^15.0.4",
|
|
"@angular/cli": "~6.2.5",
|
|
"@angular/compiler-cli": "^6.1.0",
|
|
"@angular/language-service": "^6.1.0",
|
|
"@types/jasmine": "~2.8.8",
|
|
"@types/jasminewd2": "~2.0.3",
|
|
"@types/node": "~8.9.4",
|
|
"codelyzer": "~4.3.0",
|
|
"jasmine-core": "~2.99.1",
|
|
"jasmine-spec-reporter": "~4.2.1",
|
|
"karma": "~3.0.0",
|
|
"karma-chrome-launcher": "~2.2.0",
|
|
"karma-coverage-istanbul-reporter": "~2.0.1",
|
|
"karma-jasmine": "~1.1.2",
|
|
"karma-jasmine-html-reporter": "^0.2.2",
|
|
"protractor": "~5.4.0",
|
|
"ts-node": "~7.0.0",
|
|
"tslint": "~5.11.0",
|
|
"typescript": "~2.9.2"
|
|
}
|
|
}
|