-
-
Notifications
You must be signed in to change notification settings - Fork 132
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 826 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 826 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
{
"name": "react-prosemirror",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx esbuild --bundle index.jsx --serve --outdir=dist --servedir=."
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"esbuild": "^0.25.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"dependencies": {
"@handlewithcare/react-prosemirror": "^2.2.4",
"prosemirror-commands": "^1.7.0",
"prosemirror-example-setup": "^1.2.3",
"prosemirror-keymap": "^1.2.2",
"prosemirror-schema-basic": "^1.2.3",
"prosemirror-schema-list": "^1.5.0",
"y-prosemirror": "^1.2.16",
"y-websocket": "^2.1.0",
"yjs": "^13.6.23"
}
}