mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-03 20:39:32 -05:00
Some checks failed
CI / Go tests (push) Has been cancelled
CI / More Go tests (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 / Build Prometheus for common architectures (push) Has been cancelled
CI / Build Prometheus for all architectures (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 / 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
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
27 lines
715 B
JSON
27 lines
715 B
JSON
{
|
|
"name": "prometheus-io",
|
|
"description": "Monorepo for the Prometheus UI",
|
|
"version": "0.309.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.46.3",
|
|
"@typescript-eslint/parser": "^8.46.3",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"prettier": "^3.6.2",
|
|
"ts-jest": "^29.4.5",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^6.4.1"
|
|
}
|
|
}
|