UNPKG

avada-wheel-canvas-react

Version:
64 lines 1.41 kB
{ "name": "avada-wheel-canvas-react", "version": "1.0.3", "description": "A React component library for lucky draw games", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "prepare": "npm run build", "prepublishOnly": "npm run build" }, "keywords": [ "lucky", "draw", "wheel", "grid", "slot", "react", "component" ], "author": "DongNV", "license": "MIT", "homepage": "https://github.com/Dong1207/avada-wheel-canvas-repo", "repository": { "type": "git", "url": "git+https://github.com/Dong1207/avada-wheel-canvas-repo.git" }, "bugs": { "url": "https://github.com/Dong1207/avada-wheel-canvas-repo/issues" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "engines": { "node": ">=20.0.0", "npm": ">=10.0.0", "yarn": ">=1.22.0" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "devDependencies": { "@vitejs/plugin-react": "^4.2.1", "vite": "^5.1.0", "vite-plugin-dts": "^3.7.2", "react": "^18.2.0", "react-dom": "^18.2.0" } }