forked from online-go/online-go.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
160 lines (160 loc) · 5.42 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
{
"name": "online-go.com",
"version": "5.1.0",
"url": "https://github.com/online-go/online-go.com/issues",
"license": "AGPL-3.0",
"private": true,
"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/ --ext=.ts,.tsx",
"lint:fix": "eslint --fix src/ --ext=.ts,.tsx",
"test": "jest",
"fresh-test": "clear && jest",
"gulp": "gulp",
"minify-index": "gulp minify-index --silent",
"analyze": "webpack --mode production --profile --optimization-minimize --devtool=source-map",
"yarn": "yarn"
},
"browserslist": [
"defaults"
],
"devDependencies": {
"@google-cloud/translate": "^7.0.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.2.0",
"@types/jest": "^29.5.0",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/eslint-plugin-tslint": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"autoprefixer": "^10.4.13",
"body-parser": "^1.16.1",
"circular-dependency-plugin": "^5.2.2",
"css-what": "^6.1.0",
"cssnano": "^5.1.13",
"deepl-node": "^1.7.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^43.1.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^43.0.2",
"express": "^4.17.1",
"express-http-proxy": "^1.6.0",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"goban": "=0.7.8",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-eslint-new": "^1.7.1",
"gulp-livereload": "^4.0.2",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylus": "^2.7.0",
"html-minifier": "4.0.0",
"husky": "^8.0.1",
"jest": "^29.5.0",
"jest-chain": "^1.1.6",
"jest-environment-jsdom": "^29.5.0",
"lint-staged": "^12.1.7",
"pofile": "^1.1.0",
"postcss": "^8.4.16",
"postcss-inline-svg": "^5.0.0",
"prettier": "2.6.2",
"prettier-eslint": "^15.0.0",
"pump": "^3.0.0",
"source-map-loader": "^4.0.0",
"stylus": "0.59.0",
"supervisor": "^0.12.0",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.2",
"tslint": "^6.1.3",
"typescript": "^5.0.4",
"webpack": "^5.78.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"xgettext-js": "^3.0.0",
"yarn": "^1.22.19"
},
"dependencies": {
"@dnd-kit/core": "^6.0.3",
"@dnd-kit/sortable": "^7.0.0",
"@sentry/browser": "^7.15.0",
"@types/d3": "^7.4.0",
"@types/howler": "^2.2.2",
"@types/jquery": "^2.0.34",
"@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.20",
"@types/react-autosuggest": "^10.1.5",
"@types/react-dom": "^18.0.6",
"@types/react-virtualized": "^9.21.21",
"@types/sanitize-html": "^1.22.0",
"array-move": "^2.2.1",
"d3": "^7.6.1",
"eventemitter3": "^4.0.7",
"howler": "^2.2.1",
"jquery": "^3.6.0",
"js-noise": "^0.1.3",
"jsonwebtoken": "^9.0.0",
"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-charts": "^3.0.0-beta.36",
"react-datetime": "^3.0.4",
"react-dom": "^18.2.0",
"react-dropzone": "^12.0.5",
"react-dynamic-help": "^2.7.0",
"react-linkify": "^1.0.0-alpha",
"react-number-format": "^3.0.2",
"react-resize-detector": "^7.1.1",
"react-router-dom": "=6.3.0",
"react-select": "^5.0.1",
"react-split": "^2.0.9",
"react-switch": "^5.0.1",
"react-table": "^6.10.0",
"react-virtualized": "^9.22.3",
"redux": "^3.7.2",
"resize-observer-polyfill": "^1.5.1",
"sanitize-html": "^2.3.2",
"sweetalert2": "^11.4.17",
"ts-md5": "^1.2.7",
"valid-url": "^1.0.9",
"whatwg-fetch": "^3.0.0"
},
"lint-staged": {
"src/**/*.{ts,tsx}": [
"eslint"
]
},
"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"
}
}