@tarviks/lexical-rich-editor 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,92 +1,92 @@
1
- {
2
- "name": "@tarviks/lexical-rich-editor",
3
- "version": "1.0.0",
4
- "description": "A feature-rich Lexical-based rich text editor with autocomplete, spell check, tables, images, and more.",
5
- "keywords": [
6
- "lexical",
7
- "rich-text",
8
- "editor",
9
- "react",
10
- "wysiwyg",
11
- "fluent-ui"
12
- ],
13
- "author": {
14
- "name": "Capsitech",
15
- "email": "contact@capsitech.com"
16
- },
17
- "license": "MIT",
18
- "homepage": "https://github.com/capsitech/lexical-rich-editor",
19
- "repository": {
20
- "type": "git",
21
- "url": "https://github.com/capsitech/lexical-rich-editor.git"
22
- },
23
- "main": "dist/index.js",
24
- "module": "dist/index.mjs",
25
- "types": "dist/index.d.ts",
26
- "exports": {
27
- ".": {
28
- "types": "./dist/index.d.ts",
29
- "import": "./dist/index.mjs",
30
- "require": "./dist/index.js"
31
- },
32
- "./dist/index.css": "./dist/index.css"
33
- },
34
- "workspaces": [
35
- "example"
36
- ],
37
- "files": [
38
- "dist"
39
- ],
40
- "sideEffects": [
41
- "**/*.css"
42
- ],
43
- "scripts": {
44
- "build": "tsup",
45
- "build:watch": "tsup --watch",
46
- "dev": "cd example && yarn dev",
47
- "lint": "tsc --noEmit",
48
- "prepublishOnly": "yarn build"
49
- },
50
- "peerDependencies": {
51
- "@fluentui/react": ">=8.0.0",
52
- "@fluentui/react-components": ">=9.0.0",
53
- "@fluentui/react-icons": ">=2.0.0",
54
- "@lexical/code": ">=0.44.0",
55
- "@lexical/link": ">=0.44.0",
56
- "@lexical/list": ">=0.44.0",
57
- "@lexical/react": ">=0.44.0",
58
- "@lexical/rich-text": ">=0.44.0",
59
- "@lexical/table": ">=0.44.0",
60
- "@lexical/utils": ">=0.44.0",
61
- "lexical": ">=0.44.0",
62
- "react": ">=18.0.0",
63
- "react-dom": ">=18.0.0"
64
- },
65
- "devDependencies": {
66
- "@fluentui/react": "^8.125.5",
67
- "@fluentui/react-components": "^9.73.8",
68
- "@fluentui/react-icons": "^2.0.295",
69
- "@lexical/code": "^0.44.0",
70
- "@lexical/html": "^0.44.0",
71
- "@lexical/link": "^0.44.0",
72
- "@lexical/list": "^0.44.0",
73
- "@lexical/react": "^0.44.0",
74
- "@lexical/rich-text": "^0.44.0",
75
- "@lexical/selection": "^0.44.0",
76
- "@lexical/table": "^0.44.0",
77
- "@lexical/utils": "^0.44.0",
78
- "@types/react": "^18.3.7",
79
- "@types/react-dom": "^18.3.0",
80
- "lexical": "^0.44.0",
81
- "react": "^18.3.1",
82
- "react-dom": "^18.3.1",
83
- "tsup": "^8.3.5",
84
- "typescript": "^5.8.3"
85
- },
86
- "publishConfig": {
87
- "access": "public"
88
- },
89
- "engines": {
90
- "node": ">=20.0.0"
91
- }
92
- }
1
+ {
2
+ "name": "@tarviks/lexical-rich-editor",
3
+ "version": "1.0.2",
4
+ "description": "A feature-rich Lexical-based rich text editor with autocomplete, spell check, tables, images, and more.",
5
+ "keywords": [
6
+ "lexical",
7
+ "rich-text",
8
+ "editor",
9
+ "react",
10
+ "wysiwyg",
11
+ "fluent-ui"
12
+ ],
13
+ "author": {
14
+ "name": "Capsitech",
15
+ "email": "contact@capsitech.com"
16
+ },
17
+ "license": "MIT",
18
+ "homepage": "https://github.com/capsitech/lexical-rich-editor",
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "https://github.com/capsitech/lexical-rich-editor.git"
22
+ },
23
+ "main": "dist/index.js",
24
+ "module": "dist/index.mjs",
25
+ "types": "dist/index.d.ts",
26
+ "exports": {
27
+ ".": {
28
+ "types": "./dist/index.d.ts",
29
+ "import": "./dist/index.mjs",
30
+ "require": "./dist/index.js"
31
+ },
32
+ "./dist/index.css": "./dist/index.css"
33
+ },
34
+ "workspaces": [
35
+ "example"
36
+ ],
37
+ "files": [
38
+ "dist"
39
+ ],
40
+ "sideEffects": [
41
+ "**/*.css"
42
+ ],
43
+ "scripts": {
44
+ "build": "tsup",
45
+ "build:watch": "tsup --watch",
46
+ "dev": "cd example && yarn dev",
47
+ "lint": "tsc --noEmit",
48
+ "prepublishOnly": "yarn build"
49
+ },
50
+ "peerDependencies": {
51
+ "@fluentui/react": ">=8.0.0",
52
+ "@fluentui/react-components": ">=9.0.0",
53
+ "@fluentui/react-icons": ">=2.0.0",
54
+ "@lexical/code": ">=0.44.0",
55
+ "@lexical/link": ">=0.44.0",
56
+ "@lexical/list": ">=0.44.0",
57
+ "@lexical/react": ">=0.44.0",
58
+ "@lexical/rich-text": ">=0.44.0",
59
+ "@lexical/table": ">=0.44.0",
60
+ "@lexical/utils": ">=0.44.0",
61
+ "lexical": ">=0.44.0",
62
+ "react": ">=18.0.0",
63
+ "react-dom": ">=18.0.0"
64
+ },
65
+ "devDependencies": {
66
+ "@fluentui/react": "^8.125.5",
67
+ "@fluentui/react-components": "^9.73.8",
68
+ "@fluentui/react-icons": "^2.0.295",
69
+ "@lexical/code": "^0.44.0",
70
+ "@lexical/html": "^0.44.0",
71
+ "@lexical/link": "^0.44.0",
72
+ "@lexical/list": "^0.44.0",
73
+ "@lexical/react": "^0.44.0",
74
+ "@lexical/rich-text": "^0.44.0",
75
+ "@lexical/selection": "^0.44.0",
76
+ "@lexical/table": "^0.44.0",
77
+ "@lexical/utils": "^0.44.0",
78
+ "@types/react": "^18.3.7",
79
+ "@types/react-dom": "^18.3.0",
80
+ "lexical": "^0.44.0",
81
+ "react": "^18.3.1",
82
+ "react-dom": "^18.3.1",
83
+ "tsup": "^8.3.5",
84
+ "typescript": "^5.8.3"
85
+ },
86
+ "publishConfig": {
87
+ "access": "public"
88
+ },
89
+ "engines": {
90
+ "node": ">=20.0.0"
91
+ }
92
+ }