{ "name": "codex-panel", "version": "3.4.5", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/murashit/codex-panel.git" }, "bugs": { "url": "https://github.com/murashit/codex-panel/issues" }, "homepage": "https://github.com/murashit/codex-panel#readme", "scripts": { "api:baseline": "node scripts/api-baseline.mjs", "build": "node esbuild.config.mjs", "build:styles": "node scripts/build-styles.mjs", "check": "node scripts/check.mjs", "check:ci": "node scripts/check.mjs --ci", "format": "node scripts/format.mjs", "format:check": "node scripts/format.mjs --check --cache", "format:check:ci": "node scripts/format.mjs --check", "generate:app-server-types": "node scripts/generate-app-server-types.mjs", "lint": "node scripts/check.mjs --lint", "lint:ci": "node scripts/check.mjs --ci --lint", "release:check": "node scripts/release/check.mjs", "release:preflight": "node scripts/release/preflight.mjs", "release:prepare": "node scripts/release/prepare.mjs", "test": "vitest run --cache", "test:ci": "vitest run", "typecheck": "tsc -p tsconfig.json --noEmit --incremental --tsBuildInfoFile node_modules/.cache/typescript/tsconfig.tsbuildinfo", "typecheck:ci": "tsc -p tsconfig.json --noEmit" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^25.9.3", "concurrently": "^10.0.3", "esbuild": "^0.28.0", "eslint": "^10.4.1", "eslint-config-prettier": "^10.1.8", "eslint-plugin-obsidianmd": "^0.3.0", "eslint-plugin-react-hooks": "^7.1.1", "jsdom": "^29.1.1", "knip": "^6.16.1", "obsidian": "~1.12.3", "prettier": "^3.8.4", "stylelint": "^17.13.0", "stylelint-config-standard": "^40.0.0", "typescript": "^6.0.3", "typescript-eslint": "^8.61.0", "vitest": "^4.1.8" }, "dependencies": { "@preact/signals": "^2.9.1", "@tanstack/query-core": "^5.101.0", "micromark": "^4.0.2", "preact": "^10.29.2" } }