UNPKG

text-editor-studio-ts

Version:

A powerful mobile-responsive rich text editor built with Lexical and React

124 lines (123 loc) 3.59 kB
{ "name": "text-editor-studio-ts", "private": false, "version": "1.2.0", "type": "module", "description": "A powerful mobile-responsive rich text editor built with Lexical and React", "keywords": [ "editor", "lexical", "react", "typescript", "rich-text", "wysiwyg", "mobile-responsive", "mobile-editor", "responsive-design" ], "author": "Your Name", "license": "MIT", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "files": [ "dist", "README.md", "LICENSE", "NEXT_JS_USAGE.md" ], "scripts": { "dev": "vite", "build": "tsc -b && vite build && npm run postbuild", "postbuild": "node scripts/generate-types.js", "build:types": "tsc --emitDeclarationOnly --outDir dist", "prepublishOnly": "npm run build", "lint": "eslint .", "preview": "vite preview", "clean": "rm -rf dist" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "dependencies": { "@excalidraw/excalidraw": "^0.18.0", "@lexical/code": "^0.30.0", "@lexical/file": "^0.30.0", "@lexical/hashtag": "^0.30.0", "@lexical/html": "^0.30.0", "@lexical/link": "^0.30.0", "@lexical/list": "^0.30.0", "@lexical/markdown": "^0.30.0", "@lexical/overflow": "^0.30.0", "@lexical/react": "^0.30.0", "@lexical/rich-text": "^0.30.0", "@lexical/selection": "^0.30.0", "@lexical/table": "^0.30.0", "@lexical/text": "^0.30.0", "@lexical/utils": "^0.30.0", "@r2wc/react-to-web-component": "^2.0.4", "@radix-ui/react-checkbox": "^1.1.5", "@radix-ui/react-dialog": "^1.1.7", "@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-label": "^2.1.3", "@radix-ui/react-popover": "^1.1.7", "@radix-ui/react-scroll-area": "^1.2.4", "@radix-ui/react-select": "^2.1.7", "@radix-ui/react-separator": "^1.1.3", "@radix-ui/react-slot": "^1.2.0", "@radix-ui/react-tabs": "^1.1.4", "@radix-ui/react-toggle": "^1.1.3", "@radix-ui/react-toggle-group": "^1.1.3", "@radix-ui/react-tooltip": "^1.2.0", "@tailwindcss/vite": "^4.1.3", "autoprefixer": "^10.4.21", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", "glare-themes": "^1.0.5", "glare-torch-mode": "^1.0.2", "glare-typography": "^1.0.4", "glob": "^11.0.1", "katex": "^0.16.21", "lexical": "^0.30.0", "lodash-es": "^4.17.21", "lucide-react": "^0.487.0", "mapping-color-system-v4": "^1.1.0", "react": "^19.0.0", "react-colorful": "^5.6.1", "react-dom": "^19.0.0", "react-error-boundary": "^5.0.0", "sonner": "^2.0.3", "tailwind-merge": "^3.2.0", "tailwind-scrollbar-hide": "^2.0.0", "tailwindcss": "^4.1.3", "tailwindcss-animate": "^1.0.7", "tw-animate-css": "^1.2.5", "vite-plugin-dts": "^4.5.3", "vite-plugin-lib-inject-css": "^2.2.1" }, "devDependencies": { "@eslint/js": "^9.21.0", "@types/lodash-es": "^4.17.12", "@types/node": "^22.14.0", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.21.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^15.15.0", "terser": "^5.43.1", "typescript": "~5.7.2", "typescript-eslint": "^8.24.1", "vite": "^6.2.0" } }