forked from TheRandomCrew/textedit-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 963 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 963 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
{
"name": "textedit-app",
"version": "0.1.1",
"private": true,
"author": "ethanryan <https://github.com/ethanryan>",
"dependencies": {
"ajv": "^6.5.2",
"dotenv": "^6.0.0",
"npm": "^6.2.0",
"quill": "^1.3.6",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "^1.1.4",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"y-array": "^10.1.4",
"y-map": "^10.1.3",
"y-memory": "^8.0.9",
"y-richtext": "^9.0.8",
"y-text": "^9.5.1",
"y-webrtc": "^8.0.7",
"y-websockets-client": "^8.0.16",
"yjs": "^12.3.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"contributors": [
{
"name": "Israel Laguan, <https://github.com/Israel-Laguan>",
"email": "israellaguan@gmail.com",
"url": "https://israel-laguan.github.io/"
}
]
}