forked from online-go/online-go.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 3.12 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
{
"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 --",
"prettytsx": "prettier --write 'src/**/*.tsx'",
"prettyts": "prettier --write 'src/**/*.ts'",
"webpack": "webpack",
"webpack-watch": "webpack --watch --progress --colors",
"yarn": "yarn",
"tslint": "tslint",
"gulp": "gulp",
"minify-index": "gulp minify-index --silent",
"analyze": "webpack --mode production --profile --optimize-minimize --devtool=source-map"
},
"browserslist": [
"defaults"
],
"devDependencies": {
"autoprefixer": "^9.7.4",
"body-parser": "^1.16.1",
"cssnano": "^4.1.10",
"express": "^4.17.1",
"express-http-proxy": "^1.6.0",
"goban": "=0.5.20",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-livereload": "^4.0.2",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylus": "^2.7.0",
"gulp-tslint": "^8.1.4",
"html-minifier": "4.0.0",
"pofile": "^1.1.0",
"postcss-inline-svg": "^4.1.0",
"prettier": "1.19.1",
"pump": "^3.0.0",
"source-map-loader": "^0.2.4",
"stylus": "^0.54.7",
"supervisor": "^0.12.0",
"ts-loader": "^6.2.1",
"tslint": "^6.1.0",
"typescript": "^3.8.3",
"webpack": "^4.42.0",
"webpack-bundle-analyzer": "^3.6.1",
"webpack-cli": "^3.3.11",
"xgettext-js": "^1.1.0",
"yarn": "^1.22.0"
},
"dependencies": {
"@sentry/browser": "^5.15.0",
"@types/d3": "^5.7.2",
"@types/howler": "^2.1.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": "^16.9.23",
"@types/react-autosuggest": "^9.3.5",
"@types/react-dom": "^16.9.5",
"@types/react-redux": "^4.4.35",
"@types/react-select": "^3.0.8",
"@types/react-virtualized": "^9.18.8",
"@types/sanitize-html": "^1.22.0",
"@types/socket.io-client": "^1.4.31",
"@types/sweetalert": "^1.1.27",
"array-move": "^2.2.1",
"d3": "^5.15.0",
"eventemitter3": "^4.0.0",
"howler": "^2.1.3",
"js-noise": "^0.1.3",
"jsonwebtoken": "^8.5.1",
"markdown-it": "^8.4.2",
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
"prop-types": "^15.5.0",
"query-string": "^5.0.1",
"react": "^16.13.1",
"react-autosuggest": "^9.4.3",
"react-charts": "^2.0.0-beta.6",
"react-datetime": "^2.16.3",
"react-dom": "^16.13.1",
"react-dropzone": "^3.7.3",
"react-number-format": "^3.0.2",
"react-redux": "^4.4.6",
"react-resize-detector": "^4.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-select": "^3.0.8",
"react-sortable-hoc": "^1.10.1",
"react-switch": "^5.0.1",
"react-table": "^6.10.0",
"react-virtualized": "^9.21.2",
"redux": "^3.7.2",
"sanitize-html": "^1.22.1",
"ts-md5": "^1.2.7",
"valid-url": "^1.0.9",
"whatwg-fetch": "^3.0.0"
}
}