-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 899 Bytes
/
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
{
"name": "shared",
"private": "true",
"keywords": [
"lexical",
"editor",
"rich-text"
],
"license": "MIT",
"version": "0.13.1",
"type": "module",
"scripts": {},
"peerDependencies": {
"proskomma-core": ">=0.10.4"
},
"dependencies": {
"@biblionexus-foundation/scripture-utilities": "workspace:*",
"@lexical/mark": "^0.21.0",
"@lexical/utils": "^0.21.0",
"epitelete": "^0.2.20",
"lexical": "^0.21.0",
"open-patcher": "1.0.0-beta.1"
},
"devDependencies": {
"@types/deep-equal": "^1.0.4",
"deep-equal": "^2.2.3",
"json-difference": "^1.16.1",
"proskomma-core": "^0.10.10",
"proskomma-json-tools": "^0.8.21"
},
"repository": {
"type": "git",
"url": "https://github.com/BiblioNexus-Foundation/scripture-editors",
"directory": "packages/shared"
},
"volta": {
"extends": "../../package.json"
}
}