@trafica/editor 1.0.42 → 1.0.44

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,79 +1,79 @@
1
- {
2
- "name": "@trafica/editor",
3
- "version": "1.0.42",
4
- "description": "Production-grade rich text editor for React",
5
- "keywords": [
6
- "rich-text-editor",
7
- "react",
8
- "typescript",
9
- "wysiwyg",
10
- "editor"
11
- ],
12
- "author": "ronak.golakiya@cloudusinfotech.com",
13
- "license": "MIT",
14
- "repository": {
15
- "type": "git",
16
- "url": "https://github.com/varsilsuvagiya-dotcom/Trafica-Rich-Editor"
17
- },
18
- "homepage": "https://github.com/varsilsuvagiya-dotcom/Trafica-Rich-Editor#readme",
19
- "bugs": {
20
- "url": "https://github.com/varsilsuvagiya-dotcom/Trafica-Rich-Editor/issues"
21
- },
22
- "main": "./dist/index.js",
23
- "module": "./dist/index.mjs",
24
- "types": "./dist/index.d.ts",
25
- "exports": {
26
- ".": {
27
- "types": "./dist/index.d.ts",
28
- "import": "./dist/index.mjs",
29
- "require": "./dist/index.js"
30
- },
31
- "./styles": "./dist/styles/editor.css",
32
- "./themes/light": "./dist/styles/themes/light.css",
33
- "./themes/dark": "./dist/styles/themes/dark.css"
34
- },
35
- "files": [
36
- "dist",
37
- "README.md"
38
- ],
39
- "sideEffects": [
40
- "**/*.css"
41
- ],
42
- "scripts": {
43
- "build": "tsup",
44
- "dev": "tsup --watch",
45
- "type-check": "tsc --noEmit",
46
- "prepare": "npm run build",
47
- "storybook": "storybook dev -p 6006",
48
- "build-storybook": "storybook build"
49
- },
50
- "peerDependencies": {
51
- "react": ">=18.0.0",
52
- "react-dom": ">=18.0.0"
53
- },
54
- "devDependencies": {
55
- "@chromatic-com/storybook": "^5.2.1",
56
- "@storybook/addon-a11y": "^10.4.0",
57
- "@storybook/addon-docs": "^10.4.0",
58
- "@storybook/addon-mcp": "^0.6.0",
59
- "@storybook/addon-vitest": "^10.4.0",
60
- "@storybook/react-vite": "^10.4.0",
61
- "@tailwindcss/cli": "^4.3.0",
62
- "@tailwindcss/vite": "^4.3.0",
63
- "@types/react": "^19.0.0",
64
- "@types/react-dom": "^19.0.0",
65
- "@vitest/browser-playwright": "^4.1.6",
66
- "@vitest/coverage-v8": "^4.1.6",
67
- "autoprefixer": "^10.5.0",
68
- "eslint-plugin-storybook": "^10.4.0",
69
- "playwright": "^1.60.0",
70
- "storybook": "^10.4.0",
71
- "tailwindcss": "^4.3.0",
72
- "tsup": "^8.0.0",
73
- "typescript": "^5.0.0",
74
- "vitest": "^4.1.6"
75
- },
76
- "publishConfig": {
77
- "access": "public"
78
- }
79
- }
1
+ {
2
+ "name": "@trafica/editor",
3
+ "version": "1.0.44",
4
+ "description": "Production-grade rich text editor for React",
5
+ "keywords": [
6
+ "rich-text-editor",
7
+ "react",
8
+ "typescript",
9
+ "wysiwyg",
10
+ "editor"
11
+ ],
12
+ "author": "ronak.golakiya@cloudusinfotech.com",
13
+ "license": "MIT",
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "https://github.com/varsilsuvagiya-dotcom/Trafica-Rich-Editor"
17
+ },
18
+ "homepage": "https://github.com/varsilsuvagiya-dotcom/Trafica-Rich-Editor#readme",
19
+ "bugs": {
20
+ "url": "https://github.com/varsilsuvagiya-dotcom/Trafica-Rich-Editor/issues"
21
+ },
22
+ "main": "./dist/index.js",
23
+ "module": "./dist/index.mjs",
24
+ "types": "./dist/index.d.ts",
25
+ "exports": {
26
+ ".": {
27
+ "types": "./dist/index.d.ts",
28
+ "import": "./dist/index.mjs",
29
+ "require": "./dist/index.js"
30
+ },
31
+ "./styles": "./dist/styles/editor.css",
32
+ "./themes/light": "./dist/styles/themes/light.css",
33
+ "./themes/dark": "./dist/styles/themes/dark.css"
34
+ },
35
+ "files": [
36
+ "dist",
37
+ "README.md"
38
+ ],
39
+ "sideEffects": [
40
+ "**/*.css"
41
+ ],
42
+ "scripts": {
43
+ "build": "tsup",
44
+ "dev": "tsup --watch",
45
+ "type-check": "tsc --noEmit",
46
+ "prepare": "npm run build",
47
+ "storybook": "storybook dev -p 6006",
48
+ "build-storybook": "storybook build"
49
+ },
50
+ "peerDependencies": {
51
+ "react": ">=18.0.0",
52
+ "react-dom": ">=18.0.0"
53
+ },
54
+ "devDependencies": {
55
+ "@chromatic-com/storybook": "^5.2.1",
56
+ "@storybook/addon-a11y": "^10.4.0",
57
+ "@storybook/addon-docs": "^10.4.0",
58
+ "@storybook/addon-mcp": "^0.6.0",
59
+ "@storybook/addon-vitest": "^10.4.0",
60
+ "@storybook/react-vite": "^10.4.0",
61
+ "@tailwindcss/cli": "^4.3.0",
62
+ "@tailwindcss/vite": "^4.3.0",
63
+ "@types/react": "^19.0.0",
64
+ "@types/react-dom": "^19.0.0",
65
+ "@vitest/browser-playwright": "^4.1.6",
66
+ "@vitest/coverage-v8": "^4.1.6",
67
+ "autoprefixer": "^10.5.0",
68
+ "eslint-plugin-storybook": "^10.4.0",
69
+ "playwright": "^1.60.0",
70
+ "storybook": "^10.4.0",
71
+ "tailwindcss": "^4.3.0",
72
+ "tsup": "^8.0.0",
73
+ "typescript": "^5.0.0",
74
+ "vitest": "^4.1.6"
75
+ },
76
+ "publishConfig": {
77
+ "access": "public"
78
+ }
79
+ }