mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
1c91b82206
Signed-off-by: Julius Volz <julius.volz@gmail.com>
58 lines
1.8 KiB
JSON
58 lines
1.8 KiB
JSON
{
|
|
"name": "@prometheus-io/mantine-ui",
|
|
"private": true,
|
|
"version": "0.49.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"test": "echo TODO: Create tests for the new Mantine UI"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.12.0",
|
|
"@codemirror/language": "^6.10.1",
|
|
"@codemirror/lint": "^6.5.0",
|
|
"@codemirror/state": "^6.4.0",
|
|
"@codemirror/view": "^6.24.0",
|
|
"@floating-ui/dom": "^1.6.7",
|
|
"@lezer/common": "^1.2.1",
|
|
"@lezer/highlight": "^1.2.0",
|
|
"@mantine/code-highlight": "^7.6.1",
|
|
"@mantine/core": "^7.6.1",
|
|
"@mantine/dates": "^7.6.1",
|
|
"@mantine/hooks": "^7.6.1",
|
|
"@mantine/notifications": "^7.6.1",
|
|
"@prometheus-io/codemirror-promql": "^0.50.0-rc.1",
|
|
"@reduxjs/toolkit": "^2.2.1",
|
|
"@tabler/icons-react": "^2.47.0",
|
|
"@tanstack/react-query": "^5.22.2",
|
|
"@types/lodash": "^4.17.7",
|
|
"@uiw/react-codemirror": "^4.21.22",
|
|
"dayjs": "^1.11.10",
|
|
"lodash": "^4.17.21",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-infinite-scroll-component": "^6.1.0",
|
|
"react-redux": "^9.1.0",
|
|
"react-router-dom": "^6.22.1",
|
|
"uplot": "^1.6.30",
|
|
"uplot-react": "^1.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.55",
|
|
"@types/react-dom": "^18.2.19",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"eslint": "^8.56.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
"postcss": "^8.4.35",
|
|
"postcss-preset-mantine": "^1.13.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"vite": "^5.1.0"
|
|
}
|
|
}
|