-
Notifications
You must be signed in to change notification settings - Fork 152
/
package.json
133 lines (133 loc) · 4.65 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "coding-web-ide",
"version": "0.1.5",
"description": "Coding WebIDE",
"main": "dist/workstation",
"private": true,
"repository": "https://github.com/Coding/WebIDE-Frontend.git",
"bugs": {
"url": "https://github.com/Coding/WebIDE-Frontend/issues"
},
"engines": {
"node": ">=6.0.0",
"npm": ">=3.0.0"
},
"scripts": {
"start-platform": "RUN_MODE=platform webpack-dev-server --port=8060 --progress --colors",
"start": "webpack-dev-server --progress --colors",
"clean": "rm -rf build",
"build": "npm run clean && node_modules/.bin/webpack && npm run after-build",
"after-build": "node cdn.js",
"lint-stats": "eslint --format node_modules/eslint-stats/byError.js app",
"lint": "eslint app",
"lintf": "eslint app --fix",
"test": "./node_modules/.bin/jest --config app/js.config.json --coverage",
"testw": "./node_modules/.bin/jest --config app/js.config.json --watch",
"i18n": "node .i18nGenerator.js",
"packageList": "node packageListServer.js",
"pm2": "pm2 start task.yaml",
"clean-dist": "rm -rf dist",
"build-lib": "npm run clean-dist && PACKAGE_DEV=false RUN_MODE=lib BACKEND_URL=http://ide-backend.xiayule.net WS_URL=http://ide-ws.xiayule.net STATIC_SERVING_URL=http://{space-key}-static-{access-token}.xiayule.net PACKAGE_SERVER=http://ide.xiayule.net node_modules/.bin/webpack",
"start-lib": "npm run clean-dist && PACKAGE_DEV=false RUN_MODE=lib NODE_ENV=dev BACKEND_URL=http://ide-backend.xiayule.net WS_URL=http://ide-ws.xiayule.net STATIC_SERVING_URL=http://{space-key}-static-{access-token}.xiayule.net PACKAGE_SERVER=http://ide.xiayule.net webpack-dev-server --progress --colors"
},
"keywords": [
"coding",
"webide"
],
"author": "hackape <[email protected]>",
"license": "BSD-3-Clause",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-eslint": "^7.2.1",
"babel-jest": "^19.0.0",
"babel-loader": "^6.3.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.1.8",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^3.1.4",
"css-loader": "^0.26.1",
"dotenv": "^4.0.0",
"enzyme": "^2.8.0",
"enzyme-to-json": "^1.5.0",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"eslint-stats": "^1.0.0",
"extract-text-webpack-plugin": "2.1.2",
"file-loader": "^1.1.5",
"git-revision-webpack-plugin": "^2.4.1",
"html-webpack-plugin": "^2.28.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^19.0.2",
"nock": "^9.0.13",
"qiniu": "^6.1.13",
"raw-loader": "^0.5.1",
"react-hot-loader": "next",
"react-test-renderer": "^15.5.4",
"redux-mock-store": "^1.2.3",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.5.0",
"svg-inline-loader": "^0.8.0",
"uglify-loader": "^2.0.0",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1",
"webpack-merge": "^3.0.0",
"yamljs": "^0.3.0"
},
"dependencies": {
"animated-scrollto": "^1.1.0",
"axios": "^0.15.3",
"bootstrap-styl": "^5.0.7",
"classnames": "^2.2.5",
"clipboard": "^1.6.1",
"codemirror": "^5.32.0",
"diff": "^3.2.0",
"diff_match_patch": "^0.1.1",
"eventemitter3": "^2.0.2",
"file-icons-js": "websemantics/file-icons-js",
"filesize": "^3.5.6",
"fixed-data-table-2": "^0.7.17",
"font-awesome": "^4.7.0",
"highlight.js": "^9.12.0",
"immutability-helper": "^2.0.0",
"immutable": "^3.8.1",
"loader-utils": "^1.0.2",
"localforage": "^1.5.0",
"lodash": "^4.14.2",
"marked": "^0.3.6",
"minimatch": "^3.0.4",
"mobx": "^3.1.8",
"mobx-react": "^4.1.5",
"moment": "^2.18.1",
"mousetrap": "^1.6.1",
"octicons": "4.4.0",
"prop-types": "^15.5.10",
"qs": "^6.4.0",
"react": "^15.3.0",
"react-addons-css-transition-group": "^15.6.0",
"react-dom": "^15.3.1",
"react-notification": "^6.1.1",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-actions": "^0.13.0",
"redux-thunk": "^2.1.0",
"remarkable": "^1.7.1",
"reselect": "^2.5.4",
"sh.js": "git+https://github.com/vangie/sh.js#v1.2.28",
"socket.io-client": "^1.7.3",
"socket.io-client-legacy": "git+https://github.com/Coding/socket.io-client#0.9.18",
"sockjs-client": "^1.1.1",
"stompjs": "^2.3.3",
"styled-components": "^2.1.2",
"xterm": "^3.0.1"
}
}