-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.44 KB
/
package.json
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "loro-prosemirror",
"version": "0.2.0",
"description": "Prosemirror Binding for Loro",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup -c",
"test": "vitest run",
"lint": "tsc --noEmit",
"coverage": "vitest run --coverage"
},
"homepage": "https://github.com/loro-dev/loro-prosemirror#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/loro-dev/loro-prosemirror.git"
},
"bugs": {
"url": "https://github.com/loro-dev/loro-prosemirror/issues"
},
"keywords": [
"rich-text",
"prosemirror",
"loro",
"local-first",
"crdt"
],
"author": "Loro Team",
"license": "MIT",
"dependencies": {
"lib0": "^0.2.42"
},
"peerDependencies": {
"loro-crdt": "^1.0.7",
"prosemirror-model": "^1.18.1",
"prosemirror-state": "^1.4.1",
"prosemirror-view": "^1.28.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"@typescript-eslint/parser": "^7.4.0",
"@vitest/coverage-v8": "^1.4.0",
"chromatic": "^11.5.3",
"eslint": "^8.57.0",
"lib0": "^0.2.93",
"prettier": "^3.2.5",
"prosemirror-model": "^1.18.1",
"prosemirror-state": "^1.4.1",
"prosemirror-view": "^1.26.2",
"rollup": "^3.29.4",
"rollup-plugin-dts": "^5.3.1",
"rollup-plugin-esbuild": "^5.0.0",
"typescript": "^5.4.3",
"vite": "^5.2.7",
"vitest": "^1.4.0"
}
}