UNPKG

@trololo_005/vue-fortune-wheel-2

Version:
59 lines (58 loc) 1.34 kB
{ "name": "@trololo_005/vue-fortune-wheel-2", "version": "2.1.0", "type": "module", "author": "Xiaolin Zhu", "license": "MIT", "bugs": { "email": "290353548@qq.com" }, "keywords": [ "wheel-of-fortune", "vue-wheel-of-fortune", "vue-lucky-wheel", "vue-luckywheel", "vue-wheel", "vue-turntable", "vue-turnplate", "vue转盘", "vue-转盘" ], "description": "Component \"Wheel of Fortune\" for Vue", "scripts": { "dev": "vite", "build": "vue-tsc && vite build", "preview": "vite preview" }, "files": [ "dist" ], "main": "./dist/vue-fortune-wheel.umd.cjs", "module": "./dist/vue-fortune-wheel.js", "exports": { ".": { "import": "./dist/vue-fortune-wheel.js", "require": "./dist/vue-fortune-wheel.umd.cjs" }, "./style.css": "./dist/style.css" }, "peerDependencies": { "vue": "^3.2.0" }, "dependencies": { "lodash": "^4.17.21" }, "devDependencies": { "@types/lodash": "^4.14.194", "@vitejs/plugin-vue": "^4.1.0", "sass": "^1.62.1", "typescript": "^5.0.2", "vite": "^4.3.2", "vue-tsc": "^1.4.2" }, "repository": { "type": "git", "url": "git+https://github.com/Shapranov-Maxim/vue-fortune-wheel.git" }, "homepage": "https://github.com/Shapranov-Maxim/vue-fortune-wheel#readme" }