UNPKG

react-wheel-of-prizes

Version:
61 lines (60 loc) 1.81 kB
{ "name": "react-wheel-of-prizes", "version": "1.1.0", "description": "It is a wheel of prizes game build using reactjs", "author": "shekharramola", "license": "GNU General Public License v3.0", "repository": { "type": "git", "url": "git+https://github.com/shekharramola/react-wheel-of-prizes.git" }, "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.tsx", "engines": { "node": ">=10" }, "scripts": { "build": "microbundle-crl --no-compress --format modern,cjs", "start": "microbundle-crl watch --no-compress --format modern,cjs", "prepublish": "run-s build", "test": "run-s test:unit test:lint test:build", "test:build": "run-s build", "test:lint": "eslint .", "test:unit": "cross-env CI=1 react-scripts test --env=jsdom", "test:watch": "react-scripts test --env=jsdom", "predeploy": "cd example && npm install && npm run build", "deploy": "gh-pages -d example/build" }, "peerDependencies": { "react": "^16.0.0" }, "devDependencies": { "@types/react": "^17.0.2", "babel-eslint": "^10.0.3", "cross-env": "^7.0.3", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-config-standard": "^17.1.0", "eslint-config-standard-react": "^13.0.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.34.1", "gh-pages": "^2.2.0", "microbundle-crl": "^0.13.11", "npm-run-all": "^4.1.5", "prettier": "^3.2.5", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "^3.4.4" }, "files": [ "dist" ], "dependencies": { "@babel/runtime": "^7.15.4", "typescript": "^3.2.1" } }