-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
82 lines (82 loc) · 2.88 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
{
"name": "kidsgoserver.com",
"version": "1.0.0",
"url": "https://github.com/online-go/kidsgo/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",
"gulp": "gulp",
"minify-index": "gulp minify-index --silent",
"analyze": "webpack --mode production --profile --optimization-minimize --devtool=source-map"
},
"browserslist": [
"defaults"
],
"dependencies": {
"ogs": "file:./online-go.com"
},
"devDependencies": {
"@testing-library/react": "^13.2.0",
"@types/jest": "^26.0.15",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/eslint-plugin-tslint": "^7.0.2",
"@typescript-eslint/parser": "^7.7.0",
"autoprefixer": "^10.4.2",
"body-parser": "^1.16.1",
"circular-dependency-plugin": "^5.2.2",
"cssnano": "^5.0.8",
"eslint": "^8.56.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.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^49.0.0",
"express": "^4.17.1",
"express-http-proxy": "^1.6.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"goban": "=0.7.39",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-eslint-new": "^2.0.0",
"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.7.0",
"lint-staged": "^12.1.7",
"pofile": "^1.1.0",
"postcss": "^8.3.9",
"postcss-inline-svg": "^5.0.0",
"prettier": "2.6.2",
"prettier-eslint": "^15.0.0",
"pump": "^3.0.0",
"react-datetime": "^3.0.4",
"react-resize-detector": "10.0.1",
"react-dynamic-help": "^2.8.1",
"source-map-loader": "^0.2.4",
"stylus": "0.54.7",
"supervisor": "^0.12.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.0",
"tslint": "^6.1.3",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"xgettext-js": "^3.0.0",
"yarn": "^1.22.21"
}
}