UNPKG

vue3-sign

Version:

electronic signature component library based on vue

66 lines (65 loc) 1.68 kB
{ "name": "vue3-sign", "version": "0.0.1", "author": "alex_xu / shaun", "description": "electronic signature component library based on vue", "keywords": [ "vue-signature", "signature", "electronic signature", "component", "components", "design", "framework", "frontend", "vue", "vue-component", "ui", "徐小夕", "极客恰恰" ], "scripts": { "release": "npm run build && npm publish --access public", "dev": "vite --config ./build/base.config.ts", "build:doc": "vue-tsc --noEmit && vite build --config ./build/doc.config.ts && node script/copyDir.js", "build:lib": "vue-tsc --noEmit && vite build --config ./build/lib.config.ts", "gen": "node ./script/genNewComp/index.js" }, "contributors": [ "alex_xu", "极客恰恰" ], "files": [ "dist" ], "main": "dist/vue3-sign.es.js", "module": "dist/vue3-sign.es.js", "typings": "dist/packages/index.d.ts", "homepage": "https://github.com/open-vue3/vue3-sign", "bugs": { "url": "https://github.com/open-vue3/vue3-sign/issues" }, "repository": { "type": "git", "url": "git+https://github.com/open-vue3/vue3-sign.git" }, "dependencies": { "prismjs": "^1.25.0", "vue": "^3.2.23" }, "devDependencies": { "@types/node": "^16.11.12", "@vitejs/plugin-vue": "^1.10.2", "fs-extra": "^10.0.0", "handlebars": "^4.7.7", "inquirer": "^8.2.0", "less": "^4.1.2", "typescript": "^4.4.4", "vite": "^2.7.0", "vite-plugin-copy": "^0.1.6", "vite-plugin-dts": "^0.9.6", "vite-plugin-md": "^0.11.4", "vue-router": "^4.0.12", "vue-tsc": "^0.28.10" } }