@next-fe/vue-za-swiper
Version:
smoothly swiper
53 lines (52 loc) • 1.16 kB
JSON
{
"name": "@next-fe/vue-za-swiper",
"version": "2.2.0",
"author": "ZAFE",
"description": "smoothly swiper",
"keywords": [
"vue",
"swiper",
"ZA"
],
"license": "MIT",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"**/*.{js,vue}": [
"npm run lint:fix"
]
},
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint \"**/*.{vue,js}\"",
"lint:fix": "eslint \"**/*.{vue,js}\" --fix"
},
"dependencies": {
"lodash.throttle": "4.1.1"
},
"devDependencies": {
"@commitlint/cli": "8.3.5",
"@commitlint/config-conventional": "8.3.4",
"@vitejs/plugin-vue": "2.3.1",
"eslint": "8.10.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.26.0",
"husky": "4.2.3",
"lint-staged": "10.1.2",
"sass": "1.50.1",
"vite": "2.9.5",
"vue": "3.2.33",
"vue-eslint-parser": "8.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/next-fe/vue-za-swiper"
}
}