@j2only/slide-unlock
Version:
Vue.js slide to unlock component. Protect users from accidental clicks or protect your web app from bot attack.
121 lines (120 loc) • 3.81 kB
JSON
{
"name": "@j2only/slide-unlock",
"version": "0.5.11",
"type": "module",
"description": "Vue.js slide to unlock component. Protect users from accidental clicks or protect your web app from bot attack.",
"author": "Anton Zolotov <antonzolotov@outlook.com>",
"files": [
"dist"
],
"main": "dist/slide-unlock.umd.js",
"module": "dist/slide-unlock.es.js",
"types": "dist/SlideUnlock.vue.d.ts",
"exports": {
".": {
"import": "./dist/slide-unlock.es.js",
"require": "./dist/slide-unlock.umd.js"
}
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --p ./tsconfig.build.json && vite build",
"build:demo": "vue-tsc && vite build --config vite.config.demo.ts",
"preview": "vite preview",
"lint": "run lint:js && run lint:style",
"lint:js": "eslint --fix --ext .js,.vue --ignore-path .eslintignore .",
"lint:style": "stylelint **/*.{vue,css,scss} --ignore-path .gitignore --fix --config ./.stylelintrc-format",
"prepublishOnly": "yarn build",
"test": "vitest --run",
"test:e2e": "cypress run --component",
"make-badges": "istanbul-badges-readme"
},
"nyc": {
"reporter": [
"html",
"json-summary"
],
"extension": [
".js",
".ts",
".vue"
]
},
"dependencies": {
"easy-ease": "^1.0.9",
"lodash.debounce": "^4.0.8",
"vue": "^3.5.13"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.26.9",
"@babel/preset-typescript": "^7.26.0",
"@cypress/code-coverage": "^3.13.11",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@stylistic/stylelint-plugin": "^2.1.3",
"@types/babel__plugin-transform-runtime": "^7.9.5",
"@types/eslint": "^8.56.12",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20.17.19",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-istanbul": "^1.6.1",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.6",
"babel-plugin-istanbul": "^6.1.1",
"cypress": "13.17.0",
"cypress-real-events": "^1.14.0",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.32.0",
"istanbul-badges-readme": "^1.9.0",
"istanbul-lib-coverage": "^3.2.2",
"jsdom": "^24.1.3",
"lint-staged": "^15.4.3",
"nyc": "^15.1.0",
"postcss-html": "^1.8.0",
"sass": "^1.85.0",
"stylelint": "^16.14.1",
"stylelint-config-recommended-vue": "^1.6.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-order": "^6.0.4",
"typescript": "^5.6.3",
"vite": "^5.4.14",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-istanbul": "^5.0.0",
"vite-plugin-lib-inject-css": "^2.2.1",
"vitest": "^1.6.1",
"vue-tsc": "^2.2.2"
},
"sideEffects": [
"**/*.css"
],
"publishConfig": {
"access": "public"
},
"packageManager": "yarn@4.6.0",
"license": "MIT",
"homepage": "https://j2only.github.io/slide-unlock/",
"repository": {
"type": "git",
"url": "git+https://github.com/j2only/slide-unlock.git"
},
"bugs": {
"url": "https://github.com/j2only/slide-unlock/issues"
},
"keywords": [
"slideunlock",
"slide to unlock",
"vue",
"vue3",
"vue.js",
"typescript",
"vue slide",
"vue slide to unlock",
"j2only",
"joseph2",
"customizable"
],
"directories": {
"lib": "lib",
"test": "tests"
}
}