-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 805 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 805 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
{
"name": "@otjs-examples/collaborative-editors",
"version": "0.0.0",
"private": true,
"description": "Example usage of @otjs library as Real-time collaborative editor.",
"main": "index.html",
"scripts": {
"start": "firebase emulators:exec \"pnpm run start:app\"",
"start:app": "webpack serve --hot --progress"
},
"author": "Progyan Bhattacharya <bprogyan@gmail.com>",
"license": "MIT",
"dependencies": {
"@otjs/firebase-ace": "workspace:*",
"@otjs/firebase-monaco": "workspace:*",
"firebase": "12.1.0",
"monaco-editor": "0.52.2"
},
"devDependencies": {
"@types/ace": "0.0.52",
"css-loader": "7.1.2",
"monaco-editor-webpack-plugin": "7.1.1",
"source-map-loader": "5.0.0",
"style-loader": "4.0.0",
"webpack-dev-server": "5.2.2"
}
}