-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.49 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.49 KB
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
{
"name": "kfcoding-frontend",
"version": "0.1.0",
"private": false,
"dependencies": {
"@kfcoding/kfeditor": "^0.0.14",
"@kfcoding/slate-icon-image": "^1.2.10",
"ali-oss": "^5.2.0",
"antd": "^3.6.0",
"babel-engine-plugin": "^0.2.1",
"babel-loader": "^7.1.4",
"babel-plugin-import": "^1.7.0",
"brace": "^0.11.1",
"canner-slate-editor": "^0.4.4",
"chai": "^4.1.2",
"crypto-js": "^3.1.9-1",
"express-ws": "^3.0.0",
"hterm": "^2.0.2",
"kf-xterm": "^0.0.1",
"node-pty": "^0.7.4",
"preact": "^8.2.9",
"preact-compat": "^3.18.0",
"rc-queue-anim": "^1.6.0",
"rc-scroll-anim": "^2.2.1",
"rc-tween-one": "^1.7.2",
"react": "^16.4.0",
"react-ace": "^6.1.1",
"react-app-rewire-preact": "^1.0.1",
"react-app-rewired": "^1.5.2",
"react-contextmenu": "^2.9.2",
"react-dom": "^16.4.0",
"react-full-screen": "^0.2.2",
"react-onclickoutside": "^6.7.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"react-scripts": "1.1.4",
"react-split-pane": "^0.1.77",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"slate": "^0.34.2",
"slate-react": "^0.12.11",
"sockjs": "^0.3.19",
"sockjs-client": "^1.1.5",
"styled-components": "^3.3.3",
"xterm": "^3.4.1"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
}
}