-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
140 lines (140 loc) · 4.43 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
136
137
138
139
140
{
"name": "iracing-week-planner",
"version": "1.0.0",
"description": "Weekly planner for iRacing.com races",
"engines": {
"node": "18.*",
"yarn": ">=1.22.5"
},
"scripts": {
"build": "webpack",
"start": "webpack-dev-server",
"debugRaces": "babel-node ./build/debugRaces.js",
"debugSeries": "babel-node ./build/debugSeries.js",
"scrapeData": "babel-node ./build/scrape.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/tmoitie/iRacing-week-planner.git"
},
"author": "Tom Moitié <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tmoitie/iRacing-week-planner/issues"
},
"browserslist": [
"defaults",
"IE 11"
],
"homepage": "https://iracing-week-planner.tmo.lol",
"dependencies": {
"@babel/core": "^7.0.0-0",
"@babel/eslint-parser": "^7.17.0",
"@babel/node": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-flow": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/register": "^7.10.5",
"@blueprintjs/core": "^3.31.0",
"@formatjs/intl-datetimeformat": "^6.0.2",
"@root/file-cookie-store": "^1.0.1",
"autoprefixer": "^10.4.0",
"axios": "^1.7.4",
"babel-loader": "^8.1.0",
"babel-plugin-jest-hoist": "^29.0.2",
"bootstrap-sass": "^3.3.6",
"classnames": "^2.2.6",
"cli-table": "^0.3.1",
"core-js": "^3.26.1",
"crypto-js": "^4.2.0",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"css-modules-flow-types-loader": "^2.0.0",
"es5-shim": "^4.5.14",
"file-loader": "^6.0.0",
"firebase": "^9.6.0",
"flow-typed": "^3.2.1",
"html-webpack-plugin": "^5.5.0",
"html5shiv": "^3.7.3",
"http-cookie-agent": "^4.0.2",
"i18next": "^21.10.0",
"i18next-browser-languagedetector": "^6.0.1",
"ignore-styles": "^5.0.1",
"lodash.debounce": "^4.0.8",
"lodash.difference": "^4.5.0",
"lodash.flatten": "^4.4.0",
"lodash.intersection": "^4.4.0",
"lodash.isequal": "^4.5.0",
"lodash.range": "^3.2.0",
"lodash.sortby": "^4.7.0",
"lodash.uniq": "^4.5.0",
"lodash.uniqby": "^4.7.0",
"mini-css-extract-plugin": "^2.4.5",
"moment": "^2.29.2",
"postcss": "^8.4.31",
"postcss-loader": "^7.0.1",
"prop-types": "^15.7.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-gtm-module": "^2.0.11",
"react-i18next": "^11.18.6",
"react-modal": "^3.11.2",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"redux-localstorage": "^1.0.0-rc5",
"redux-localstorage-filter": "^0.1.1",
"redux-thunk": "^2.3.0",
"respond.js": "^1.4.2",
"sass": "^1.44.0",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.2.5",
"tough-cookie": "^4.1.3",
"url-loader": "^4.1.0",
"util.promisify": "^1.1.1",
"webpack": "^5.94.0",
"webpack-cli": "^4.9.1"
},
"devDependencies": {
"@jest/globals": "^27.4.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.7.0",
"eslint": "^7.10.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.21.3",
"eslint-plugin-react-hooks": "^4.1.2",
"flow-bin": "^0.173.0",
"flush-promises": "^1.0.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-css-modules-transform": "^4.0.1",
"jest-environment-jsdom": "^29.7.0",
"jest-extended": "^1.2.0",
"jsdom": "^20.0.2",
"mockdate": "^3.0.2",
"react-refresh": "^0.14.2",
"react-test-renderer": "^18.3.1",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.5.4",
"regenerator-runtime": "^0.13.7",
"snapshot-diff": "^0.9.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-dev-server": "^4.6.0"
},
"resolutions": {
"@root/file-cookie-store/**/tough-cookie": "^4.1.3"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}