vue3-image-fortune-wheel
Version:
A fortune-wheel in Vue.js that supports image backgrounds.
48 lines (47 loc) • 1.03 kB
JSON
{
"name": "vue3-image-fortune-wheel",
"version": "1.0.1",
"scripts": {
"dev": "vite",
"build": "vuedx-typecheck . && vite build",
"serve": "vite preview"
},
"files": [
"dist/*",
"types/*",
"*.json"
],
"main": "./dist/vue3-fortune-wheel.umd.js",
"module": "./dist/vue3-fortune-wheel.es.js",
"exports": {
".": {
"import": "./dist/vue3-fortune-wheel.es.js",
"require": "./dist/vue3-fortune-wheel.umd.js"
},
"./style": "./dist/library.css"
},
"keywords": [
"vue",
"vue-wheel",
"vuejs",
"typescript",
"vue3",
"vue-fortune-wheel",
"vue-fortune",
"vue-image-fortune-wheel",
"vue-image-fortune"
],
"types": "./types/main.d.ts",
"dependencies": {
"d3": "^6.7.0",
"vue": "^3.0.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.1.4",
"@vue/compiler-sfc": "^3.0.5",
"@vuedx/typecheck": "^0.6.0",
"@vuedx/typescript-plugin-vue": "^0.6.0",
"typescript": "^4.1.3",
"vite": "^2.0.0-beta.70"
}
}