ts-spin-wheel
Version:
A customizable spin wheel component for React with TypeScript, sound, easing, and modal support.
65 lines (64 loc) • 1.66 kB
JSON
{
"name": "ts-spin-wheel",
"version": "1.0.7",
"private": false,
"description": "A customizable spin wheel component for React with TypeScript, sound, easing, and modal support.",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./dist/index.css": {
"default": "./dist/index.css"
},
"./css": {
"default": "./dist/index.css"
}
},
"sideEffects": false,
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build"
},
"keywords": [
"react",
"typescript",
"spin wheel",
"lucky draw",
"wheel of fortune",
"react component",
"canvas animation"
],
"author": "Sivamani-18",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Sivamani-18/SpinWheel.git"
},
"bugs": {
"url": "https://github.com/Sivamani-18/SpinWheel/issues"
},
"homepage": "https://github.com/Sivamani-18/SpinWheel#readme",
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-url": "^8.0.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"rollup": "^2.79.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.35.0",
"tslib": "^2.6.0",
"typescript": "^4.5.4"
}
}