-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 830 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 830 Bytes
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-react",
"private": "true",
"keywords": [
"react",
"lexical",
"editor",
"rich-text"
],
"license": "MIT",
"version": "0.0.1",
"type": "module",
"scripts": {},
"peerDependencies": {
"react": ">=18.3.1",
"react-dom": ">=18.3.1"
},
"dependencies": {
"@floating-ui/dom": "^1.6.13",
"@lexical/react": "^0.27.0",
"@lexical/utils": "^0.27.0",
"lexical": "^0.27.0"
},
"devDependencies": {
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"shared": "link:../shared"
},
"repository": {
"type": "git",
"url": "https://github.com/BiblioNexus-Foundation/scripture-editors",
"directory": "packages/shared-react"
},
"volta": {
"extends": "../../package.json"
}
}