-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
73 lines (73 loc) · 2.04 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
68
69
70
71
72
73
{
"name": "easy-web-ide",
"version": "1.0.0",
"description": "VSCode Web IDE",
"scripts": {
"clean": "easy clean",
"build": "easy build",
"debug": "egg-bin debug",
"dev": "egg-bin dev",
"start": "egg-scripts start",
"lint": "eslint .",
"fix": "eslint --fix .",
"ii": "npm install --registry https://registry.npm.taobao.org",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"dependencies": {
"antd": "^3.0.3",
"egg": "^2.1.0",
"egg-cors": "^2.0.0",
"egg-logger": "^1.5.0",
"egg-scripts": "^2.8.1",
"egg-socket.io": "^4.1.6",
"egg-validate": "^1.0.0",
"egg-view-react-ssr": "^2.2.6",
"extend": "~3.0.0",
"history": "^4.7.2",
"lodash": "^4.17.4",
"mockjs": "^1.0.1-beta3",
"moment": "^2.17.1",
"node-tool-utils": "^1.2.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-config": "^1.0.0-beta.4",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"react-sortable-tree": "^2.6.2",
"react-sortable-tree-theme-file-explorer": "^2.0.0",
"react-treebeard": "^3.2.4",
"redux": "^3.7.2",
"socket.io-client": "^2.2.0"
},
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"conventional-changelog-cli": "^1.3.5",
"easywebpack-cli": "^4.0.0",
"easywebpack-react": "^4.3.0",
"egg-bin": "^4.5.0",
"egg-webpack": "^4.4.1",
"egg-webpack-react": "^2.0.2",
"eslint-config-egg": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"ip": "^1.1.5",
"monaco-editor": "^0.19.0",
"monaco-editor-webpack-plugin": "^1.7.0",
"typescript": "^3.5.3"
},
"engines": {
"node": ">=8.0.0"
},
"ci": {
"version": "8, 10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/easy-team/easy-web-ide.git"
},
"author": "[email protected]",
"license": "MIT",
"homepage": "https://github.com/easy-team/easy-web-ide"
}