mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
2bb14c5787
Signed-off-by: Julius Volz <julius.volz@gmail.com>
52 lines
1.6 KiB
JSON
52 lines
1.6 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",
|
|
"@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",
|
|
"@uiw/react-codemirror": "^4.21.22",
|
|
"dayjs": "^1.11.10",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-redux": "^9.1.0",
|
|
"react-router-dom": "^6.22.1"
|
|
},
|
|
"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"
|
|
}
|
|
}
|