mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
a2bf2bf4ef
Signed-off-by: Fiona Liao <fiona.liao@grafana.com>
73 lines
2.3 KiB
JSON
73 lines
2.3 KiB
JSON
{
|
|
"name": "@prometheus-io/mantine-ui",
|
|
"private": true,
|
|
"version": "0.300.0-beta.0",
|
|
"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.18.0",
|
|
"@codemirror/language": "^6.10.2",
|
|
"@codemirror/lint": "^6.8.1",
|
|
"@codemirror/state": "^6.4.1",
|
|
"@codemirror/view": "^6.33.0",
|
|
"@floating-ui/dom": "^1.6.7",
|
|
"@lezer/common": "^1.2.1",
|
|
"@lezer/highlight": "^1.2.1",
|
|
"@mantine/code-highlight": "^7.11.2",
|
|
"@mantine/core": "^7.11.2",
|
|
"@mantine/dates": "^7.11.2",
|
|
"@mantine/hooks": "^7.11.2",
|
|
"@mantine/notifications": "^7.11.2",
|
|
"@nexucis/fuzzy": "^0.5.1",
|
|
"@nexucis/kvsearch": "^0.9.1",
|
|
"@prometheus-io/codemirror-promql": "0.300.0-beta.0",
|
|
"@reduxjs/toolkit": "^2.2.1",
|
|
"@tabler/icons-react": "^2.47.0",
|
|
"@tanstack/react-query": "^5.22.2",
|
|
"@testing-library/jest-dom": "^6.5.0",
|
|
"@testing-library/react": "^16.0.1",
|
|
"@types/lodash": "^4.17.7",
|
|
"@types/sanitize-html": "^2.13.0",
|
|
"@uiw/react-codemirror": "^4.23.1",
|
|
"clsx": "^2.1.1",
|
|
"dayjs": "^1.11.10",
|
|
"lodash": "^4.17.21",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-infinite-scroll-component": "^6.1.0",
|
|
"react-redux": "^9.1.2",
|
|
"react-router-dom": "^6.26.1",
|
|
"sanitize-html": "^2.13.0",
|
|
"uplot": "^1.6.30",
|
|
"uplot-react": "^1.2.2",
|
|
"use-query-params": "^2.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/compat": "^1.1.1",
|
|
"@eslint/eslintrc": "^3.1.0",
|
|
"@eslint/js": "^9.9.1",
|
|
"@types/react": "^18.3.5",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"eslint": "^9.9.1",
|
|
"eslint-plugin-react-hooks": "^5.1.0-rc-e56f4ae3-20240830",
|
|
"eslint-plugin-react-refresh": "^0.4.11",
|
|
"globals": "^15.9.0",
|
|
"jsdom": "^25.0.0",
|
|
"postcss": "^8.4.35",
|
|
"postcss-preset-mantine": "^1.17.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"vite": "^5.1.0",
|
|
"vitest": "^2.0.5"
|
|
}
|
|
}
|