UNPKG

vue3-flashcards

Version:

Tinder-like flashcards component with dragging and flipping

75 lines (74 loc) 2.06 kB
{ "name": "vue3-flashcards", "type": "module", "version": "0.6.2", "description": "Tinder-like flashcards component with dragging and flipping", "author": "vad1ym", "license": "MIT", "homepage": "https://vad1ym.github.io/vue3-flashcards", "repository": { "type": "git", "url": "https://github.com/vad1ym/vue3-flashcards" }, "keywords": [ "vue", "vue3", "component", "cards", "flashcards", "tinder", "dating", "dragging", "flipping", "vue3-flashcards" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/flashcards.js", "require": "./dist/flashcards.js" }, "./dist/*": "./dist/*" }, "main": "./dist/flashcards.umd.js", "module": "./dist/flashcards.js", "types": "./dist/index.d.ts", "files": [ "dist", "src" ], "scripts": { "dev": "vite", "build": "vue-tsc -b && vite build", "preview": "vite preview", "lint": "eslint src --fix", "docs:dev": "vitepress dev docs", "docs:build": "vitepress build docs", "docs:preview": "vitepress preview docs", "changelog": "conventional-changelog -p conventionalcommits -i ./docs/changelog.md -s -n ./.changelog.config.cjs", "changelog:first": "conventional-changelog -p conventionalcommits -i ./docs/changelog.md -s -r 0 -n ./.changelog.config.cjs", "version": "yarn changelog && git add ./docs/changelog.md" }, "peerDependencies": { "vue": "^3.0.0" }, "devDependencies": { "@antfu/eslint-config": "^3.9.2", "@types/node": "^22.9.3", "@vitejs/plugin-vue": "^5.1.4", "autoprefixer": "^10.4.20", "conventional-changelog-cli": "^5.0.0", "conventional-changelog-conventionalcommits": "^8.0.0", "daisyui": "^4.12.14", "eslint": "^9.15.0", "postcss": "^8.4.49", "tailwindcss": "^3.4.15", "typescript": "~5.6.2", "vite": "^5.4.10", "vite-plugin-css-injected-by-js": "^3.5.2", "vite-plugin-dts": "^4.3.0", "vitepress": "^1.5.0", "vue": "^3.5.12", "vue-tsc": "^2.1.8" } }