forked from withlin/compass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
150 lines (150 loc) · 4.85 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
{
"name": "compass",
"version": "0.1.0",
"scripts": {
"dev": "set NODE_ENV=development&&webpack-dev-server --open",
"build": "set NODE_ENV=production&&webpack",
"dev-old": "webpack-cli --watch --cache --progress --output-path ../static/build/client/",
"build-old": "webpack -p --progress --output-path ../static/build/client/",
"analyz": "set NODE_ENV=production&&npm run build --report",
"test": "jest --config './test/jest.config.js'",
"add-locale": "lingui add-locale",
"lingui-extract": "lingui extract --clean",
"lingui-compile": "lingui compile"
},
"dependencies": {
"@ant-design/icons": "^4.1.0",
"@antv/g6": "^3.6.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@sentry/browser": "^5.21.1",
"@types/react-treeview": "^0.4.2",
"@types/store": "^2.0.2",
"axios": "^0.19.0",
"chalk": "^4.1.0",
"compression": "^1.7.4",
"cookie-session": "^1.3.3",
"cors": "^2.8.5",
"crypto-js": "^4.0.0",
"dotenv": "^8.2.0",
"event-source-polyfill": "^1.0.16",
"ip": "^1.1.5",
"js-yaml": "^3.13.1",
"jsonpath": "^1.0.2",
"lodash": "^4.17.20",
"mobx-observable-history": "^1.0.3",
"morgan": "^1.9.1",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-treeview": "^0.4.7",
"sockjs-client": "^1.5.0",
"store": "^2.0.12",
"strip-ansi": "^6.0.0",
"xterm-addon-serialize": "^0.3.0",
"xterm-addon-web-links": "^0.4.0"
},
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-decorators": "^7.10.1",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.1",
"@babel/preset-typescript": "^7.10.1",
"@babel/runtime": "^7.11.0",
"@lingui/cli": "3.0.0-7",
"@lingui/loader": "3.0.0-7",
"@lingui/macro": "3.0.0-7",
"@lingui/react": "3.0.0-7",
"@material-ui/core": "^4.11.0",
"@types/chart.js": "^2.9.1",
"@types/color": "^3.0.0",
"@types/compression": "^1.0.1",
"@types/cookie-session": "^2.0.37",
"@types/cors": "^2.8.7",
"@types/crypto-js": "^3.1.43",
"@types/dompurify": "^2.0.3",
"@types/dotenv": "^8.2.0",
"@types/enzyme": "^3.10.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/express": "^4.17.2",
"@types/helmet": "^0.0.47",
"@types/history": "^4.7.3",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/html-webpack-plugin": "^3.2.1",
"@types/http-proxy-middleware": "^0.19.3",
"@types/ip": "^1.1.0",
"@types/jest": "^26.0.10",
"@types/js-yaml": "^3.12.1",
"@types/jsonpath": "^0.2.0",
"@types/lingui__macro": "^2.7.3",
"@types/lodash": "^4.14.146",
"@types/marked": "^1.1.0",
"@types/material-ui": "^0.21.7",
"@types/mini-css-extract-plugin": "^0.9.1",
"@types/morgan": "^1.7.37",
"@types/node": "^14.0.27",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.4",
"@types/react-router-dom": "^5.1.2",
"@types/react-select": "^3.0.17",
"@types/react-window": "^1.8.1",
"@types/sockjs-client": "^1.1.1",
"@types/terser-webpack-plugin": "^4.1.0",
"@types/webpack": "^4.39.8",
"ace-builds": "^1.4.7",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.0.6",
"babel-plugin-macros": "^2.6.1",
"chart.js": "^2.9.2",
"color": "^3.1.2",
"commander": "^6.0.0",
"concurrently": "^5.3.0",
"css-element-queries": "^1.2.1",
"css-loader": "^3.2.0",
"dompurify": "^2.0.7",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.3",
"file-loader": "^6.0.0",
"flex.box": "^3.4.4",
"fs-extra": "^9.0.1",
"hoist-non-react-statics": "^3.3.0",
"html-webpack-plugin": "^4.3.0",
"identity-obj-proxy": "^3.0.0",
"include-media": "^1.4.9",
"jest": "^26.4.0",
"marked": "^1.1.1",
"mini-css-extract-plugin": "^0.10.0",
"mobx": "^5.15.5",
"mobx-react": "^6.2.5",
"moment": "^2.24.0",
"node-sass": "^4.13.0",
"nodemon": "^2.0.4",
"path-to-regexp": "^3.2.0",
"pkg": "^4.4.4",
"raw-loader": "^4.0.1",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-router-dom": "^5.1.2",
"react-select": "^3.0.8",
"react-window": "^1.8.5",
"sass-loader": "8.0.2",
"speed-measure-webpack-plugin": "^1.3.3",
"style-loader": "^1.0.0",
"ts-jest": "^26.2.0",
"ts-loader": "^8.0.2",
"ts-node": "^8.5.0",
"typescript": "^3.7.2",
"url-loader": "^4.1.0",
"webpack": "^4.44.1",
"webpack-bundle-analyzer": "^3.7.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"webpackbar": "^4.0.0",
"xterm": "^4.8",
"xterm-addon-fit": "^0.4.0",
"yargs": "^15.4.1"
}
}