UNPKG

broadage-widget-react

Version:

Broadage widgets react wrapper

125 lines (124 loc) 3.59 kB
{ "name": "broadage-widget-react", "version": "1.1.4", "description": "Broadage widgets react wrapper", "scripts": { "build": "./node_modules/.bin/babel src --out-dir lib", "dist": "NODE_ENV=production ./node_modules/.bin/babel src --out-dir dist" }, "author": "webyonet <webyonet@hotmail.com>", "license": "MIT", "peerDependencies": { "react": ">=16.0.0", "react-dom": ">=16.0.0" }, "main": "lib/index.js", "homepage": "https://broadage.com", "repository": { "type": "git", "url": "git@github.com:webyonet/broadage-widget-react.git" }, "dependencies": { "deep-equal": "^1.1.2", "prop-types": "^15.8.1", "react-addons-shallow-compare": "^15.6.3" }, "devDependencies": { "@babel/cli": "^7.25.9", "@babel/core": "^7.26.0", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-function-bind": "^7.25.9", "@babel/plugin-syntax-class-properties": "^7.12.13", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-syntax-object-rest-spread": "^7.8.3", "@babel/plugin-transform-arrow-functions": "^7.25.9", "@babel/plugin-transform-flow-comments": "^7.25.9", "@babel/plugin-transform-flow-strip-types": "^7.25.9", "@babel/preset-env": "^7.26.0", "@babel/preset-flow": "^7.25.9", "@babel/preset-react": "^7.25.9", "babel-eslint": "^10.1.0", "babel-helper-evaluate-path": "^0.5.0", "babel-plugin-minify-numeric-literals": "^0.4.3", "babel-plugin-transform-merge-sibling-variables": "^6.9.5", "babel-plugin-transform-remove-console": "^6.9.4", "babel-plugin-transform-remove-debugger": "^6.9.4", "babel-preset-minify": "^0.5.2", "eslint": "^6.5.0", "eslint-config-babel": "^9.0.0", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-flowtype": "^4.3.0", "eslint-plugin-jsx-control-statements": "^2.2.1", "eslint-plugin-react": "^7.14.3", "eslint-plugin-react-hooks": "^2.0.1", "react": "^16.14.0", "react-dom": "^16.14.0" }, "keywords": [ "broadage", "broadage widget", "broadage widget react", "tournament list", "livescore", "tournament info", "tournament teams", "tournament fixture", "fixture", "tournament standings", "standings", "leaderboard points", "match summary", "match boxscore", "match play by play", "team squad", "team schedule", "leaderboard", "leaderboard goals", "leaderboard assists", "leaderboard yellow cards", "leaderboard red cards", "team squad with statistics", "timeline", "lineup", "formation", "lead tracker", "match center" ], "deprecated": false, "babel": { "presets": [ [ "@babel/preset-env", { "loose": true } ], "@babel/preset-flow", "@babel/preset-react" ], "plugins": [ [ "@babel/plugin-proposal-class-properties", { "loose": true } ], "@babel/plugin-syntax-object-rest-spread", "@babel/plugin-syntax-dynamic-import", "@babel/plugin-syntax-import-meta", "@babel/plugin-proposal-function-bind", "@babel/plugin-transform-arrow-functions", "@babel/plugin-transform-flow-comments", "@babel/plugin-transform-flow-strip-types" ], "env": { "production": { "presets": [ "minify" ] } } }, "packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447" }