1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/utility-features/utilities/package.json
Sebastian Malton fcef072859 chore: Fixup dependencies of @k8slens/eslint-config
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-06-01 09:11:43 -04:00

55 lines
1.3 KiB
JSON

{
"name": "@k8slens/utilities",
"description": "A collection of useful types",
"version": "1.0.0",
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"private": false,
"files": [
"dist"
],
"author": {
"name": "OpenLens Authors",
"email": "info@k8slens.dev"
},
"license": "MIT",
"homepage": "https://github.com/lensapp/lens",
"scripts": {
"clean": "rimraf dist/",
"build": "lens-webpack-build",
"test:unit": "jest --coverage --runInBand"
},
"peerDependencies": {
"@astronautlabs/jsonpath": "^1.1.0",
"crypto-js": "^4.1.1",
"lodash": "^4.17.21",
"mobx": "^6.8.0",
"moment": "^2.29.4",
"p-limit": "^3.1.0",
"path-to-regexp": "^6.2.1",
"react": "^17.0.2",
"react-router": "^5.3.4",
"readable-stream": "^3.6.2",
"semver": "^7.3.8",
"tar": "^6.1.13",
"type-fest": "^2.19.0",
"typed-regex": "^0.0.8"
},
"devDependencies": {
"@k8slens/eslint-config": "^6.5.0",
"@k8slens/webpack": "^6.5.0",
"@types/crypto-js": "^4.1.1",
"@types/lodash": "^4.14.191",
"@types/react": "^17.0.2",
"@types/react-router": "^5.1.20",
"@types/readable-stream": "^2.3.15",
"@types/semver": "^7.3.13",
"@types/tar": "^6.1.4"
}
}