mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-03 20:39:32 -05:00
73 lines
2.3 KiB
JSON
73 lines
2.3 KiB
JSON
{
|
|
"name": "@prometheus-io/mantine-ui",
|
|
"private": true,
|
|
"version": "0.307.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
|
|
"lint:fix": "eslint . --report-unused-disable-directives --max-warnings 0 --fix",
|
|
"preview": "vite preview",
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.19.0",
|
|
"@codemirror/language": "^6.11.3",
|
|
"@codemirror/lint": "^6.8.5",
|
|
"@codemirror/state": "^6.5.2",
|
|
"@codemirror/view": "^6.38.4",
|
|
"@floating-ui/dom": "^1.7.4",
|
|
"@lezer/common": "^1.2.3",
|
|
"@lezer/highlight": "^1.2.1",
|
|
"@mantine/code-highlight": "^7.17.8",
|
|
"@mantine/core": "^7.17.8",
|
|
"@mantine/dates": "^7.17.8",
|
|
"@mantine/hooks": "^7.17.8",
|
|
"@mantine/notifications": "^7.17.8",
|
|
"@microsoft/fetch-event-source": "^2.0.1",
|
|
"@nexucis/fuzzy": "^0.5.1",
|
|
"@nexucis/kvsearch": "^0.9.1",
|
|
"@prometheus-io/codemirror-promql": "0.307.1",
|
|
"@reduxjs/toolkit": "^2.9.0",
|
|
"@tabler/icons-react": "^3.35.0",
|
|
"@tanstack/react-query": "^5.90.2",
|
|
"@testing-library/jest-dom": "^6.9.0",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@types/lodash": "^4.17.20",
|
|
"@types/sanitize-html": "^2.16.0",
|
|
"@uiw/react-codemirror": "^4.25.2",
|
|
"clsx": "^2.1.1",
|
|
"dayjs": "^1.11.18",
|
|
"lodash": "^4.17.21",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-infinite-scroll-component": "^6.1.0",
|
|
"react-redux": "^9.2.0",
|
|
"react-router-dom": "^7.9.3",
|
|
"sanitize-html": "^2.17.0",
|
|
"uplot": "^1.6.32",
|
|
"uplot-react": "^1.2.4",
|
|
"use-query-params": "^2.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/compat": "^1.4.0",
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@eslint/js": "^9.36.0",
|
|
"@types/react": "^19.1.16",
|
|
"@types/react-dom": "^19.1.9",
|
|
"@typescript-eslint/eslint-plugin": "^8.45.0",
|
|
"@typescript-eslint/parser": "^8.45.0",
|
|
"@vitejs/plugin-react": "^4.7.0",
|
|
"eslint": "^9.36.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.22",
|
|
"globals": "^16.4.0",
|
|
"jsdom": "^25.0.1",
|
|
"postcss": "^8.5.6",
|
|
"postcss-preset-mantine": "^1.18.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"vite": "^6.3.6",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|