-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
78 lines (78 loc) · 2.33 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
{
"name": "scythe-react",
"version": "0.1.18",
"private": true,
"homepage": "https://stats.dictummortuum.com",
"dependencies": {
"@babel/runtime": "7.0.0-beta.55",
"@material-ui/core": "4.12.3",
"@material-ui/data-grid": "^4.0.0-alpha.37",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@reduxjs/toolkit": "^1.7.1",
"ansi-regex": "^5.0.1",
"braces": "^2.3.1",
"browserslist": "^4.16.5",
"chartist": "^0.10.1",
"classnames": "^2.2.6",
"fflate": "^0.7.3",
"fuse.js": "^6.5.3",
"glob-parent": "^5.1.2",
"immer": "^9.0.6",
"incremental-average": "^1.1.0",
"js-combinatorics": "^0.5.4",
"json-schema": "^0.4.0",
"material-ui-image": "^3.2.0",
"merge": "^2.1.1",
"node-notifier": "^8.0.1",
"nth-check": "^2.0.1",
"p-retry": "^5.1.0",
"prop-types": "^15.6.0",
"react": "^17.0.2",
"react-chartist": "^0.14.4",
"react-dev-utils": "^11.0.4",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-player": "^2.10.1",
"react-redux": "^7.2.4",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^2.0.0",
"react-share": "^4.4.0",
"react-spinners": "^0.11.0",
"react-xml-parser": "^1.1.8",
"recharts": "^2.0.9",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"reselect": "^4.0.0",
"serialize-javascript": "^3.1.0",
"sockjs": "^0.3.20",
"tar": "^4.4.18",
"tmpl": "^1.0.5",
"ts-trueskill": "^3.2.2",
"url-parse": "^1.5.2",
"yargs-parser": "^13.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "yarn build",
"deploy": "gh-pages -d build",
"stats": "curl 'localhost:1234/rest/v1/play?_resource=stats' | jq > ./src/standings/plays.json; curl 'localhost:1234/rest/v1/trueskill' > ./src/standings/ratings.json; curl 'localhost:1234/rest/v1/trueskill/overall' > ./src/standings/overall.json",
"prices": "curl 'localhost:1234/rest/v1/price?_resource=history'"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/helper-call-delegate": "^7.8.7",
"gh-pages": "^3.1.0"
}
}