mirror of
https://github.com/Automattic/harper.git
synced 2025-12-23 08:48:15 +00:00
Some checks are pending
Binaries / harper-cli - macOS-aarch64 (push) Waiting to run
Binaries / harper-cli - Linux-aarch64-GNU (push) Waiting to run
Binaries / harper-cli - Linux-aarch64-musl (push) Waiting to run
Binaries / harper-cli - macOS-x86_64 (push) Waiting to run
Binaries / harper-cli - Linux-x86_64-GNU (push) Waiting to run
Binaries / harper-cli - Linux-x86_64-musl (push) Waiting to run
Binaries / harper-cli - Windows-x86_64 (push) Waiting to run
Binaries / harper-ls - macOS-aarch64 (push) Waiting to run
Binaries / harper-ls - Linux-aarch64-GNU (push) Waiting to run
Binaries / harper-ls - Linux-aarch64-musl (push) Waiting to run
Binaries / harper-ls - macOS-x86_64 (push) Waiting to run
Binaries / harper-ls - Linux-x86_64-GNU (push) Waiting to run
Binaries / harper-ls - Linux-x86_64-musl (push) Waiting to run
Binaries / harper-ls - Windows-x86_64 (push) Waiting to run
Build Web / build-web (push) Waiting to run
Chrome Plugin / chrome-plugin (push) Waiting to run
Just Checks / just build-obsidian (push) Waiting to run
Just Checks / just test-harperjs (push) Waiting to run
Just Checks / just test-obsidian (push) Waiting to run
Just Checks / just test-rust (push) Waiting to run
Just Checks / just test-vscode (push) Waiting to run
VS Code Plugin / alpine-arm64 (push) Waiting to run
VS Code Plugin / darwin-arm64 (push) Waiting to run
VS Code Plugin / linux-armhf (push) Waiting to run
VS Code Plugin / linux-x64 (push) Waiting to run
WordPress Plugin / wp-plugin (push) Waiting to run
Just Checks / just check-js (push) Waiting to run
Just Checks / just check-rust (push) Waiting to run
Just Checks / just test-chrome-plugin (push) Waiting to run
Just Checks / just test-firefox-plugin (push) Waiting to run
VS Code Plugin / alpine-x64 (push) Waiting to run
VS Code Plugin / darwin-x64 (push) Waiting to run
VS Code Plugin / linux-arm64 (push) Waiting to run
VS Code Plugin / win32-arm64 (push) Waiting to run
VS Code Plugin / win32-x64 (push) Waiting to run
42 lines
1 KiB
JSON
42 lines
1 KiB
JSON
{
|
|
"name": "obsidian-plugin",
|
|
"private": true,
|
|
"version": "0.70.0",
|
|
"main": "main.js",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.52.0",
|
|
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@vitest/browser": "^3.0.6",
|
|
"obsidian": "^1.7.2",
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
"rollup-plugin-svg-import": "^3.0.0",
|
|
"vite": "^6.3.5",
|
|
"vitest": "^3.0.8"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build -l warn",
|
|
"dev": "vite build --watch",
|
|
"test": "vitest run"
|
|
},
|
|
"peerDependencies": {
|
|
"@codemirror/autocomplete": "^6.16.3",
|
|
"@codemirror/collab": "^6.1.1",
|
|
"@codemirror/commands": "^6.6.0",
|
|
"@codemirror/language": "^6.10.2",
|
|
"@codemirror/lint": "^6.8.1",
|
|
"@codemirror/search": "^6.5.6",
|
|
"@codemirror/state": "^6.4.1",
|
|
"@codemirror/view": "^6.28.3",
|
|
"@lezer/common": "^1.2.1",
|
|
"@lezer/highlight": "^1.2.0",
|
|
"@lezer/lr": "^1.4.1"
|
|
},
|
|
"dependencies": {
|
|
"crelt": "^1.0.5",
|
|
"harper.js": "workspace:*",
|
|
"lodash-es": "^4.17.21",
|
|
"minimatch": "^10.0.3",
|
|
"tslib": "catalog:"
|
|
}
|
|
}
|