-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
95 lines (94 loc) · 3.1 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
{
"name": "ibm-storage-odf-plugin",
"version": "1.6.0",
"description": "IBM Storage Plugin Openshift ODF",
"author": "IBM Support <[email protected]>",
"private": true,
"repository": "[email protected]:IBM/ibm-storage-odf-console.git",
"scripts": {
"clean": "rm -rf ./dist",
"build": "yarn clean && NODE_ENV=production yarn ts-node ./node_modules/.bin/webpack && yarn locales",
"build-dev": "yarn clean && yarn ts-node ./node_modules/.bin/webpack",
"eslint": "eslint --ext .js,.jsx,.ts,.tsx,.json,.gql,.graphql --color",
"lint": "./hack/check-copyright.sh && NODE_OPTIONS=--max-old-space-size=4096 yarn eslint .",
"http-server": "./http-server.sh ./dist",
"locales": "yarn i18n && cp -r locales dist/",
"i18n": "i18next \"src/**/*.{js,ts,tsx}\" [-oc] -c i18next-parser.config.js",
"ts-node": "ts-node -O '{\"module\":\"commonjs\"}' -I '/node_modules/(?!(@openshift-console)/)/'"
},
"dependencies": {
"@patternfly/patternfly": "4.125.3",
"@patternfly/react-charts": "^7.3.0",
"@patternfly/react-core": "4.147.0",
"@patternfly/react-table": "4.104.7",
"classnames": "^2.3.1",
"i18next": "^19.8.3",
"lodash-es": "^4.17.21",
"murmurhash-js": "1.0.x",
"pluralize": "^8.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-i18next": "^11.8.11",
"react-router": "5.3.4",
"react-router-dom": "5.3.4",
"react-router-dom-v5-compat": "6.11.2"
},
"devDependencies": {
"@openshift-console/dynamic-plugin-sdk": "0.0.21",
"@openshift-console/dynamic-plugin-sdk-internal": "0.0.12",
"@openshift-console/dynamic-plugin-sdk-webpack": "0.0.10",
"@openshift-console/plugin-shared": "^0.0.1",
"@types/lodash-es": "^4.17.4",
"@types/node": "^16.7.13",
"@types/react": "16.8.13",
"@types/react-helmet": "^6.1.1",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"@types/webpack-dev-server": "^3.11.5",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"cache-loader": "1.x",
"comment-json": "4.x",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "0.28.x",
"eslint": "^7.31.0",
"eslint-plugin-react": "^7.24.0",
"file-loader": "1.x",
"http-server": "0.12.x",
"husky": "^4.2.5",
"i18next-parser": "^3.3.0",
"i18next-pseudo": "^2.2.0",
"read-pkg": "5.x",
"resolve-url-loader": "2.x",
"sass": "^1.55.0",
"sass-loader": "^13.0.2",
"style-loader": "^0.23.1",
"thread-loader": "1.x",
"ts-loader": "6.2.2",
"ts-node": "5.0.1",
"typescript": "4.3.5",
"webpack": "5.74.0",
"webpack-cli": "4.5.x"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint"
}
},
"consolePlugin": {
"name": "ibm-storage-odf-plugin",
"version": "1.6.0",
"displayName": "IBM Storage Plugin",
"description": "IBM Storage Plugin for Openshift ODF",
"dependencies": {
"@console/pluginAPI": "*"
},
"exposedModules": {
"IBMStorageODFDetailPage": "./src/flashsystem-dashboard"
}
},
"resolutions": {
"d3-color": "3.1.0"
}
}