prometheus/web/ui/mantine-ui/package.json
Julius Volz 2bb14c5787 Lots of more progress on the new Mantine UI
Signed-off-by: Julius Volz <julius.volz@gmail.com>
2024-03-07 13:16:54 +01:00

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"
}
}