-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
135 lines (134 loc) · 3.87 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
125
126
127
128
129
130
131
132
133
134
135
{
"name": "minionmasters",
"version": "0.1.0",
"private": true,
"homepage": "/",
"dependencies": {
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-brands-svg-icons": "5.14.0",
"@fortawesome/free-regular-svg-icons": "5.12.0",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.16",
"@google-cloud/functions-framework": "3.4.2",
"@sentry/react": "7.98.0",
"@testing-library/jest-dom": "4.2.4",
"@testing-library/react": "9.4.0",
"@testing-library/user-event": "7.1.2",
"@types/react-router-dom": "5.3.3",
"@use-hook/use-cookie": "0.1.4",
"axios": "0.20.0",
"classnames": "2.2.6",
"copy-image-clipboard": "2.0.1",
"date-fns": "2.21.3",
"firebase": "10.13.1",
"firebase-admin": "12.4.0",
"html2canvas": "1.4.1",
"local-storage": "2.0.0",
"lodash": "4.17.20",
"lodash.clonedeep": "4.5.0",
"lodash.dropright": "4.1.1",
"lodash.findlastindex": "4.6.0",
"lodash.groupby": "4.6.0",
"lodash.invert": "^4.3.0",
"lodash.isempty": "^4.4.0",
"lodash.map": "4.6.0",
"lodash.mapvalues": "4.6.0",
"lodash.noop": "3.0.1",
"lodash.reverse": "^4.0.1",
"lodash.sortby": "4.7.0",
"luxon": "^2.3.1",
"match-sorter": "^6.3.1",
"node-fetch": "2.6.0",
"qs": "6.9.4",
"rc-tooltip": "5.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-click-n-hold": "1.0.7",
"react-copy-to-clipboard": "5.1.0",
"react-firebaseui": "6.0.0",
"react-full-screen": "^1.1.1",
"react-infinite-scroll-component": "6.0.0",
"react-mentions": "4.0.2",
"react-modal": "3.14.4",
"react-oembed-container": "1.0.0",
"react-router-dom": "6.22.0",
"react-scripts": "5.0.1",
"react-scroll": "1.8.1",
"react-select": "5.8.0",
"react-share": "4.2.1",
"react-table": "^7.7.0",
"react-tabs": "3.1.1",
"react-time-ago": "6.0.1",
"react-toastify": "6.0.8",
"react-window": "^1.8.6",
"recharts": "2.1.13",
"sanitize.css": "11.0.0",
"use-async-effect": "2.2.2",
"use-react-screenshot": "1.0.2"
},
"scripts": {
"eloDeploy": "npm-run-all fetchElo deploy",
"fetchElo": "node batch_jobs/fetch_elo",
"updateData": "npm-run-all generateData compressImages",
"compressImages": "node batch_jobs/jobCompressImages",
"predeploy": "npm-run-all build",
"moveToFunctions": "mvy --force build/index.html functions/index2.html",
"copyToFunctions": "cpy build/index.html functions/",
"deploy": "npm-run-all deployHosting",
"deployHosting": "firebase deploy --only hosting",
"deployFunctions": "firebase deploy --only functions",
"start": "react-scripts start",
"build": "react-scripts build --prod",
"test": "react-scripts test",
"generateData": "node batch_jobs/jobPrepareRawData",
"fetchWikiData": "node batch_jobs/jobFetchRawDataFromWiki",
"fetchImages": "node batch_jobs/jobRawImagesDownload"
},
"eslintConfig": {
"extends": "react-app",
"rules": {
"jsx-a11y/anchor-is-valid": 0
},
"overrides": [
{
"files": [
"*.js"
],
"rules": {
"jsx-a11y/anchor-is-valid": 0
}
}
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"-": "^0.0.1",
"@google-cloud/firestore": "^5.0.2",
"@types/react": "^17.0.38",
"@types/react-table": "^7.7.9",
"@types/react-window": "^1.8.5",
"cpy-cli": "3.1.1",
"mvy": "0.2.1",
"npm": "^8.3.1",
"npm-run-all": "4.1.5",
"prettier": "2.1.1",
"sass": "1.46.0",
"sharp": "0.26.0"
},
"prettier": {
"printWidth": 100
}
}