@yeepay/virtual-keyboard
Version:
YeePay Virtual Keyboard Component
62 lines (61 loc) • 1.41 kB
JSON
{
"name": "@yeepay/virtual-keyboard",
"type": "module",
"version": "2.2.1",
"private": false,
"description": "YeePay Virtual Keyboard Component",
"author": "Provenr",
"license": "MIT",
"keywords": [
"vue",
"keyboard",
"virtual-keyboard",
"yeepay"
],
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"./dist/index.css": {
"import": "./dist/index.css",
"require": "./dist/index.css"
}
},
"main": "./dist/index.js",
"files": [
"dist",
"src"
],
"scripts": {
"clean": "rimraf dist dist.zip",
"build": "nr clean && vite build --mode=production",
"sync": "cnpm-sync @yeepay/virtual-keyboard",
"release": "bumpp --commit --push --tag && npm publish"
},
"peerDependencies": {
"vue": "2.7.16"
},
"dependencies": {
"axios": "^1.7.9",
"crypto-js": "^4.2.0",
"js-cookie": "^3.0.5",
"jsencrypt": "^3.3.2",
"less": "^4.2.2",
"sm-crypto": "^0.3.13"
},
"devDependencies": {
"@vitejs/plugin-vue2": "^2.3.3",
"@vue/compiler-sfc": "3.4.27",
"bumpp": "^10.1.0",
"rimraf": "^6.0.1",
"terser": "^5.39.0",
"unplugin-auto-import": "0.16.4",
"unplugin-dev-proxy": "^1.0.2",
"unplugin-vue-components": "^28.4.1",
"vite": "^4.5.9",
"vitest": "^1.6.0",
"vue": "2.7.16",
"vue-template-compiler": "2.7.16"
}
}