@codeeshop/vue-clipboard
Version:
Copy the text data in clipboard from element selection or pass the text data
73 lines (72 loc) • 2.15 kB
JSON
{
"name": "@codeeshop/vue-clipboard",
"version": "3.0.0-alpha",
"type": "module",
"description": "Copy the text data in clipboard from element selection or pass the text data",
"files": [
"dist/*"
],
"main": "./dist/vue-clipboard.js",
"browser": "./dist/vue-clipboard.js",
"module": "./dist/vue-clipboard.js",
"unpkg": "./dist/vue-clipboard.js",
"jsdelivr": "./dist/vue-clipboard.js",
"bugs": {
"url": "https://github.com/codeeshop-oc/vue-clipboard/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeeshop-oc/vue-clipboard.git"
},
"homepage": "https://codeeshop-oc.github.io/vue-clipboard/",
"keywords": [
"vue",
"vue2",
"vue3",
"next",
"copy",
"clipboard",
"vue-clipboard",
"clipboard.js",
"vue3-vite-library"
],
"sideEffects": false,
"author": "Code-E-Shop",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"test": "vitest",
"format": "prettier --write --parser typescript \"(src|test|packages|types)/**/*.ts\"",
"lint:fix": "eslint ./src --ext .jsx,.js,.ts,.tsx --quiet --fix --ignore-path ./.gitignore",
"lint:format": "prettier --loglevel warn --write \"./**/*.{js,jsx,ts,tsx,css,md,json}\" ",
"lint": "yarn lint:format && yarn lint:fix ",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.45"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.2.9",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
"happy-dom": "^8.2.3",
"prettier": "^2.8.3",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^0.28.3",
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^1.0.11"
},
"publishConfig": {
"@codeeshop-oc:registry": "https://registry.yarnpkg.com"
}
}