-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
154 lines (154 loc) · 4.83 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "mhm-2000-remake",
"version": "2.0.0",
"description": "A remake of MHM 2000, the eternal hockey manager simulation",
"main": "src",
"scripts": {
"build:client": "cross-env NODE_ENV=production webpack --progress --display-optimization-bailout",
"build": "yarn run build:client",
"lint": "eslint src",
"start": "cross-env NODE_ENV=development REACT_APP_SW_DISABLE=1 webpack-dev-server",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/pekkis/mhm-2000-remake"
},
"keywords": [
"MHM 2000",
"remake",
"hockey manager simulation"
],
"author": "Pekkis",
"license": "MIT",
"browserslist": {
"development": [
"last 2 chrome versions",
"last 2 firefox versions"
],
"production": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 1 safari versions",
"not ie <= 11",
"not edge <= 78",
"not op_mini all",
"not Android <= 6000",
"not Samsung <= 1000"
]
},
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.23",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.3",
"@redux-saga/delay-p": "^1.0.0-rc.0",
"@sentry/browser": "^5.13.0",
"@theme-ui/presets": "^0.3.0",
"emotion-theming": "^10.0.27",
"formik": "^2.1.4",
"fp-ts": "^2.7.1",
"luxon": "^1.22.0",
"polished": "^3.4.4",
"ramda": "^0.27.0",
"ramda-adjunct": "^2.25.0",
"random-js": "^2.1.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-error-boundary": "^2.3.1",
"react-helmet": "^6.1.0",
"react-markdown": "^4.0.4",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-toggle": "^4.0.2",
"react-typography": "^0.16.18",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.7",
"redux-saga": "^1.0.0-rc.0",
"roundrobin": "^1.0.3",
"slugify": "^1.3.6",
"theme-ui": "^0.3.1",
"typography": "^0.16.18",
"uuid": "^8.3.0",
"yup": "^0.29.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.6",
"@babel/node": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-flow-strip-types": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.8.3",
"@babel/polyfill": "^7.8.3",
"@babel/preset-env": "^7.8.6",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@emotion/babel-preset-css-prop": "^10.0.23",
"@types/copy-webpack-plugin": "^6.0.0",
"@types/jest": "^26.0.8",
"@types/node": "^14.0.27",
"@types/ramda": "^0.27.14",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/react-redux": "^7.1.7",
"@types/react-router": "^5.1.4",
"@types/react-router-dom": "^5.1.3",
"@types/slug": "^0.9.1",
"@types/theme-ui": "^0.3.0",
"@types/uuid": "^8.0.0",
"@types/webpack": "^4.41.7",
"@types/webpack-bundle-analyzer": "^3.8.0",
"@types/webpack-dev-server": "^3.11.0",
"@types/webpack-env": "^1.15.1",
"@types/yup": "^0.29.3",
"@typescript-eslint/eslint-plugin": "3.7.1",
"@typescript-eslint/parser": "3.7.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-jest": "^26.2.2",
"babel-loader": "^8.1.0",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.3",
"core-js": "3.6.5",
"corejs-upgrade-webpack-plugin": "^4.0.1",
"cross-env": "^7.0.0",
"dotenv": "^8.2.0",
"eslint": "7.6.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-react-app": "^5.2.0",
"eslint-plugin-emotion": "^10.0.27",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "4.0.8",
"file-loader": "^6.0.0",
"glob": "^7.1.6",
"html-webpack-plugin": "^4.3.0",
"iconv-lite": "^0.6.2",
"image-webpack-loader": "^6.0.0",
"imagemin": "^7.0.1",
"jest": "^26.2.2",
"mini-css-extract-plugin": "^0.9.0",
"normalize.css": "^8.0.1",
"prettier": "^2.0.5",
"random-access-file": "^2.1.3",
"react-axe": "^3.4.1",
"react-dev-utils": "^10.2.1",
"ts-node": "^8.6.2",
"typescript": "^3.8.3",
"webpack": "^4.41.6",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^5.0.9"
}
}