From 2b0a30cf23a3ecbec9966800153d4d5ce370fa4f Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Mon, 19 Dec 2022 15:23:18 +0200 Subject: [PATCH] define peerDependencies Signed-off-by: Jari Kolehmainen --- package.json | 65 +++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 62 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1023db2c42..ea0e7a1bd6 100644 --- a/package.json +++ b/package.json @@ -26,10 +26,11 @@ }, "files": [ "build/**/*", - "static/build/library/**/*", "src/**/*", - "webpack/*", - "types/*" + "!src/extensions/npm/**/*", + "static/build/library/**/*", + "types/*", + "tsconfig.json" ], "copyright": "© 2022 OpenLens Authors", "license": "MIT", @@ -439,5 +440,63 @@ "webpack-node-externals": "^3.0.0", "xterm": "^4.19.0", "xterm-addon-fit": "^0.5.0" + }, + "peerDependencies": { + "@async-fn/jest": "1.6.4", + "@material-ui/core": "^4.12.3", + "@material-ui/icons": "^4.11.2", + "@material-ui/lab": "^4.0.0-alpha.60", + "@sentry/types": "^6.19.7", + "@types/byline": "^4.2.33", + "@types/chart.js": "^2.9.36", + "@types/circular-dependency-plugin": "5.0.5", + "@types/cli-progress": "^3.11.0", + "@types/color": "^3.0.3", + "@types/command-line-args": "^5.2.0", + "@types/crypto-js": "^3.1.47", + "@types/dompurify": "^2.4.0", + "@types/electron-devtools-installer": "^2.2.1", + "@types/fs-extra": "^9.0.13", + "@types/glob-to-regexp": "^0.4.1", + "@types/gunzip-maybe": "^1.4.0", + "@types/hapi__call": "^9.0.0", + "@types/hapi__subtext": "^7.0.0", + "@types/html-webpack-plugin": "^3.2.6", + "@types/http-proxy": "^1.17.9", + "@types/jest": "^28.1.6", + "@types/js-yaml": "^4.0.5", + "@types/jsdom": "^16.2.14", + "@types/lodash": "^4.14.191", + "@types/marked": "^4.0.8", + "@types/md5-file": "^4.0.2", + "@types/memorystream": "^0.3.0", + "@types/mini-css-extract-plugin": "^2.4.0", + "@types/mock-fs": "^4.13.1", + "@types/node": "^16.18.9", + "@types/proper-lockfile": "^4.1.2", + "@types/randomcolor": "^0.5.7", + "@types/react": "^17.0.45", + "@types/react-beautiful-dnd": "^13.1.3", + "@types/react-dom": "^17.0.16", + "@types/react-router": "^5.1.19", + "@types/react-router-dom": "^5.3.3", + "@types/react-table": "^7.7.12", + "@types/react-virtualized-auto-sizer": "^1.0.1", + "@types/react-window": "^1.8.5", + "@types/readable-stream": "^2.3.13", + "@types/request": "^2.48.7", + "@types/request-promise-native": "^1.0.18", + "@types/semver": "^7.3.13", + "@types/sharp": "^0.31.0", + "@types/tar": "^6.1.3", + "@types/tar-stream": "^2.2.2", + "@types/tcp-port-used": "^1.0.1", + "@types/tempy": "^0.3.0", + "@types/triple-beam": "^1.3.2", + "@types/url-parse": "^1.4.8", + "@types/uuid": "^8.3.4", + "react-select": "^5.7.0", + "typed-emitter": "^1.4.0", + "xterm-addon-fit": "^0.5.0" } }