@portabletext/plugin-one-line
Version:
Restrict the Portable Text Editor to a single line
62 lines • 1.63 kB
JSON
{
"name": "@portabletext/plugin-one-line",
"version": "7.0.26",
"description": "Restrict the Portable Text Editor to a single line",
"keywords": [
"portabletext",
"plugin",
"one-line",
"behaviors"
],
"homepage": "https://portabletext.org",
"bugs": {
"url": "https://github.com/portabletext/editor/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/portabletext/editor.git",
"directory": "packages/plugin-one-line"
},
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
"sideEffects": false,
"type": "module",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"devDependencies": {
"@sanity/pkg-utils": "^10.2.1",
"@sanity/tsconfig": "^2.1.0",
"@types/react": "^19.2.17",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.1.1",
"react": "^19.2.7",
"typescript": "5.9.3",
"typescript-eslint": "^8.48.0",
"@portabletext/editor": "^7.9.0"
},
"peerDependencies": {
"react": "^19.2",
"@portabletext/editor": "^7.9.0"
},
"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 ."
}
}