-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (38 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (38 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@samemichaeltadele/tiptap-compare",
"version": "0.0.3",
"description": "Tip Tap change compare plugin ",
"keywords": ["tiptap", "compare", "diff", "highlight", "highlighting", "diffing", "diff-highlighting", "diff-highlighting-tiptap", "tiptap-compare", "tiptap-diff", "tiptap-highlight", "tiptap-highlighting", "tiptap-diff-highlighting", "tiptap-diff-highlighting-tiptap", "Tip Tap Compare"],
"repository": {
"type": "git",
"url": "https://github.com/SameC137/tiptap-compare.git"
},
"author": "SameC137 <samemichael1415@gmail.com>",
"license": "MIT",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rm -r -Force dist",
"build": "rollup -c",
"dev": " rollup -c -w"
},
"devDependencies": {
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@tiptap/core": "^2.0.0-beta.220",
"@tiptap/pm": "^2.0.0-beta.220",
"rollup": "^3.30.0",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-typescript2": "^0.34.1",
"typescript": "^4.9.5"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0-beta.220",
"@tiptap/pm": "^2.0.0-beta.220"
},
"dependencies": {
"diff": "^8.0.3"
}
}