mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 15:44:05 -08:00
096acdce7e
Thanks to input by @nexucis :) Signed-off-by: Julius Volz <julius.volz@gmail.com>
26 lines
640 B
JSON
26 lines
640 B
JSON
{
|
|
"name": "prometheus-io",
|
|
"description": "Monorepo for the Prometheus UI",
|
|
"version": "0.49.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "bash build_ui.sh --all",
|
|
"build:module": "bash build_ui.sh --build-module",
|
|
"start": "npm run start -w app",
|
|
"test": "npm run test --workspaces",
|
|
"lint": "npm run lint --workspaces"
|
|
},
|
|
"workspaces": [
|
|
"mantine-ui",
|
|
"module/*"
|
|
],
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.12",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"ts-jest": "^29.1.2",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.1.0"
|
|
}
|
|
}
|