rayo-editor 0.0.1 → 0.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.
Files changed (3) hide show
  1. package/README.md +563 -563
  2. package/dist/styles.css +1150 -1150
  3. package/package.json +70 -70
package/package.json CHANGED
@@ -1,70 +1,70 @@
1
- {
2
- "name": "rayo-editor",
3
- "version": "0.0.1",
4
- "description": "Standalone npm module for Rayo Blog Editor",
5
- "type": "module",
6
- "main": "./dist/index.js",
7
- "module": "./dist/index.js",
8
- "types": "./dist/index.d.ts",
9
- "exports": {
10
- ".": {
11
- "types": "./dist/index.d.ts",
12
- "import": "./dist/index.mjs",
13
- "require": "./dist/index.umd.js"
14
- },
15
- "./dist/styles.css": "./dist/styles.css"
16
- },
17
- "files": [
18
- "dist"
19
- ],
20
- "scripts": {
21
- "dev": "vite",
22
- "build": "tsc && vite build && node scripts/copy-styles.js",
23
- "test": "vitest",
24
- "test:ui": "vitest --ui",
25
- "test:coverage": "vitest --coverage",
26
- "lint": "eslint src --ext .ts,.tsx",
27
- "type-check": "tsc --noEmit"
28
- },
29
- "keywords": [
30
- "rayo",
31
- "editor",
32
- "blog",
33
- "rich-text"
34
- ],
35
- "author": "Rayo Team",
36
- "license": "MIT",
37
- "dependencies": {
38
- "@tiptap/react": "^3.20.1"
39
- },
40
- "devDependencies": {
41
- "@testing-library/jest-dom": "^6.0.0",
42
- "@testing-library/react": "^14.0.0",
43
- "@types/node": "^20.0.0",
44
- "@types/react": "^18.0.0",
45
- "@types/react-dom": "^18.0.0",
46
- "@typescript-eslint/eslint-plugin": "^6.0.0",
47
- "@typescript-eslint/parser": "^6.0.0",
48
- "@vitejs/plugin-react": "^4.0.0",
49
- "@vitest/coverage-v8": "^0.34.6",
50
- "@vitest/ui": "^0.34.0",
51
- "eslint": "^8.0.0",
52
- "jsdom": "^28.1.0",
53
- "typescript": "^5.0.0",
54
- "vite": "^4.0.0",
55
- "vite-plugin-dts": "^4.5.4",
56
- "vitest": "^0.34.0"
57
- },
58
- "peerDependencies": {
59
- "react": "^18.0.0",
60
- "react-dom": "^18.0.0"
61
- },
62
- "peerDependenciesMeta": {
63
- "react": {
64
- "optional": false
65
- },
66
- "react-dom": {
67
- "optional": false
68
- }
69
- }
70
- }
1
+ {
2
+ "name": "rayo-editor",
3
+ "version": "0.0.2",
4
+ "description": "Standalone npm module for Rayo Blog Editor",
5
+ "type": "module",
6
+ "main": "./dist/index.js",
7
+ "module": "./dist/index.js",
8
+ "types": "./dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "types": "./dist/index.d.ts",
12
+ "import": "./dist/index.mjs",
13
+ "require": "./dist/index.umd.js"
14
+ },
15
+ "./dist/styles.css": "./dist/styles.css"
16
+ },
17
+ "files": [
18
+ "dist"
19
+ ],
20
+ "scripts": {
21
+ "dev": "vite",
22
+ "build": "tsc && vite build && node scripts/copy-styles.js",
23
+ "test": "vitest",
24
+ "test:ui": "vitest --ui",
25
+ "test:coverage": "vitest --coverage",
26
+ "lint": "eslint src --ext .ts,.tsx",
27
+ "type-check": "tsc --noEmit"
28
+ },
29
+ "keywords": [
30
+ "rayo",
31
+ "editor",
32
+ "blog",
33
+ "rich-text"
34
+ ],
35
+ "author": "Rayo Team",
36
+ "license": "MIT",
37
+ "dependencies": {
38
+ "@tiptap/react": "^3.20.1"
39
+ },
40
+ "devDependencies": {
41
+ "@testing-library/jest-dom": "^6.0.0",
42
+ "@testing-library/react": "^14.0.0",
43
+ "@types/node": "^20.0.0",
44
+ "@types/react": "^18.0.0",
45
+ "@types/react-dom": "^18.0.0",
46
+ "@typescript-eslint/eslint-plugin": "^6.0.0",
47
+ "@typescript-eslint/parser": "^6.0.0",
48
+ "@vitejs/plugin-react": "^4.0.0",
49
+ "@vitest/coverage-v8": "^0.34.6",
50
+ "@vitest/ui": "^0.34.0",
51
+ "eslint": "^8.0.0",
52
+ "jsdom": "^28.1.0",
53
+ "typescript": "^5.0.0",
54
+ "vite": "^4.0.0",
55
+ "vite-plugin-dts": "^4.5.4",
56
+ "vitest": "^0.34.0"
57
+ },
58
+ "peerDependencies": {
59
+ "react": "^18.0.0",
60
+ "react-dom": "^18.0.0"
61
+ },
62
+ "peerDependenciesMeta": {
63
+ "react": {
64
+ "optional": false
65
+ },
66
+ "react-dom": {
67
+ "optional": false
68
+ }
69
+ }
70
+ }