spin-wheel
Version:
An easy to use, themeable component for randomising choices and prizes.
20 lines (19 loc) • 356 B
JSON
{
"name": "spin-wheel-example-vue",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"spin-wheel": "^4.3.1",
"vue": "^3.3.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"vite": "^5.0.10"
}
}