-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.17 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "real-time-monaco",
"version": "1.1.15",
"description": "Real Time document editing in monaco editor with Users cursors",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/RealTimeMonaco.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"build-lib": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shauryag2002/real-time-monaco.git"
},
"keywords": [
"npm",
"monaco",
"editor",
"react",
"vscode",
"code",
"real-time",
"Yjs",
"y-monaco",
"y-websocket",
"y-protocols",
"Monaco",
"Yjs",
"CRDT",
"shared-editing",
"collaboration"
],
"author": "Shaurya Gupta",
"license": "MIT",
"bugs": {
"url": "https://github.com/shauryag2002/real-time-monaco/issues"
},
"homepage": "https://github.com/shauryag2002/real-time-monaco#readme",
"devDependencies": {
"@babel/preset-react": "^7.24.7",
"@chromatic-com/storybook": "^1.5.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@storybook/addon-essentials": "^8.1.10",
"@storybook/addon-interactions": "^8.1.10",
"@storybook/addon-links": "^8.1.10",
"@storybook/addon-onboarding": "^8.1.10",
"@storybook/addon-webpack5-compiler-swc": "^1.0.3",
"@storybook/blocks": "^8.1.10",
"@storybook/react": "^8.1.10",
"@storybook/react-webpack5": "^8.1.10",
"@storybook/test": "^8.1.10",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^2.79.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"storybook": "^8.1.10",
"typescript": "^5.4.5"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"tslib": "^2.6.3",
"y-monaco": "^0.1.5",
"y-protocols": "^1.0.6",
"y-websocket": "^2.0.3",
"yjs": "^13.6.17"
}
}