@relaxed/vue-directives
Version:
vue 兼容2 3 工具库 函数库
53 lines • 1.2 kB
JSON
{
"name": "@relaxed/vue-directives",
"version": "2.0.34",
"description": "vue 兼容2 3 工具库 函数库",
"main": "dist/index.js",
"module": "dist/index.js",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/ErKeLost/relaxed.git"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
}
},
"keywords": [
"vue-adny",
"vue2",
"vue3",
"TypeScript",
"rollup",
"directives",
"plugins"
],
"author": "erkelost",
"license": "MIT",
"browser": "dist/index.js",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"commander": "^8.2.0",
"rollup-plugin-vue": "^6.0.0",
"shelljs": "^0.8.4",
"tslib": "^2.3.1",
"vue": "^3.2.26"
},
"dependencies": {
"@vueuse/core": "^7.3.0",
"clipboard": "^2.0.8",
"dayjs": "^1.10.7",
"@relaxed/utils": "2.0.34"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "zx ./scripts/build.mjs",
"copy": "cp package.json README.md dist",
"publish:directive": "node scripts/publish.js"
}
}