2022-08-22 18:51:46 -06:00
|
|
|
{
|
2022-08-22 19:11:00 -06:00
|
|
|
"name": "fasten",
|
2022-08-22 18:51:46 -06:00
|
|
|
"version": "0.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"ng": "ng",
|
|
|
|
"start": "ng serve",
|
2022-11-02 09:58:57 -06:00
|
|
|
"serve": "ng serve",
|
2023-08-27 14:56:17 -06:00
|
|
|
"build": "ng build --output-path=../dist",
|
2022-08-22 18:51:46 -06:00
|
|
|
"test": "ng test",
|
|
|
|
"lint": "ng lint",
|
|
|
|
"e2e": "ng e2e",
|
2023-05-05 10:06:33 -06:00
|
|
|
"dist": "ng build --watch --output-path=../dist",
|
|
|
|
"storybook": "ng run fastenhealth:storybook",
|
|
|
|
"build-storybook": "ng run fastenhealth:build-storybook"
|
2022-08-22 18:51:46 -06:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2022-08-25 07:41:26 -06:00
|
|
|
"@angular/animations": "^14.1.3",
|
2022-09-08 20:36:33 -06:00
|
|
|
"@angular/cdk": "^14.1.3",
|
2022-08-25 07:41:26 -06:00
|
|
|
"@angular/common": "^14.1.3",
|
|
|
|
"@angular/compiler": "^14.1.3",
|
|
|
|
"@angular/core": "^14.1.3",
|
|
|
|
"@angular/forms": "^14.1.3",
|
2022-09-08 20:36:33 -06:00
|
|
|
"@angular/localize": "^14.1.3",
|
2022-08-25 07:41:26 -06:00
|
|
|
"@angular/platform-browser": "^14.1.3",
|
|
|
|
"@angular/platform-browser-dynamic": "^14.1.3",
|
|
|
|
"@angular/router": "^14.1.3",
|
2022-12-17 16:10:19 -07:00
|
|
|
"@circlon/angular-tree-component": "^11.0.4",
|
2022-09-10 12:59:13 -06:00
|
|
|
"@fortawesome/angular-fontawesome": "^0.11.1",
|
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.2.0",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "^6.2.0",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.2.0",
|
2023-09-10 11:19:50 -06:00
|
|
|
"@microsoft/fetch-event-source": "^2.0.1",
|
2022-08-26 20:16:49 -06:00
|
|
|
"@ng-bootstrap/ng-bootstrap": "10.0.0",
|
2023-03-17 21:25:55 -06:00
|
|
|
"@ng-select/ng-select": "9.1.0",
|
2022-10-13 09:59:25 -06:00
|
|
|
"@panva/oauth4webapi": "1.2.0",
|
2022-09-16 07:58:41 -06:00
|
|
|
"@swimlane/ngx-datatable": "^20.0.0",
|
2023-03-05 22:46:55 -07:00
|
|
|
"@types/fhir": "^0.0.35",
|
2023-12-08 14:14:02 -07:00
|
|
|
"@webcomponents/webcomponentsjs": "^2.8.0",
|
2023-02-05 19:35:14 -07:00
|
|
|
"asmcrypto.js": "^2.3.2",
|
2022-09-08 20:36:33 -06:00
|
|
|
"bootstrap": "^4.4.1",
|
2024-03-15 17:00:43 -06:00
|
|
|
"chart.js": "^4.4.2",
|
2023-04-04 20:25:48 -06:00
|
|
|
"dwv": "^0.31.0",
|
2022-12-17 16:10:19 -07:00
|
|
|
"fhirpath": "^3.3.0",
|
2023-07-08 08:43:30 -06:00
|
|
|
"gridstack": "8.1.1",
|
2022-09-15 23:26:37 -06:00
|
|
|
"humanize-duration": "^3.27.3",
|
2022-10-16 13:09:22 -06:00
|
|
|
"idb": "^7.1.0",
|
2022-11-02 01:12:54 -06:00
|
|
|
"jose": "^4.10.4",
|
2023-12-08 14:14:02 -07:00
|
|
|
"lforms": "34.0.0",
|
2022-09-15 23:26:37 -06:00
|
|
|
"moment": "^2.29.4",
|
2023-07-08 08:43:30 -06:00
|
|
|
"ng2-charts": "^4.1.1",
|
2022-09-15 23:26:37 -06:00
|
|
|
"ngx-dropzone": "^3.1.0",
|
2022-09-25 18:14:36 -06:00
|
|
|
"ngx-highlightjs": "^7.0.1",
|
2023-03-08 20:18:55 -07:00
|
|
|
"ngx-infinite-scroll": "^14.0.0",
|
2022-10-12 19:56:58 -06:00
|
|
|
"ngx-moment": "^6.0.2",
|
2023-12-03 19:40:16 -07:00
|
|
|
"parse-full-name": "^1.2.6",
|
2023-12-06 14:39:45 -07:00
|
|
|
"rtf.js": "^3.0.9",
|
2022-08-22 18:51:46 -06:00
|
|
|
"rxjs": "~6.5.4",
|
2022-08-25 01:25:50 -06:00
|
|
|
"tslib": "^2.0.0",
|
2022-10-04 20:41:38 -06:00
|
|
|
"uuid": "^9.0.0",
|
2023-02-05 19:35:14 -07:00
|
|
|
"webcrypto-liner": "^1.4.0",
|
2022-09-10 12:59:13 -06:00
|
|
|
"zone.js": "~0.11.8"
|
2022-08-22 18:51:46 -06:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-08-25 07:41:26 -06:00
|
|
|
"@angular-devkit/build-angular": "^14.1.3",
|
|
|
|
"@angular/cli": "^14.1.3",
|
|
|
|
"@angular/compiler-cli": "^14.1.3",
|
|
|
|
"@angular/language-service": "^14.1.3",
|
2023-05-05 10:06:33 -06:00
|
|
|
"@compodoc/compodoc": "^1.1.19",
|
|
|
|
"@storybook/addon-essentials": "^7.0.7",
|
|
|
|
"@storybook/addon-interactions": "^7.0.7",
|
|
|
|
"@storybook/addon-links": "^7.0.7",
|
|
|
|
"@storybook/angular": "^7.0.7",
|
|
|
|
"@storybook/blocks": "^7.0.7",
|
|
|
|
"@storybook/testing-library": "^0.0.14-next.2",
|
2022-08-22 18:51:46 -06:00
|
|
|
"@types/jasmine": "~3.5.0",
|
|
|
|
"@types/jasminewd2": "~2.0.3",
|
2023-07-08 08:43:30 -06:00
|
|
|
"chromatic": "^6.19.8",
|
2022-08-22 18:51:46 -06:00
|
|
|
"codelyzer": "^5.1.2",
|
2024-03-15 17:00:43 -06:00
|
|
|
"fishery": "^2.2.2",
|
|
|
|
"jasmine-core": "~5.1.2",
|
|
|
|
"jasmine-spec-reporter": "~7.0.0",
|
|
|
|
"karma": "~6.4.3",
|
|
|
|
"karma-chrome-launcher": "~3.2.0",
|
|
|
|
"karma-coverage": "^2.2.1",
|
2022-08-25 01:25:50 -06:00
|
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
2024-03-15 17:00:43 -06:00
|
|
|
"karma-jasmine": "~5.1.0",
|
|
|
|
"karma-jasmine-html-reporter": "^2.1.0",
|
2024-05-01 08:04:32 -06:00
|
|
|
"karma-verbose-reporter": "^0.0.8",
|
2022-08-25 01:25:50 -06:00
|
|
|
"protractor": "~7.0.0",
|
2023-05-05 10:06:33 -06:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
"storybook": "^7.0.7",
|
2022-08-22 18:51:46 -06:00
|
|
|
"ts-node": "~8.3.0",
|
|
|
|
"tslint": "~6.1.0",
|
2022-08-25 07:41:26 -06:00
|
|
|
"typescript": "~4.6.4"
|
2023-05-05 10:06:33 -06:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"webpack": "5.74.0"
|
2022-08-22 18:51:46 -06:00
|
|
|
}
|
2022-08-25 07:41:26 -06:00
|
|
|
}
|