forked from LHNCBC/formbuilder-lhcforms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
125 lines (125 loc) · 5.3 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "formbuilder-lhcforms",
"version": "9.6.5",
"description": "Build LHC-Forms and FHIR Questionnaires",
"homepage": "https://github.com/lhncbc/formbuilder-lhcforms",
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
"type": "git",
"url": "https://github.com/lhncbc/formbuilder-lhcforms"
},
"config": {
"testPortSecond": "9032",
"testPort": "9031",
"devPort": "9030"
},
"scripts": {
"ng": "ng",
"start": "ng serve --port ${npm_package_config_devPort} -c development",
"start-public": "node ./bin/start-public.js",
"install-and-build": "npm install && npm run clean-build",
"clean-build": "ng cache clean && npm ci && npm run build",
"build-with-test-html": "ng build --configuration prod_with_test_html",
"create-version-file": "echo {\\\"version\\\": \\\"${npm_package_version}\\\"} > ./src/assets/version.json",
"build": "npm run create-version-file && ng build --configuration production",
"test": "npm run unit-test && npm run e2e:prod",
"unit-test": "ng test --watch=false",
"lint": "ng lint",
"cy:verify": "cypress verify",
"cy-run": "cypress run --browser chrome --config baseUrl=http://localhost:${npm_package_config_testPort}",
"cy-run-fl": "cypress run --browser chrome --config baseUrl=http://localhost:${npm_package_config_testPort} --spec ./cypress/e2e/form-level/form-level.cy.ts",
"cy-run-il": "cypress run --browser chrome --config baseUrl=http://localhost:${npm_package_config_testPort} --spec ./cypress/e2e/item-level/item-level.cy.ts",
"e2e": "ng e2e",
"e2e:start-server": "npm run build-with-test-html && angular-http-server --silent --path ./dist/formbuilder-lhcforms -p ${npm_package_config_testPort}",
"e2e:start-second-server": "npm run build-with-test-html && angular-http-server --silent --path ./dist/formbuilder-lhcforms -p ${npm_package_config_testPortSecond}",
"pw-run": "npx playwright test",
"e2e:pw-run": "start-test e2e:start-server http://localhost:${npm_package_config_testPort} e2e:start-second-server http://localhost:${npm_package_config_testPortSecond} pw-run",
"e2e:prod": "start-test e2e:start-server http://localhost:${npm_package_config_testPort} e2e:start-second-server http://localhost:${npm_package_config_testPortSecond} cy-pw-run",
"e2e:cy-run-fl": "start-test e2e:start-server http://localhost:${npm_package_config_testPort} cy-run-fl",
"e2e:cy-run-il": "start-test e2e:start-server http://localhost:${npm_package_config_testPort} cy-run-il",
"cy-pw-run": "npm run cy-run && npm run pw-run"
},
"files": [
"dist/formbuilder-lhcforms"
],
"dependencies": {
"@angular-builders/custom-webpack": "^17.0.2",
"@angular/animations": "~17.3.9",
"@angular/cdk": "^17.3.9",
"@angular/common": "~17.3.9",
"@angular/compiler": "~17.3.9",
"@angular/core": "^17.3.9",
"@angular/forms": "~17.3.9",
"@angular/localize": "~17.3.9",
"@angular/material": "^17.3.9",
"@angular/platform-browser": "~17.3.9",
"@angular/platform-browser-dynamic": "~17.3.9",
"@angular/router": "~17.3.9",
"@bugsplat/angular-tree-component": "^13.0.1",
"@ctrl/ngx-codemirror": "^7.0.0",
"@fortawesome/angular-fontawesome": "^0.14.1",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fullcalendar/core": "^6.1.5",
"@lhncbc/ngx-schema-form": "2.11.0-forked2",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@types/fhir": "^0.0.36",
"ace-builds": "^1.16.0",
"bootstrap": "^5.2.3",
"codemirror": "^5.65.16",
"date-fns": "^2.30.0",
"fast-copy": "^2.1.1",
"fhirclient": "^2.5.2",
"iso-639-1": "^2.1.15",
"jexl": "^2.3.0",
"jquery": "^3.6.3",
"json-ptr": "^3.1.1",
"json5": "^2.2.3",
"lforms-loader": "^3.0.3",
"lodash-es": "^4.17.21",
"math-to-fhirpath": "NLMLHC/math-to-fhirpath",
"rxjs": "~7.4.0",
"traverse": "^0.6.6",
"tslib": "^2.1.0",
"z-schema": "~4.2.2",
"zone.js": "~0.14.5"
},
"devDependencies": {
"@angular-eslint/builder": "17.4.1",
"@angular-eslint/eslint-plugin": "17.4.1",
"@angular-eslint/eslint-plugin-template": "17.4.1",
"@angular-eslint/schematics": "17.4.1",
"@angular-eslint/template-parser": "17.4.1",
"@angular/cli": "^17.3.7",
"@angular/compiler-cli": "~17.3.9",
"@angular/language-service": "~17.3.9",
"@cypress/schematic": "^2.5.1",
"@playwright/test": "^1.42.1",
"@types/hapi": "18.0.8",
"@types/jasmine": "~4.3.1",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^18.15.5",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@webcomponents/webcomponentsjs": "^2.7.0",
"angular-http-server": "^1.11.1",
"cypress": "^13.6.4",
"cypress-fail-on-console-error": "^4.0.2",
"cypress-real-events": "^1.13.0",
"eslint": "^8.57.0",
"jasmine-core": "^4.6.0",
"jasmine-spec-reporter": "~7.0.0",
"json-pointer": "^0.6.1",
"jsonpointer": "^5.0.1",
"karma": "^6.4.1",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.2",
"karma-jasmine-html-reporter": "^1.7.0",
"postcss": "^8.3.0",
"start-server-and-test": "2.0.3",
"ts-node": "~9.1.1",
"typescript": "^5.4.5"
}
}