forked from online-go/goban
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.58 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
{
"name": "goban",
"version": "0.5.52",
"description": "",
"main": "lib/goban.js",
"types": "lib/goban.d.ts",
"files": [
"lib/",
"node/",
"src/"
],
"keywords": [
"go",
"baduk",
"igo",
"weiqi",
"online-go",
"ogs",
"goban"
],
"scripts": {
"dev": "webpack-cli serve",
"build-debug": "webpack",
"build-production": "webpack --mode production",
"lint": "tslint -p tsconfig.json",
"typedoc": "typedoc --mode file --out doc/ --theme minimal --tsconfig tsconfig.json --excludeExternals --externalPattern '**/node_modules/**' --includeDeclarations src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/online-go/goban.git"
},
"author": "Akita Noek <[email protected]> (https://online-go.com/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/online-go/goban/issues"
},
"homepage": "https://github.com/online-go/goban#readme",
"devDependencies": {
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.5",
"eventemitter3": "^4.0.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"ts-loader": "^9.1.2",
"tslint": "^6.1.3",
"typedoc": "^0.20.36",
"typescript": "^4.2.4",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2",
"fork-ts-checker-webpack-plugin": "^6.2.10",
"thread-loader": "^3.0.4",
"cache-loader": "^4.1.0"
}
}