Files
openaccounting-web/package.json

61 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2018-10-19 11:28:08 -04:00
{
"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": {
2018-10-19 13:58:38 -04:00
"@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",
2018-11-26 15:34:34 -05:00
"@ng-bootstrap/ng-bootstrap": "^3.3.1",
2019-06-17 14:37:10 -04:00
"@types/moment-timezone": "^0.5.12",
"bootstrap": "^4.3.1",
2018-10-19 13:58:38 -04:00
"core-js": "^2.5.4",
2019-06-17 14:37:10 -04:00
"moment-timezone": "^0.5.25",
2018-10-19 13:58:38 -04:00
"rxjs": "~6.2.0",
"rxjs-compat": "6.0.0",
"zone.js": "~0.8.26"
2018-10-19 11:28:08 -04:00
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.4",
2018-10-19 13:58:38 -04:00
"@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",
2018-10-19 11:28:08 -04:00
"jasmine-spec-reporter": "~4.2.1",
2018-10-19 13:58:38 -04:00
"karma": "~3.0.0",
2018-10-19 11:28:08 -04:00
"karma-chrome-launcher": "~2.2.0",
2018-10-19 13:58:38 -04:00
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.2",
2018-10-19 11:28:08 -04:00
"karma-jasmine-html-reporter": "^0.2.2",
2018-10-19 13:58:38 -04:00
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
"tslint": "~5.11.0",
"typescript": "~2.9.2"
2018-10-19 11:28:08 -04:00
}
}