ehr-face-base
Version:
#### Description {**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**}
52 lines (51 loc) • 1.27 kB
JSON
{
"name": "ehr-face-base",
"version": "0.0.60",
"author": "hf",
"private": false,
"type": "module",
"types": "lib/index.d.ts",
"main": "lib/ehr-face-base.umd.js",
"module": "lib/ehr-face-base.es.js",
"files": [
"lib/*",
"typings/global.d.ts"
],
"keywords": [
"ehr",
"vue"
],
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"ehr-safety": "latest",
"qs": "^6.11.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "1.1.4",
"@types/node": "16.11.56",
"@vitejs/plugin-vue": "3.0.3",
"@vue/eslint-config-typescript": "11.0.0",
"@vue/tsconfig": "0.1.3",
"ant-design-vue": "3.2.13",
"axios": "^1.1.3",
"eslint": "8.49.0",
"eslint-plugin-vue": "9.3.0",
"moment": "^2.29.4",
"npm-run-all": "^4.1.5",
"sass": "1.69.5",
"typescript": "~4.7.4",
"vite": "^3.0.9",
"vite-plugin-dts": "^3.6.4",
"vue": "3.3.10",
"vue-router": "^4.2.5",
"vue-tsc": "^0.40.7"
},
"license": "MIT"
}