-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
179 lines (179 loc) · 4.88 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
{
"name": "rekit-studio",
"version": "3.0.5",
"description": "Rekit Studio Web IDE.",
"keywords": [
"rekit",
"react",
"redux",
"react-router"
],
"main": "./lib/index.js",
"bin": {
"rekit-studio": "./bin/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rekit/rekit-studio.git"
},
"nyc": {
"include": [
"index.js",
"src/**/*.js",
"tools/lib/*.js"
],
"exclude": [
"tools/**/templates",
".tmp"
],
"reporter": [
"lcov",
"text-summary"
],
"cache": false,
"sourceMap": false,
"instrument": true
},
"license": "MIT",
"scripts": {
"start": "node ./scripts/start.js -d ../../rekit/p1 -p 6078",
"build:dev-dll": "node ./scripts/buildDevDll.js",
"build:dll": "node ./scripts/buildProdDll.js",
"build": "node ./scripts/build.js",
"publish:sdk": "node ./scripts/publishSdk.js --npm-publish",
"serveBuild": "node ./bin/index.js -d ../app1 -p 6079"
},
"files": [
"bin",
"build",
"lib",
"scripts",
"src"
],
"dependencies": {
"@babel/traverse": "^7.4.3",
"@sourcegraph/vscode-ws-jsonrpc": "0.0.3-fork",
"argparse": "^1.0.10",
"body-parser": "^1.18.2",
"chalk": "2.4.2",
"compression": "^1.7.3",
"cross-env": "^5.2.0",
"express": "^4.0.1",
"express-history-api-fallback": "^2.2.1",
"express-ws": "^4.0.0",
"fs-extra": "7.0.1",
"import-from": "^2.1.0",
"javascript-typescript-langserver": "^2.11.3",
"lodash": "^4.17.15",
"node-pty": "^0.9.0",
"prettier": "^1.16.4",
"qs": "^6.7.0",
"rekit-core": "3.0.1",
"reselect": "^4.0.0",
"shelljs": "^0.8.2",
"simple-git": "^1.110.0",
"socket.io": "^2.2.0",
"terminate": "^2.1.2",
"typescript": "^3.5.2",
"vscode-jsonrpc": "^4.0.0",
"ws": "^6.2.1"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@svgr/webpack": "4.1.0",
"add-asset-html-webpack-plugin": "^3.1.3",
"ansi-to-html": "^0.6.14",
"antd": "^3.16.1",
"autoprefixer": "^9.5.0",
"axios": "^0.18.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^9.0.0",
"babel-jest": "^24.7.0",
"babel-loader": "8.0.5",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-named-asset-import": "^0.3.6",
"babel-preset-react-app": "^7.0.2",
"bfj": "^6.1.1",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"connected-react-router": "^6.3.2",
"copy-webpack-plugin": "^5.0.2",
"css-loader": "^2.1.1",
"d3": "^5.6.0",
"d3-tip": "^0.9.1",
"dotenv": "^7.0.0",
"dotenv-expand": "^5.1.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^5.16.0",
"eslint-config-react-app": "^3.0.8",
"eslint-loader": "^2.1.2",
"eslint-plugin-flowtype": "^2.50.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "7.12.4",
"eslint-plugin-react-hooks": "^1.6.0",
"file-loader": "^3.0.1",
"fuzzysort": "^1.1.4",
"history": "^4.9.0",
"html-webpack-plugin": "4.0.0-alpha.2",
"identity-obj-proxy": "^3.0.0",
"immutability-helper": "^3.0.1",
"jest": "^24.7.0",
"jest-pnp-resolver": "^1.2.1",
"jest-resolve": "^24.7.0",
"jest-watch-typeahead": "^0.3.0",
"js-plugin": "^1.0.3",
"less": "^3.0.1",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.5.0",
"monaco-editor": "^0.20.0",
"monaco-editor-webpack-plugin": "^1.9.0",
"monaco-languageclient": "^0.13.0",
"nock": "^10.0.6",
"normalize-url": "^4.3.0",
"object-assign": "4.1.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"pnp-webpack-plugin": "^1.4.1",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.6.0",
"postcss-safe-parser": "^4.0.2",
"promise": "^8.0.3",
"raf": "^3.4.1",
"react": "^16.13.0",
"react-beautiful-dnd": "^11.0.1",
"react-dev-utils": "^8.0.0",
"react-dom": "^16.13.0",
"react-hot-loader": "^4.0.0",
"react-redux": "^7.1.1",
"react-router-dom": "^5.0.0",
"reconnecting-websocket": "^4.1.10",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.5.4",
"redux-thunk": "^2.2.0",
"rspv2": "^2.0.4",
"semver-diff": "^2.1.0",
"style-loader": "^0.23.1",
"svg-sprite-loader": "^4.1.3",
"terser-webpack-plugin": "^1.2.3",
"tinygradient": "^1.0.0",
"url-loader": "1.1.2",
"vscode-ws-jsonrpc": "0.0.3",
"webpack": "^4.29.6",
"webpack-dev-server": "^3.2.1",
"webpack-manifest-plugin": "2.0.4",
"whatwg-fetch": "^3.0.0",
"workbox-webpack-plugin": "^4.1.1",
"worker-loader": "^2.0.0",
"xterm": "^3.10.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}