forked from zowe/explorer-jes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
131 lines (131 loc) · 4.35 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
{
"name": "explorer-jes",
"version": "1.0.16",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"babel-polyfill": "^6.16.0",
"classnames": "^2.2.6",
"immutable": "^3.8.1",
"orion-editor-component": "0.0.14",
"prop-types": "^15.5.10",
"query-string": "^6.8.2",
"react": "^16.13.1",
"react-contextmenu": "^2.6.1",
"react-dom": "^16.4.2",
"react-redux": "^5.1.1",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-tooltip": "^3.3.0",
"redux": "^4.0.4",
"redux-immutable": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"styled-components": "^5.1.1",
"url-loader": "^0.6.2",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"@types/chai": "^4.1.3",
"@types/mocha": "^7.0.1",
"@types/node": "^13.7.1",
"@types/selenium-webdriver": "^4.0.8",
"babel-eslint": "^10.1.0",
"babel-loader": "^7.0.0",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.3.13",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.14.0",
"chai": "^4.2.0",
"chai-things": "0.2.0",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^6.1.1",
"copy-webpack-plugin": "^6.0.2",
"cross-env": "^5.2.1",
"css-loader": "^1.0.1",
"dotenv": "^6.2.0",
"es6-promise": "^4.1.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-react": "^7.3.0",
"expect": "^1.20.2",
"explorer-fvt-utilities": "1.0.7",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.4.1",
"isomorphic-fetch": "^3.0.0",
"mocha": "^8.2.1",
"mocha-jenkins-reporter": "^0.4.2",
"nock": "^9.6.1",
"node-fetch": "^2.6.1",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.1",
"react-addons-test-utils": "^15.1.0",
"redux-mock-store": "^1.1.4",
"rewire": "^2.5.2 ",
"rimraf": "^3.0.2",
"selenium-webdriver": "^4.0.0-alpha.1",
"style-loader": "^0.18.2",
"terser-webpack-plugin": "^3.0.6",
"ts-node": "^8.6.2",
"typescript": "^3.7.5",
"webpack": "^4.44.2",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"dev": "webpack-dev-server --content-base WebContent --inline --hot",
"start": "npm run build && cross-env NODE_ENV='development' OUTPUT_FOLDER='web' webpack --progress --colors --watch ",
"lint": "eslint ./WebContent/js/ ./tests/UnitTests",
"test": "cross-env JUNIT_REPORT_PATH=target/report.xml nyc mocha --require babel-core/register tests/UnitTests --recursive --colors --reporter mocha-jenkins-reporter",
"testWatch": "cross-env JUNIT_REPORT_PATH=target/report-fvt.xml mocha --watch --require babel-core/register tests/UnitTests --recursive",
"test:fvt": "cross-env JUNIT_REPORT_PATH=target/report-fvt.xml mocha --timeout 999999 --require ts-node/register tests/FVTTests/**/*.ts --recursive --colors --reporter mocha-jenkins-reporter",
"prod": "cross-env NODE_ENV='production' webpack -p",
"build": "cross-env NODE_ENV='development' OUTPUT_FOLDER='web' webpack --progress --colors",
"prod:analyze": "cross-env ANALYZE=true npm run prod",
"preCommit": "npm-run-all --aggregate-output --parallel --print-label lint test prod"
},
"nyc": {
"reporter": [
"lcov",
"cobertura",
"text"
],
"report-dir": "./coverage",
"require": [
"babel-core/register"
],
"all": true,
"include": [
"WebContent/js/actions/**",
"WebContent/js/reducers/**"
],
"exclude": [
"tests",
"WebContent/js/themes",
"WebContent/js/resources/languages"
]
},
"repository": "zowe/explorer-jes",
"publishConfig": {
"registry": "https://zowe.jfrog.io/zowe/api/npm/npm-local-release/"
},
"description": "JES Explorer",
"author": "IBM",
"license": "EPL-2.0",
"config": {
"pluginId": "org.zowe.explorer-jes",
"pluginName": "JES Explorer",
"baseuri": "/ui/v1/explorer-jes"
},
"proxy": {
"target": "https://tvt5003.svl.ibm.com:7554"
}
}