-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.87 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
{
"name": "WebAppEditor",
"version": "1.0.0",
"description": "Create React/Vue apps with Planet 9",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"@babel/preset-typescript": "^7.10.1",
"@babel/plugin-proposal-decorators": "7.10.3",
"@material-ui/core": "^4.9.4",
"@material-ui/icons": "^4.9.1",
"buffer": "5.6.0",
"babel-loader": "^8.0.6",
"style-loader": "^1.0.1",
"css-loader": "^3.4.2",
"monaco-editor": "^0.20.0",
"monaco-textmate": "^3.0.1",
"isomorphic-git": "1.3.1",
"@isomorphic-git/lightning-fs": "^4.2.2",
"underscore": "^1.10.2",
"diff": "^4.0.2",
"path": "^0.12.7",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-draggable": "^4.2.0",
"react-split-pane": "^0.1.89",
"babel-polyfill": "^6.26.0",
"react-redux": "^7.2.0",
"redux-thunk": "^2.3.0",
"redux-logger": "3.0.6",
"webix": "^7.1.4",
"immer": "^5.3.6",
"xterm": "^4.4.0",
"xterm-addon-fit": "^0.3.0",
"shell-quote": "^1.6.1",
"jszip": "^3.2.2",
"file-saver": "^2.0.2",
"file-loader": "^6.0.0",
"mime-types": "^2.1.26",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"yargs-parser": "^18.1.3",
"onigasm": "^2.2.4",
"moment": "^2.27.0",
"uuid": "^3.4.0",
"redux": "^4.0.5",
"object-hash": "^2.0.3",
"@types/object-hash": "^1.2.0",
"blueimp-md5": "^2.16.0"
},
"devDependencies": {
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "7.1.9",
"@types/redux-logger": "^3.0.7",
"@types/diff": "^4.0.2",
"@types/underscore": "^1.10.0",
"@types/md5": "^2.2.0"
},
"author": "[email protected]",
"license": "ISC"
}