mirror of
https://github.com/chrislicodes/obsidian-chess-study.git
synced 2026-07-22 07:50:30 +00:00
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "obsidian-chessify",
|
|
"version": "0.1.0",
|
|
"description": "A chess study helper and PGN viewer for Obsidian",
|
|
"keywords": [
|
|
"chess",
|
|
"obsidian",
|
|
"PGN",
|
|
"study"
|
|
],
|
|
"license": "MIT",
|
|
"author": "Christoph Lindstädt",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"dev": "node esbuild.config.mjs",
|
|
"format": "prettier --write .",
|
|
"prepare": "husky install",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"dependencies": {
|
|
"@tiptap/pm": "2.0.3",
|
|
"@tiptap/react": "2.0.3",
|
|
"@tiptap/starter-kit": "2.0.3",
|
|
"chess.js": "1.0.0-beta.6",
|
|
"chessground": "8.3.7",
|
|
"lucide-react": "0.217.0",
|
|
"nanoid": "4.0.2",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.1.7",
|
|
"@types/react": "18.2.6",
|
|
"@types/react-dom": "18.2.4",
|
|
"@typescript-eslint/eslint-plugin": "5.59.6",
|
|
"@typescript-eslint/parser": "5.59.6",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "0.17.19",
|
|
"eslint-plugin-react": "7.32.2",
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
"husky": "8.0.3",
|
|
"obsidian": "latest",
|
|
"prettier": "2.8.8",
|
|
"prettier-plugin-organize-imports": "3.2.2",
|
|
"pretty-quick": "3.1.3",
|
|
"tslib": "2.5.0",
|
|
"typescript": "5.0.4"
|
|
}
|
|
}
|