-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
64 lines (64 loc) · 1.73 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
{
"name": "fhirpath-lab",
"version": "1.0.0",
"private": true,
"license": "BSD-3-Clause",
"type": "module",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"test": "jest test",
"start": "nuxt start",
"generate": "nuxt generate",
"dockerize": "docker build -t fhirpath-lab ."
},
"dependencies": {
"@aehrc/sdc-populate": "^2.3.1",
"@aehrc/smart-forms-renderer": "^0.44.3",
"@nuxtjs/applicationinsights": "^1.2.2",
"@types/ace": "^0.0.52",
"@types/fhir": "^0.0.41",
"@types/lz-string": "^1.3.34",
"ace-builds": "^1.35.0",
"antlr4": "^4.13.1-patch-1",
"axios": "^1.7.2",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"consola": "^2.15.3",
"core-js": "^3.15.1",
"express": "^4.17.2",
"fast-json-patch": "^3.1.1",
"fhir-extension-helpers": "^0.3.0",
"fhir-sdc-helpers": "^0.1.0",
"fhirclient": "^2.5.3",
"fhirpath": "^3.15.1",
"fhirpath-lab": "file:",
"lforms-loader": "^3.1.0",
"luxon": "^3.4.3",
"lz-string": "^1.4.4",
"marked": "^4.0.10",
"minimist": ">=1.2.6",
"notistack": "^3.0.1",
"nuxt": "^2.15.7",
"openai": "^4.47.1",
"vue-application-insights": "^1.0.7",
"vue-property-decorator": "^9.1.2",
"vuereact-combined": "^1.2.11",
"xml-formatter": "^3.6.3"
},
"devDependencies": {
"@mdi/font": "^6.5.95",
"@mdi/js": "^6.5.95",
"@nuxt/types": "^2.15.7",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/vuetify": "^1.12.2",
"@types/jest": "^29.5.12",
"@types/luxon": "^2.0.8",
"@volar-plugins/vetur": "^2.0.0",
"@vue/runtime-dom": "^3.2.47",
"minimist": ">=1.2.6",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"vue-property-decorator": "^9.1.2"
}
}