UNPKG

vue3-steppy

Version:

A customizable Vue 3 Stepper plugin

70 lines (69 loc) 1.72 kB
{ "name": "vue3-steppy", "description": "A customizable Vue 3 Stepper plugin", "version": "1.5.8", "type": "module", "private": false, "author": "Mike Konstantakos", "homepage": "https://laximas.github.io/vue3-steppy/", "repository": { "type": "git", "url": "git+https://github.com/Laximas/vue3-steppy.git" }, "bugs": { "url": "https://github.com/Laximas/vue3-steppy/issues" }, "keywords": [ "vue3", "vue", "stepper", "steppy", "vue-stepper", "vue-steppy", "vue3-stepper", "vue3-steppy" ], "license": "MIT", "files": [ "dist" ], "main": "./dist/vue3-steppy.cjs.js", "module": "./dist/vue3-steppy.es.js", "types": "./dist/vue3-steppy.d.ts", "typings": "./dist/vue3-steppy.d.ts", "exports": { ".": { "import": "./dist/vue3-steppy.es.js", "require": "./dist/vue3-steppy.cjs.js", "default": "./dist/vue3-steppy.umd.js" } }, "scripts": { "dev": "vite", "build": "vite build && shx cp ./src/vue3-steppy.d.ts dist", "predeploy": "npm run build", "deploy": "gh-pages -d dist", "preview": "vite preview", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" }, "dependencies": { "vue": "^3.5.16" }, "devDependencies": { "@rushstack/eslint-patch": "^1.11.0", "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-prettier": "^7.1.0", "eslint": "^8.57.1", "eslint-plugin-vue": "^9.33.0", "gh-pages": "^5.0.0", "prettier": "^2.8.8", "sass": "^1.89.1", "shx": "^0.3.4", "typescript": "^5.8.3", "vite": "^6.3.5", "vite-plugin-css-injected-by-js": "^3.5.2" }, "directories": { "lib": "lib" } }