editextock
Version:
This is a Text Editor.
98 lines (97 loc) • 2.66 kB
JSON
{
"name": "editextock",
"version": "0.1.9",
"description": "This is a Text Editor.",
"author": "Enock",
"private": false,
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "",
"build": "",
"start": "",
"lint": "",
"build-publish": "rollup -c",
"dev:docs": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.15.11",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@tiptap/extension-color": "^2.2.3",
"@tiptap/extension-highlight": "^2.2.3",
"@tiptap/extension-image": "^2.2.3",
"@tiptap/extension-placeholder": "^2.2.4",
"@tiptap/extension-text-align": "^2.2.3",
"@tiptap/extension-text-style": "^2.2.3",
"@tiptap/extension-typography": "^2.2.3",
"@tiptap/pm": "^2.2.3",
"@tiptap/react": "^2.2.3",
"@tiptap/starter-kit": "^2.2.3",
"next": "^14.1.0",
"react": "^18.0.0",
"react-color": "^2.19.3",
"react-dom": "^18.0.0",
"rollup": "^2.79.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.35.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/addon-onboarding": "^1.0.11",
"@storybook/blocks": "^7.6.17",
"@storybook/nextjs": "^7.6.17",
"@storybook/react": "^7.6.17",
"@storybook/test": "^7.6.17",
"@types/node": "^20.0.0",
"@types/react": "^18.0.0",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18.0.0",
"eslint": "^8.0.0",
"eslint-config-next": "^14.1.0",
"eslint-plugin-storybook": "^0.8.0",
"storybook": "^7.6.17",
"typescript": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bernardoenock/editextock.git"
},
"keywords": [
"editextock",
"editor",
"texto",
"react",
"next",
"tiptap"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bernardoenock/editextock/issues"
},
"homepage": "https://github.com/bernardoenock/editextock#readme"
}