mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.2.7 to 3.3.1. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.2.7...v3.3.1) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "@k8slens/webpack",
|
|
"private": false,
|
|
"version": "6.5.0-alpha.1",
|
|
"description": "Webpack configurations and scripts for Lens packages.",
|
|
"type": "commonjs",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lensapp/lens.git"
|
|
},
|
|
"main": "index.js",
|
|
"author": {
|
|
"name": "OpenLens Authors",
|
|
"email": "info@k8slens.dev"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/lensapp/lens",
|
|
"scripts": {
|
|
"test:unit": "jest --coverage --runInBand"
|
|
},
|
|
"dependencies": {
|
|
"@types/webpack-env": "^1.18.0",
|
|
"css-loader": "^6.7.2",
|
|
"fork-ts-checker-webpack-plugin": "^7.3.0",
|
|
"mini-css-extract-plugin": "^2.7.3",
|
|
"sass": "^1.58.2",
|
|
"sass-loader": "^13.2.0",
|
|
"style-loader": "^3.3.1",
|
|
"tailwindcss": "^3.3.1",
|
|
"ts-loader": "^9.4.1",
|
|
"webpack": "^5.77.0",
|
|
"webpack-cli": "^4.10.0",
|
|
"webpack-node-externals": "^3.0.0"
|
|
}
|
|
}
|