-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
64 lines (64 loc) · 1.54 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
{
"name": "@convergence/code-editor-demo",
"version": "0.1.0",
"description": "A mock up of a code editor built using React, Ace, Flux, and Convergence",
"keywords": [
"realtime",
"collaboration",
"ace",
"convergence",
"react",
"flux"
],
"author": {
"name": "Convergence Labs, Inc",
"email": "[email protected]",
"url": "https://convergencelabs.com"
},
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/convergencelabs/code-editor-demo.git"
},
"bugs": {
"url": "https://github.com/convergencelabs/code-editor-demo/issues"
},
"license": "MIT",
"private": true,
"homepage": ".",
"dependencies": {
"@convergence/ace-collab-ext": "0.4.0",
"@convergence/color-assigner": "0.3.0",
"@convergence/convergence": "1.0.0-rc.11",
"ace-builds": "1.4.3",
"classnames": "2.2.6",
"flux": "3.0.0",
"font-awesome": "4.6.3",
"moment": "2.24.0",
"node-sass": "4.13.1",
"prop-types": "^15.7.2",
"rc-dialog": "7.3.0",
"rc-slider": "8.6.7",
"react": "16.8.4",
"react-dom": "16.8.4",
"react-onclickoutside": "6.8.0",
"react-scripts": "3.4.1",
"react-split-pane": "0.1.85",
"react-uikit-icons": "2.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}