mirror of
https://github.com/stinsonzhao/obsidian-plugin-goban-sgf.git
synced 2026-07-22 05:02:23 +00:00
41 lines
1,004 B
JSON
41 lines
1,004 B
JSON
{
|
|
"name": "goban-sgf",
|
|
"version": "1.3.3",
|
|
"description": "Play and record Go games, using SGF format.",
|
|
"main": "main.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite build --watch",
|
|
"build": "vite build"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@preact/signals": "^1.2.2",
|
|
"@sabaki/boardmatcher": "^1.3.0",
|
|
"@sabaki/go-board": "^1.4.3",
|
|
"@sabaki/immutable-gametree": "^1.9.4",
|
|
"@sabaki/sgf": "^3.4.7",
|
|
"@sabaki/shudan": "^1.7.1",
|
|
"builtin-modules": "^3.3.0",
|
|
"hexo-front-matter": "^4.2.1",
|
|
"json-stable-stringify": "^1.1.1",
|
|
"monkey-around": "^2.3.0",
|
|
"obsidian": "^1.4.11",
|
|
"preact": "^10.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"@preact/preset-vite": "^2.5.0",
|
|
"@types/json-stable-stringify": "^1.0.36",
|
|
"@types/node": "^20.10.6",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-preact": "^1.3.0",
|
|
"postcss": "^8.4.33",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^4.3.2"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "preact"
|
|
}
|
|
}
|