forked from eclipse-che/che-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
157 lines (157 loc) · 5.12 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
{
"name": "che-dashboard",
"version": "7.27.0-SNAPSHOT",
"description": "Dashboard for Eclipse CHE",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/eclipse/che-dashboard.git"
},
"license": "EPL-2.0",
"bugs": {
"url": "https://github.com/eclipse/che-dashboard/issues"
},
"homepage": "https://github.com/eclipse/che-dashboard",
"engines": {
"yarn": ">=1.20.0",
"node": ">=12"
},
"scripts": {
"compile": "webpack --config webpack.config.prod.js",
"compile:source-map": "yarn run compile --devtool source-map",
"start": "webpack-dev-server --progress --color --config webpack.config.dev.js",
"format": "tsfmt -r --useTsfmt tsfmt.json",
"eslint": "tsc --noEmit && eslint '*/**/*.{js,ts,tsx}'",
"eslint:fix": "tsc --noEmit && eslint '*/**/*.{js,ts,tsx}' --fix",
"stylelint": "stylelint */**/*.css",
"stylelint:fix": "stylelint */**/*.css --fix",
"serve:prod": "webpack-dev-server --color --disable-host-check --config webpack.config.prod-dev.js",
"test": "jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch",
"licenseCheck:prepare": "license-tool/build.sh",
"licenseCheck:run": "license-tool/run.sh"
},
"dependencies": {
"@eclipse-che/workspace-client": "^0.0.1-1613117389",
"@patternfly/react-core": "~4.84.4",
"@patternfly/react-icons": "^4.3.5",
"@patternfly/react-table": "^4.5.7",
"@types/react-helmet": "^6.1.0",
"axios": "^0.21.1",
"connected-react-router": "^6.7.0",
"date-fns": "^2.16.1",
"detect-browser": "^5.2.0",
"gravatar-url": "^3.1.0",
"history": "^4.10.1",
"inversify": "^5.0.1",
"inversify-inject-decorators": "^3.1.0",
"inversify-react": "^0.4.3",
"jquery": "^3.4.1",
"js-yaml": "^3.13.1",
"lodash": "^4.17.20",
"monaco-editor-core": "^0.20.0",
"monaco-languageclient": "^0.13.0",
"monaco-languages": "^1.10.0",
"null-loader": "^4.0.1",
"qs": "^6.9.4",
"react": "^16.12.0",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"react-pluralize": "^1.6.3",
"react-redux": "^7.1.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"reactstrap": "^8.4.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"reflect-metadata": "^0.1.13",
"reselect": "^4.0.0",
"sanitize-html": "2.3.2",
"sockjs-client": "^1.4.0",
"umd-compat-loader": "2.1.1",
"yaml-language-server": "^0.13.0"
},
"devDependencies": {
"@eclipse-che/api": "^7.18.1",
"@testing-library/dom": "^7.16.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^10.3.0",
"@testing-library/user-event": "^12.1",
"@types/axios": "^0.14.0",
"@types/enzyme": "^3.10.5",
"@types/history": "^4.7.6",
"@types/jest": "^25.2.3",
"@types/jquery": "^3.3.38",
"@types/js-yaml": "^3.12.4",
"@types/less": "^3.0.1",
"@types/lodash": "^4.14.50",
"@types/node": "^14.0.10",
"@types/qs": "^6.9.3",
"@types/react": "^16.9.35",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-dom": "^16.9.8",
"@types/react-gravatar": "^2.6.8",
"@types/react-loadable": "^5.5.3",
"@types/react-redux": "^7.1.9",
"@types/react-router": "^5.1.7",
"@types/react-router-dom": "^5.1.5",
"@types/react-test-renderer": "^16.9.3",
"@types/reactstrap": "^8.4.2",
"@types/redux-mock-store": "^1.0.2",
"@types/reselect": "^2.2.0",
"@types/sanitize-html": "^1.27.1",
"@types/vscode": "^1.45.1",
"@types/webpack": "^4.41.17",
"@types/webpack-dev-server": "^3.11.0",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"clean-terminal-webpack-plugin": "^3.0.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.2",
"css-loader": "^3.5.3",
"eslint": "^7.2.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-notice": "^0.9.10",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"file-loader": "^6.0.0",
"hard-source-webpack-plugin": "^0.13.1",
"html-webpack-plugin": "^4.3.0",
"husky": "^4.2.5",
"jest": "^26.0.1",
"keycloak-js": "^10.0.2",
"lint-staged": "^10.2.8",
"poststylus": "^1.0.0",
"react-test-renderer": "^17.0.1",
"redux-mock-store": "^1.5.4",
"regenerator-runtime": "^0.13.5",
"source-map-loader": "^1.0.0",
"style-loader": "^1.2.1",
"stylelint": "^13.6.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
"stylelint-webpack-plugin": "^2.1.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"ts-jest": "^26.1.0",
"ts-loader": "^7.0.5",
"typescript": "^3.9.3",
"typescript-formatter": "^7.2.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2"
},
"resolutions": {
"axios": "^0.21.1",
"prettier": "^2.2.1",
"websocket-extensions": "^0.1.4",
"node-forge": "^0.10.0",
"node-notifier": "^8.0.1",
"elliptic": "^6.5.3",
"ini": "^1.3.8"
}
}