-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.2 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.2 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
{
"name": "kfcoding-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@kfcoding/kfeditor": "^0.0.14",
"ali-oss": "^5.3.1",
"antd": "^3.10.0",
"babel-plugin-import": "^1.8.0",
"brace": "^0.11.1",
"eslint": "^4.11.0",
"md5": "^2.2.1",
"mobx": "^5.0.3",
"mobx-react": "^5.2.3",
"mobx-state-tree": "^2.2.0",
"moment": "^2.22.2",
"rc-queue-anim": "^1.6.5",
"rc-scroll-anim": "^2.5.3",
"rc-tween-one": "^2.1.4",
"react": "^16.4.1",
"react-ace": "^6.1.4",
"react-app-rewire-mobx": "^1.0.8",
"react-app-rewired": "^1.5.2",
"react-dom": "^16.4.1",
"react-full-screen": "^0.2.2",
"react-onclickoutside": "^6.7.1",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"react-split-pane": "^0.1.81",
"reqwest": "^2.0.5",
"slate": "^0.34.5",
"socket.io-client": "^2.1.1",
"styled-components": "^3.3.3",
"wangeditor": "^3.1.1",
"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"
},
"devDependencies": {
"webpack-dev-server": "^2.9.7"
}
}