Started drafting medscan extension

This commit is contained in:
Joel Collins 2020-03-31 16:25:04 +01:00
parent 0c695a377c
commit 26086aaea7
14 changed files with 12437 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{
"name": "openflexure-medscan-element",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "cross-var vue-cli-service build --target wc --inline-vue --name $npm_package_name ./src/components/VueWebComponent.vue"
},
"dependencies": {
"axios": "^0.19.2",
"core-js": "^3.4.4",
"vue": "^2.6.10"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"cross-var": "^1.1.0",
"vue-template-compiler": "^2.6.10"
}
}