@start-base/block-editor
Version:
The tsup-template is a project or template designed to facilitate the creation of React components by providing certain features. Here's an explanation of its key features:
216 lines (215 loc) • 7.62 kB
JSON
{
"name": "@start-base/block-editor",
"author": "Start-Base",
"description": "",
"version": "0.0.5-alpha",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/startbase-dev/block-editor.git"
},
"files": [
"./index.js",
"./index.mjs",
"./styles.css"
],
"keywords": [
"react",
"react-component",
"start-ui",
"start-base",
"editor",
"tiptap",
"block-editor",
"tiptap-block-editor",
"wysiwyg"
],
"main": "./index.cjs",
"module": "./index.js",
"exports": {
".": {
"require": "./index.cjs",
"import": "./index.js"
},
"./styles.css": "./styles.css"
},
"scripts": {
"lint": "eslint src --ext js,jsx,ts,tsx --fix",
"format": "prettier --write .",
"stylelint": "stylelint \"src/**/*.scss\" --fix",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"build": "tsup --out-dir ./ --no-splitting --treeshake --minify terser"
},
"peerDependencies": {
"@radix-ui/react-dropdown-menu": "2.1.1",
"@radix-ui/react-popover": "1.1.1",
"@radix-ui/react-slot": "1.1.0",
"@tippyjs/react": "4.2.6",
"@tiptap-pro/extension-details": "2.11.9",
"@tiptap-pro/extension-details-content": "2.11.9",
"@tiptap-pro/extension-details-summary": "2.11.9",
"@tiptap-pro/extension-drag-handle-react": "2.11.9",
"@tiptap-pro/extension-emoji": "2.11.9",
"@tiptap-pro/extension-file-handler": "2.11.9",
"@tiptap-pro/extension-mathematics": "2.11.9",
"@tiptap-pro/extension-table-of-contents": "2.11.9",
"@tiptap/core": "2.8.0",
"@tiptap/extension-bullet-list": "2.8.0",
"@tiptap/extension-character-count": "2.8.0",
"@tiptap/extension-code-block": "2.8.0",
"@tiptap/extension-color": "2.8.0",
"@tiptap/extension-document": "2.8.0",
"@tiptap/extension-dropcursor": "2.8.0",
"@tiptap/extension-focus": "2.8.0",
"@tiptap/extension-font-family": "2.8.0",
"@tiptap/extension-heading": "2.8.0",
"@tiptap/extension-highlight": "2.8.0",
"@tiptap/extension-horizontal-rule": "2.8.0",
"@tiptap/extension-image": "2.8.0",
"@tiptap/extension-link": "2.8.0",
"@tiptap/extension-list-keymap": "2.8.0",
"@tiptap/extension-ordered-list": "2.8.0",
"@tiptap/extension-paragraph": "2.8.0",
"@tiptap/extension-placeholder": "2.8.0",
"@tiptap/extension-subscript": "2.8.0",
"@tiptap/extension-superscript": "2.8.0",
"@tiptap/extension-table": "2.8.0",
"@tiptap/extension-table-header": "2.8.0",
"@tiptap/extension-table-row": "2.8.0",
"@tiptap/extension-task-item": "2.8.0",
"@tiptap/extension-task-list": "2.8.0",
"@tiptap/extension-text-align": "2.8.0",
"@tiptap/extension-text-style": "2.8.0",
"@tiptap/extension-typography": "2.8.0",
"@tiptap/extension-underline": "2.8.0",
"@tiptap/extension-youtube": "2.8.0",
"@tiptap/html": "2.8.0",
"@tiptap/pm": "2.8.0",
"@tiptap/react": "2.8.0",
"@tiptap/starter-kit": "2.8.0",
"@tiptap/suggestion": "2.8.0",
"clsx": "^2.1.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tippy.js": "6.3.7",
"tiptap-text-direction": "0.3.1"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "2.1.2",
"@radix-ui/react-popover": "1.1.2",
"@radix-ui/react-slot": "1.1.0",
"@tippyjs/react": "4.2.6",
"@tiptap-pro/extension-details": "2.11.9",
"@tiptap-pro/extension-details-content": "2.11.9",
"@tiptap-pro/extension-details-summary": "2.11.9",
"@tiptap-pro/extension-drag-handle-react": "2.11.9",
"@tiptap-pro/extension-emoji": "2.11.9",
"@tiptap-pro/extension-file-handler": "2.11.9",
"@tiptap-pro/extension-mathematics": "2.11.9",
"@tiptap-pro/extension-table-of-contents": "2.11.9",
"@tiptap/core": "2.8.0",
"@tiptap/extension-bullet-list": "2.8.0",
"@tiptap/extension-character-count": "2.8.0",
"@tiptap/extension-code-block": "2.8.0",
"@tiptap/extension-color": "2.8.0",
"@tiptap/extension-document": "2.8.0",
"@tiptap/extension-dropcursor": "2.8.0",
"@tiptap/extension-focus": "2.8.0",
"@tiptap/extension-font-family": "2.8.0",
"@tiptap/extension-heading": "2.8.0",
"@tiptap/extension-highlight": "2.8.0",
"@tiptap/extension-horizontal-rule": "2.8.0",
"@tiptap/extension-image": "2.8.0",
"@tiptap/extension-link": "2.8.0",
"@tiptap/extension-list-keymap": "2.8.0",
"@tiptap/extension-ordered-list": "2.8.0",
"@tiptap/extension-paragraph": "2.8.0",
"@tiptap/extension-placeholder": "2.8.0",
"@tiptap/extension-subscript": "2.8.0",
"@tiptap/extension-superscript": "2.8.0",
"@tiptap/extension-table": "2.8.0",
"@tiptap/extension-table-header": "2.8.0",
"@tiptap/extension-table-row": "2.8.0",
"@tiptap/extension-task-item": "2.8.0",
"@tiptap/extension-task-list": "2.8.0",
"@tiptap/extension-text-align": "2.8.0",
"@tiptap/extension-text-style": "2.8.0",
"@tiptap/extension-typography": "2.8.0",
"@tiptap/extension-underline": "2.8.0",
"@tiptap/extension-youtube": "2.8.0",
"@tiptap/html": "2.8.0",
"@tiptap/pm": "2.8.0",
"@tiptap/react": "2.8.0",
"@tiptap/starter-kit": "2.8.0",
"@tiptap/suggestion": "2.8.0",
"clsx": "^2.1.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tippy.js": "6.3.7",
"tiptap-text-direction": "0.3.1"
},
"devDependencies": {
"@babel/core": "7.25.7",
"@babel/preset-env": "7.25.7",
"@babel/preset-react": "7.25.7",
"@hookform/resolvers": "3.9.0",
"@storybook/addon-essentials": "8.3.5",
"@storybook/addon-interactions": "8.3.5",
"@storybook/addon-links": "8.3.5",
"@storybook/addon-onboarding": "8.3.5",
"@storybook/addon-styling-webpack": "1.0.0",
"@storybook/addon-webpack5-compiler-swc": "1.0.5",
"@storybook/blocks": "8.3.5",
"@storybook/preset-scss": "1.0.3",
"@storybook/react": "8.3.5",
"@storybook/react-webpack5": "8.3.5",
"@storybook/test": "8.3.5",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"autoprefixer": "10.4.20",
"babel-loader": "9.2.1",
"css-loader": "7.1.2",
"cssnano": "7.0.6",
"esbuild-sass-plugin": "3.3.1",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-compat": "6.0.1",
"eslint-plugin-css-modules": "2.12.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-storybook": "0.9.0",
"husky": "9.1.6",
"mini-css-extract-plugin": "2.9.1",
"lucide-react": "0.447.0",
"postcss": "8.4.47",
"postcss-modules": "6.0.0",
"postcss-preset-env": "10.0.5",
"prettier": "3.3.3",
"sass": "1.79.4",
"sass-loader": "16.0.2",
"storybook": "8.3.5",
"storybook-dark-mode": "4.0.2",
"style-loader": "4.0.0",
"stylelint": "16.7.0",
"stylelint-config-prettier-scss": "1.0.0",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-declaration-strict-value": "1.10.6",
"stylelint-no-unsupported-browser-features": "8.0.1",
"stylelint-scss": "6.7.0",
"terser": "5.34.1",
"ts-node": "10.9.2",
"tsup": "8.3.0",
"typescript": "5.5.4",
"typescript-plugin-css-modules": "5.1.0",
"webpack": "5.95.0",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "5.1.4"
},
"bugs": {
"url": "https://github.com/startbase-dev/block-editor/issues"
},
"homepage": "https://github.com/startbase-dev/block-editor#readme"
}