-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
124 lines (124 loc) · 3.5 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"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 <[email protected]>",
"license": "MIT",
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
"main": "lib/index.js",
"homepage": "https://broadage.com",
"repository": {
"type": "git",
"url": "[email protected]: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": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}