nuxt-swiper
Version:
[](https://www.npmjs.com/package/nuxt-swiper/) [](https://www.npmjs.com/package/nuxt-swiper) [ • 1.75 kB
JSON
{
"name": "nuxt-swiper",
"type": "module",
"version": "2.0.1",
"packageManager": "pnpm@10.10.0",
"author": {
"name": "cpreston321 <https://christianpreston.com>",
"url": "https://github.com/cpreston321"
},
"license": "MIT",
"homepage": "https://github.com/cpreston321/nuxt-swiper#readme",
"repository": "cpreston321/nuxt-swiper",
"keywords": [
"vue",
"nuxt",
"nuxt3",
"nuxt-module",
"swiper",
"swiperjs",
"slides",
"slickjs alternative"
],
"exports": {
".": {
"types": "./dist/types.d.mts",
"import": "./dist/module.mjs"
}
},
"main": "./dist/module.mjs",
"types": "./dist/types.d.mts",
"files": [
"dist"
],
"scripts": {
"prepack": "nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"build": "nuxt-module-build build",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "vitest run",
"test:watch": "vitest watch",
"release": "release-it",
"cleanup": "npx rimraf node_modules dist .nuxt **/node_modules/** **/.nuxt/**"
},
"dependencies": {
"@nuxt/kit": "^3.17.2",
"swiper": "^11.2.6"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@nuxt/module-builder": "^1.0.1",
"@nuxt/test-utils": "^3.15.1",
"eslint": "^9.17.0",
"nuxt": "^3.17.2",
"release-it": "^17.10.0",
"typescript": "^5.8.3",
"vitest": "^2.1.8"
},
"release-it": {
"git": {
"commitMessage": "chore(release): v${version}"
},
"github": {
"release": true,
"releaseName": "v${version}"
}
}
}