3 Star 12 Fork 2

Gitee 极速下载/vue-awesome-swiper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/surmon-china/vue-awesome-swiper
克隆/下载
package.json 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
Surmon 提交于 2022-07-23 21:47 . Update package.json
{
"name": "vue-awesome-swiper",
"description": "Swiper component for Vue",
"version": "5.0.0",
"author": "Surmon",
"keywords": [
"vue swiper",
"vue awesome swiper",
"vue carrousel",
"carrousel",
"swiper"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/surmon-china/vue-awesome-swiper"
},
"bugs": "https://github.com/surmon-china/vue-awesome-swiper/issues",
"homepage": "https://github.surmon.me/vue-awesome-swiper",
"type": "module",
"types": "index.d.ts",
"module": "index.js",
"browser": "index.js",
"jsdelivr": "index.js",
"unpkg": "index.js",
"main": "index.js",
"jspm": {
"main": "index.js",
"registry": "npm",
"format": "esm"
},
"files": [
"index.d.ts",
"index.js"
],
"scripts": {
"release": ". ./scripts/release.sh"
},
"peerDependencies": {
"swiper": "^7.0.0 || ^8.0.0",
"vue": "3.x"
},
"devDependencies": {
"swiper": "^8.0.0",
"vue": "^3.2.31",
"typescript": "^4.5.4"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/vue-awesome-swiper.git
[email protected]:mirrors/vue-awesome-swiper.git
mirrors
vue-awesome-swiper
vue-awesome-swiper
main

搜索帮助