prometheus/web/ui/package.json
George Krajcsovits 40af9c2cdc
Some checks failed
CI / Go tests (push) Has been cancelled
CI / More Go tests (push) Has been cancelled
CI / Go tests for 32-bit x86 (push) Has been cancelled
CI / Go tests for Prometheus upgrades and downgrades (push) Has been cancelled
CI / Go tests with previous Go version (push) Has been cancelled
CI / UI tests (push) Has been cancelled
CI / Go tests on Windows (push) Has been cancelled
CI / Mixins tests (push) Has been cancelled
CI / Compliance testing (push) Has been cancelled
CI / Check generated parser (push) Has been cancelled
CI / golangci-lint (push) Has been cancelled
CI / fuzzing (push) Has been cancelled
CI / codeql (push) Has been cancelled
CI / Build Prometheus for common architectures (push) Has been cancelled
CI / Build Prometheus for all architectures (push) Has been cancelled
CI / Report status of build Prometheus for all architectures (push) Has been cancelled
CI / Publish main branch artifacts (push) Has been cancelled
CI / Publish release artefacts (push) Has been cancelled
CI / Publish UI on npm Registry (push) Has been cancelled
Merge pull request #19047 from prometheus/krajo/prep-release-3.13
chore: prepare release 3.13
2026-07-01 12:43:14 +02:00

28 lines
777 B
JSON

{
"name": "prometheus-io",
"description": "Monorepo for the Prometheus UI",
"version": "0.313.0",
"private": true,
"scripts": {
"build": "bash build_ui.sh --all",
"build:mantine-ui": "bash build_ui.sh --mantine-ui",
"build:module": "bash build_ui.sh --build-module",
"start": "pnpm --filter @prometheus-io/mantine-ui run start",
"test": "pnpm -r run test",
"lint": "pnpm -r run lint"
},
"workspaces": [
"mantine-ui",
"module/*"
],
"devDependencies": {
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^8.61.0",
"@typescript-eslint/parser": "^8.61.0",
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.8.4",
"ts-jest": "^29.4.11",
"typescript": "^5.9.3",
"vite": "^6.4.3"
}
}