1 Star 0 Fork 0

湘山神木 / vue-taro-click-outside

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.70 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "vue-taro-click-outside",
"version": "1.0.0",
"description": "vue taro 框架开发小程序页面元素外部点击事件",
"main": "lib/vue-taro-click-outside.js",
"files": [
"lib",
"types"
],
"module": "lib/vue-taro-click-outside.js",
"typings": "types/index.d.ts",
"scripts": {
"dev": "webpack serve --config ./build/webpack.dev.conf.js --open ",
"serve": "npm run dev",
"build": "webpack --config ./build/webpack.prd.conf.js"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/runtime": "^7.22.5",
"@types/webpack-env": "^1.18.1",
"autoprefixer": "^10.4.14",
"babel-loader": "^8.3.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^6.4.1",
"core-js": "^3.31.0",
"css-loader": "^4.3.0",
"file-loader": "^6.2.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.2",
"mini-css-extract-plugin": "^1.6.2",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"postcss-loader": "^4.3.0",
"sass-loader": "^9.0.3",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^4.2.3",
"ts-loader": "^8.4.0",
"typescript": "^4.1.6",
"webpack": "^4.46.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.9.0"
},
"repository": {
"type": "git",
"url": "https://gitee.com/xiangshanxiumu/vue-taro-click-outside.git"
},
"keywords": [
"vue-taro-click-outside",
"vue-click-outside",
"click-outside"
],
"author": "YR",
"license": "ISC",
"homepage": "https://gitee.com/xiangshanxiumu/vue-taro-click-outside"
}
TypeScript
1
https://gitee.com/xiangshanxiumu/vue-taro-click-outside.git
git@gitee.com:xiangshanxiumu/vue-taro-click-outside.git
xiangshanxiumu
vue-taro-click-outside
vue-taro-click-outside
master

搜索帮助