forked from online-go/online-go.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
134 lines (134 loc) · 4.1 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
{
"name": "online-go.com",
"version": "5.1.0",
"url": "https://github.com/online-go/online-go.com/issues",
"license": "AGPL-3.0",
"private": true,
"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",
"yarn": "yarn",
"lint": "eslint src/ --ext=.ts,.tsx",
"lint:fix": "eslint --fix src/ --ext=.ts,.tsx",
"test": "jest",
"gulp": "gulp",
"minify-index": "gulp minify-index --silent",
"analyze": "webpack --mode production --profile --optimization-minimize --devtool=source-map"
},
"browserslist": [
"defaults"
],
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/react-dropzone": "^3.13.4",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/eslint-plugin-tslint": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"autoprefixer": "^10.4.2",
"body-parser": "^1.16.1",
"cache-loader": "^4.1.0",
"cssnano": "^5.0.8",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsdoc": "^37.0.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unicorn": "^36.0.0",
"express": "^4.17.1",
"express-http-proxy": "^1.6.0",
"fork-ts-checker-webpack-plugin": "^6.3.4",
"goban": "=0.5.77",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-eslint7": "^0.3.2",
"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": "^7.0.0",
"jest": "^26.6.1",
"lint-staged": "^12.1.7",
"pofile": "^1.1.0",
"postcss": "^8.3.9",
"postcss-inline-svg": "^5.0.0",
"prettier": "2.4.1",
"prettier-eslint": "^13.0.0",
"pump": "^3.0.0",
"source-map-loader": "^0.2.4",
"stylus": "0.54.7",
"supervisor": "^0.12.0",
"ts-jest": "^26.4.3",
"ts-loader": "^9.2.7",
"tslint": "^6.1.3",
"typescript": "^4.6.2",
"webpack": "^5.70.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"xgettext-js": "^3.0.0",
"yarn": "^1.22.17"
},
"dependencies": {
"@sentry/browser": "^6.16.1",
"@types/d3": "^5.7.2",
"@types/howler": "^2.2.2",
"@types/jquery": "^2.0.34",
"@types/markdown-it": "^0.0.4",
"@types/moment-duration-format": "^2.2.2",
"@types/query-string": "^5.0.1",
"@types/react": "^17.0.39",
"@types/react-autosuggest": "^10.1.5",
"@types/react-dom": "^17.0.13",
"@types/react-router-dom": "^5.3.2",
"@types/react-select": "^3.0.26",
"@types/react-virtualized": "^9.18.8",
"@types/sanitize-html": "^1.22.0",
"array-move": "^2.2.1",
"d3": "^5.15.0",
"eventemitter3": "^4.0.7",
"howler": "^2.2.1",
"jquery": "^3.6.0",
"js-noise": "^0.1.3",
"jsonwebtoken": "^8.5.1",
"markdown-it": "^12.3.2",
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.31",
"prop-types": "^15.5.0",
"query-string": "^5.0.1",
"react": "^17.0.2",
"react-autosuggest": "^10.1.0",
"react-charts": "^2.0.0-beta.6",
"react-datetime": "^3.0.4",
"react-dom": "^17.0.2",
"react-dropzone": "^3.7.3",
"react-linkify": "^1.0.0-alpha",
"react-number-format": "^3.0.2",
"react-resize-detector": "^4.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-select": "^3.1.0",
"react-sortable-hoc": "^1.11.0",
"react-split": "^2.0.9",
"react-switch": "^5.0.1",
"react-table": "^6.10.0",
"react-virtualized": "^9.21.3",
"redux": "^3.7.2",
"sanitize-html": "^2.3.2",
"socket.io-client": "4.3.2",
"sweetalert2": "^6.11.5",
"ts-md5": "^1.2.7",
"valid-url": "^1.0.9",
"whatwg-fetch": "^3.0.0"
},
"lint-staged": {
"src/**/*.{ts,tsx}": [
"eslint"
]
}
}