-
Notifications
You must be signed in to change notification settings - Fork 346
/
package.json
173 lines (173 loc) · 5.84 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
{
"name": "online-go.com",
"version": "5.1.0",
"url": "https://github.com/online-go/online-go.com/issues",
"license": "AGPL-3.0",
"private": true,
"type": "module",
"engine": {
"npm": ">=8.5.0"
},
"scripts": {
"dev": "supervisor -w Gulpfile.js,webpack.config.js,tsconfig.json supervisor -w Gulpfile.js -x gulp --",
"prettier": "prettier --write \"src/**/*.{ts,tsx}\"",
"prettier:check": "prettier --check \"src/**/*.{ts,tsx}\"",
"webpack": "webpack",
"webpack-watch": "webpack --watch --progress --color",
"lint": "eslint src/",
"lintold": "eslint src/ --ext=.ts,.tsx -c .eslintrc.js",
"lint:fix": "eslint --fix src/ --ext=.ts,.tsx -c .eslintrc.js",
"test": "jest",
"fresh-test": "clear && jest",
"gulp": "gulp",
"spellcheck": "cspell \"src/**/*.{ts,tsx}\"",
"minify-index": "gulp minify-index --silent",
"analyze": "webpack --mode production --profile --optimization-minimize --devtool=source-map",
"yarn": "yarn"
},
"browserslist": [
"defaults"
],
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.7.0",
"@google-cloud/translate": "^7.0.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.2.0",
"@tony.ganchev/eslint-plugin-header": "^3.1.2",
"@types/jest": "^29.5.0",
"@types/react-linkify": "^1.0.4",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/valid-url": "^1.0.7",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"autoprefixer": "^10.4.19",
"body-parser": "^1.20.2",
"circular-dependency-plugin": "^5.2.2",
"cspell": "^8.3.2",
"css-what": "^6.1.0",
"cssnano": "^6.0.1",
"deepl-node": "^1.10.1",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^46.9.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^49.0.0",
"express": "^4.19.2",
"express-http-proxy": "^2.0.0",
"fork-ts-checker-webpack-plugin": "^9.0.0",
"globals": "^15.8.0",
"goban": "=8.3.64",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-eslint-new": "^2.2.0",
"gulp-livereload": "^4.0.2",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylus": "^2.7.0",
"html-minifier": "4.0.0",
"husky": "^8.0.1",
"jest": "^29.7.0",
"jest-chain": "^1.1.6",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.2",
"openai": "^4.57.3",
"pofile": "^1.1.0",
"postcss": "^8.4.16",
"postcss-inline-svg": "^5.0.0",
"prettier": "3.1.1",
"prettier-eslint": "^16.3.0",
"pump": "^3.0.0",
"source-map-loader": "^4.0.0",
"stylus": "0.60.0",
"supervisor": "^0.12.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"typescript": "=5.5.4",
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"xgettext-js": "^3.0.0",
"yarn": "^1.22.19"
},
"dependencies": {
"@dnd-kit/core": "^6.0.3",
"@dnd-kit/sortable": "^7.0.0",
"@hapi/joi": "^17.1.1",
"@nivo/core": "^0.87.0",
"@nivo/line": "^0.87.0",
"@nivo/pie": "^0.87.0",
"@sentry/browser": "^7.92.0",
"@types/d3": "^7.4.0",
"@types/howler": "^2.2.2",
"@types/jquery": "^2.0.41",
"@types/markdown-it": "^0.0.4",
"@types/moment-duration-format": "^2.2.2",
"@types/platform": "^1.3.4",
"@types/query-string": "^5.0.1",
"@types/react": "^18.0.28",
"@types/react-autosuggest": "^10.1.5",
"@types/react-dom": "^18.0.11",
"@types/react-virtualized": "^9.21.21",
"@types/sanitize-html": "^1.22.0",
"array-move": "^2.2.1",
"d3": "^7.6.1",
"date-fns": "^3.6.0",
"eventemitter3": "^5.0.0",
"howler": "^2.2.1",
"jquery": "^3.6.0",
"js-noise": "^0.1.3",
"jsonwebtoken": "=9.0.2",
"markdown-it": "^12.3.2",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.35",
"performance-now": "^2.1.0",
"platform": "^1.3.6",
"prop-types": "^15.5.0",
"query-string": "^5.0.1",
"react": "^18.2.0",
"react-autosuggest": "^10.1.0",
"react-datetime": "^3.0.4",
"react-dom": "^18.2.0",
"react-dropzone": "^12.0.5",
"react-dynamic-help": "^3.1.2",
"react-linkify": "^1.0.0-alpha",
"react-router-dom": "=6.3.0",
"react-select": "^5.8.1",
"react-split": "^2.0.9",
"react-switch": "7.0.0",
"react-table": "^6.10.0",
"react-tabs": "^6.0.2",
"react-virtualized": "^9.22.3",
"redux": "^3.7.2",
"sanitize-html": "^2.12.1",
"sweetalert2": "^11.4.17",
"ts-md5": "^1.3.1",
"valid-url": "^1.0.9",
"whatwg-fetch": "^3.0.0"
},
"lint-staged": {
"src/**/*.{ts,tsx}": [
"eslint",
"cspell"
]
},
"overrides": {
"react": "$react",
"react-dom": "$react-dom",
"@types/react": "$@types/react",
"@types/react-dom": "$@types/react-dom"
},
"resolutions": {
"**/react": "^18.0.0",
"**/react-dom": "^18.0.0",
"**/@types/react": "^18.0.5",
"**/@types/react-dom": "^18.0.1"
}
}