The Prometheus monitoring system and time series database.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

27 lines
721 B

{
"name": "prometheus-io",
"description": "Monorepo for the Prometheus UI",
"version": "0.300.0-beta.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.13",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.2",
"typescript": "^5.6.2",
"vite": "^5.4.8"
}
}