mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-15 09:36:38 +02:00
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 9.1.0 to 10.0.2. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v9.1.0...v10.0.2) --- updated-dependencies: - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
28 lines
715 B
JSON
28 lines
715 B
JSON
{
|
|
"name": "prometheus-io",
|
|
"description": "Monorepo for the Prometheus UI",
|
|
"version": "0.302.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "bash build_ui.sh --all",
|
|
"build:module": "bash build_ui.sh --build-module",
|
|
"start": "npm run start -w mantine-ui",
|
|
"test": "npm run test --workspaces",
|
|
"lint": "npm run lint --workspaces"
|
|
},
|
|
"workspaces": [
|
|
"mantine-ui",
|
|
"module/*"
|
|
],
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.14",
|
|
"@typescript-eslint/eslint-plugin": "^8.20.0",
|
|
"@typescript-eslint/parser": "^8.25.0",
|
|
"eslint-config-prettier": "^10.1.1",
|
|
"prettier": "^3.4.2",
|
|
"ts-jest": "^29.2.2",
|
|
"typescript": "^5.7.2",
|
|
"vite": "^6.2.1"
|
|
}
|
|
}
|