UNPKG

@portabletext/plugin-markdown-shortcuts

Version:

Add helpful Markdown shortcuts to the editor

79 lines 2.47 kB
{ "name": "@portabletext/plugin-markdown-shortcuts", "version": "8.0.35", "description": "Add helpful Markdown shortcuts to the editor", "keywords": [ "behaviors", "markdown", "plugin", "portabletext", "shortcuts" ], "homepage": "https://portabletext.org", "bugs": { "url": "https://github.com/portabletext/editor/issues" }, "license": "MIT", "author": "Sanity.io <hello@sanity.io>", "repository": { "type": "git", "url": "https://github.com/portabletext/editor.git", "directory": "packages/plugin-markdown-shortcuts" }, "files": [ "dist" ], "type": "module", "sideEffects": false, "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "dependencies": { "@portabletext/plugin-character-pair-decorator": "^8.0.35", "@portabletext/plugin-input-rule": "^6.0.4" }, "devDependencies": { "@sanity/pkg-utils": "^10.8.2", "@sanity/tsconfig": "^2.1.0", "@types/react": "^19.2.17", "@vitejs/plugin-react": "^5.2.0", "@vitest/browser": "^4.1.10", "@vitest/browser-playwright": "^4.1.10", "babel-plugin-react-compiler": "^1.0.0", "eslint": "^9.39.4", "eslint-plugin-react-hooks": "^7.1.1", "react": "^19.2.7", "typescript": "6.0.3", "typescript-eslint": "^8.62.0", "vitest": "^4.1.10", "@portabletext/editor": "^7.10.7", "@portabletext/test": "1.0.4", "racejar": "2.0.10" }, "peerDependencies": { "react": "^19.2", "@portabletext/editor": "^7.10.7" }, "engines": { "node": ">=20.19 <22 || >=22.12" }, "scripts": { "build": "pkg-utils build --strict --check --clean", "check:lint": "biome lint .", "check:react-compiler": "eslint .", "check:types": "tsc", "check:types:watch": "tsc --watch", "clean": "del .turbo && del dist && del node_modules", "dev": "pkg-utils watch", "lint:fix": "biome lint --write .", "test:browser:chromium": "vitest run --project \"browser (chromium)\"", "test:browser:chromium:watch": "vitest watch --project \"browser (chromium)\"", "test:browser:firefox": "vitest run --project \"browser (firefox)\"", "test:browser:firefox:watch": "vitest watch --project \"browser (firefox)\"", "test:browser:webkit": "vitest run --project \"browser (webkit)\"", "test:browser:webkit:watch": "vitest watch --project \"browser (webkit)\"" } }