diff --git a/package-lock.json b/package-lock.json index 574f80b..d6c30d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "alvinn", - "version": "0.4.0", + "version": "0.5.0-rc", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "alvinn", - "version": "0.4.0", + "version": "0.5.0-rc", "hasInstallScript": true, "license": "UNLICENSED", "dependencies": { @@ -17,7 +17,8 @@ "framework7-vue": "^8.3.0", "skeleton-elements": "^4.0.1", "swiper": "^11.0.3", - "vue": "^3.3.8" + "vue": "^3.3.8", + "yaml": "^2.4.1" }, "devDependencies": { "@vitejs/plugin-vue": "^4.4.1", @@ -9844,6 +9845,17 @@ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", "dev": true }, + "node_modules/yaml": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.1.tgz", + "integrity": "sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==", + "bin": { + "yaml": "bin.mjs" + }, + "engines": { + "node": ">= 14" + } + }, "node_modules/yargs": { "version": "16.2.0", "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", @@ -16397,6 +16409,11 @@ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", "dev": true }, + "yaml": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.1.tgz", + "integrity": "sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==" + }, "yargs": { "version": "16.2.0", "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", diff --git a/package.json b/package.json index 97d093c..f303cd0 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,8 @@ "framework7-vue": "^8.3.0", "skeleton-elements": "^4.0.1", "swiper": "^11.0.3", - "vue": "^3.3.8" + "vue": "^3.3.8", + "yaml": "^2.4.1" }, "devDependencies": { "@vitejs/plugin-vue": "^4.4.1", diff --git a/public/conf/conf.yaml b/public/conf/conf.yaml new file mode 100644 index 0000000..35bcbee --- /dev/null +++ b/public/conf/conf.yaml @@ -0,0 +1,9 @@ +site: + demo: true + regions: + - thorax + - abdomen + - limbs +external: + address: "10.188.0.98" + port: 9001 \ No newline at end of file diff --git a/src/components/app.vue b/src/components/app.vue index f0c323a..9c6c3bb 100644 --- a/src/components/app.vue +++ b/src/components/app.vue @@ -52,13 +52,15 @@