Files
coopgo/node_modules/remark-slate-transformer/package.json
sgauthier 6e64e138e2
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
planning
2024-10-14 09:15:30 +02:00

89 lines
2.6 KiB
JSON

{
"name": "remark-slate-transformer",
"version": "0.7.5",
"description": "remark plugin to transform remark syntax tree (mdast) to Slate document tree, and vice versa. Made for WYSIWYG markdown editor.",
"main": "lib/index.js",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"sideEffects": false,
"scripts": {
"build": "rollup -c",
"test": "jest",
"tsc": "tsc -p . --noEmit",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"storybook:test": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"npm run storybook -- --quiet --no-open\" \"wait-on tcp:6006 && test-storybook\"",
"prepublishOnly": "rimraf lib && npm run build"
},
"dependencies": {
"@types/mdast": "^3.0.10",
"mdast-util-math": "^2.0.1",
"tslib": "^2.4.0"
},
"devDependencies": {
"@babel/core": "7.21.5",
"@babel/preset-env": "7.21.5",
"@babel/preset-typescript": "7.21.5",
"@rollup/plugin-typescript": "11.1.1",
"@storybook/addon-docs": "7.0.7",
"@storybook/react": "7.0.7",
"@storybook/react-vite": "7.0.7",
"@storybook/test-runner": "0.10.0",
"@types/slate_legacy": "npm:@types/slate@0.47.7",
"@types/slate-react_legacy": "npm:@types/slate-react@0.22.9",
"@types/unist": "2.0.6",
"babel-jest": "29.0.2",
"concurrently": "7.6.0",
"github-markdown-css": "4.0.0",
"jest": "29.0.2",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-is": "18.1.0",
"react-syntax-highlighter": "15.5.0",
"remark-footnotes": "4.0.1",
"remark-frontmatter": "4.0.1",
"remark-gfm": "3.0.1",
"remark-math": "5.1.1",
"remark-parse": "10.0.2",
"remark-stringify": "10.0.3",
"rimraf": "5.0.1",
"rollup": "3.21.3",
"slate": "0.93.0",
"slate_legacy": "npm:slate@0.47.9",
"slate-history": "0.93.0",
"slate-react": "0.93.0",
"slate-react_legacy": "npm:slate-react@0.22.10",
"storybook": "^7.0.4",
"typescript": "5.0.4",
"unified": "10.1.2",
"vite": "4.3.9"
},
"peerDependencies": {
"unified": ">=10.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inokawa/remark-slate-transformer.git"
},
"keywords": [
"unist",
"remark",
"mdast",
"markdown",
"slate",
"react",
"wysiwyg",
"richtext",
"editor"
],
"author": "inokawa <stratoooo-taster@yahoo.co.jp> (https://github.com/inokawa/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/inokawa/remark-slate-transformer/issues"
},
"homepage": "https://github.com/inokawa/remark-slate-transformer#readme"
}