forked from online-go/online-go.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
172 lines (172 loc) · 6.05 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
{
"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": "vite",
"vite": "vite",
"build": "vite build --emptyOutDir && node compile-css.js",
"build:i18n": "OGS_I18N_BUILD_MODE=true vite build",
"type-check": "tsc --skipLibCheck --noEmit",
"prettier": "prettier --write \"src/**/*.{ts,tsx}\"",
"prettier:check": "prettier --check \"src/**/*.{ts,tsx}\"",
"lint": "eslint src/",
"lint:fix": "eslint --fix src/",
"stylus-supremacy": "stylus-supremacy format --replace --options .vscode/settings.json 'src/**/*.styl'",
"stylus": "stylus --out dist/ --compress --include-css --sourcemap -c src/ogs.styl",
"test": "jest",
"fresh-test": "clear && jest",
"spellcheck": "cspell \"src/**/*.{ts,tsx}\"",
"minify-index": "node minify-index.js",
"dependency-cruiser": "dependency-cruiser src",
"bundle-visualizer": "vite-bundle-visualizer -c vite.config.ts",
"yarn": "yarn"
},
"browserslist": [
"defaults"
],
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "=9.14.0",
"@google-cloud/translate": "^7.0.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^16.1.0",
"@testing-library/dom": "^10.0.4",
"@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",
"@types/d3": "^7.4.0",
"@types/howler": "^2.2.12",
"@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": "^19.0.6",
"@types/react-autosuggest": "^10.1.11",
"@types/react-dom": "^19.0.3",
"@types/react-virtualized": "^9.22.0",
"@types/sanitize-html": "^2.13.0",
"@types/postcss-import": "^14.0.3",
"@types/postcss-inline-svg": "^5.0.4",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@stylistic/eslint-plugin": "^2.12.0",
"@vitejs/plugin-basic-ssl": "^1.2.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"body-parser": "^1.20.2",
"cspell": "^8.3.2",
"cssnano": "^7.0.6",
"dependency-cruiser": "^16.8.0",
"deepl-node": "^1.10.1",
"esbuild-plugin-react-virtualized": "^1.0.4",
"eslint": "=9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.6.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-unicorn": "^49.0.0",
"globals": "^15.8.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.49",
"postcss-import": "^16.1.0",
"postcss-inline-svg": "^6.0.0",
"prettier": "3.1.1",
"prettier-eslint": "^16.3.0",
"stylus": "0.64.0",
"stylus-supremacy": "4.0.0",
"supervisor": "^0.12.0",
"terser": "^5.37.0",
"ts-jest": "^29.2.5",
"typescript": "=5.7.3",
"xgettext-js": "^3.0.0",
"vite": "^6.0.9",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-bundle-visualizer": "^1.2.1",
"yarn": "^1.22.22"
},
"dependencies": {
"@dnd-kit/core": "^6.0.3",
"@dnd-kit/sortable": "^7.0.0",
"@hapi/joi": "^17.1.1",
"@nivo/core": "^0.88.0",
"@nivo/line": "^0.88.0",
"@nivo/pie": "^0.88.0",
"@sentry/browser": "^7.92.0",
"array-move": "^2.2.1",
"classnames": "^2.5.1",
"d3": "^7.6.1",
"date-fns": "^3.6.0",
"eventemitter3": "^5.0.0",
"goban": "=8.3.74",
"howler": "^2.2.4",
"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": "^19.0.0",
"react-autosuggest": "^10.1.0",
"react-datetime": "^3.3.1",
"react-dom": "^19.0.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.9.0",
"react-split": "^2.0.9",
"react-switch": "7.1.0",
"react-table": "^6.10.0",
"react-tabs": "^6.0.2",
"react-virtualized": "^9.22.5",
"redux": "^3.7.2",
"sanitize-html": "^2.14.0",
"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": "^19.0.0",
"**/react-dom": "^19.0.0",
"**/@types/react": "^19.0.6",
"**/@types/react-dom": "^19.0.3"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}