mirror of https://github.com/prometheus/prometheus
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
2.3 KiB
73 lines
2.3 KiB
{ |
|
"name": "@prometheus-io/mantine-ui", |
|
"private": true, |
|
"version": "0.300.0-beta.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.18.1", |
|
"@codemirror/language": "^6.10.2", |
|
"@codemirror/lint": "^6.8.1", |
|
"@codemirror/state": "^6.4.1", |
|
"@codemirror/view": "^6.34.1", |
|
"@floating-ui/dom": "^1.6.7", |
|
"@lezer/common": "^1.2.1", |
|
"@lezer/highlight": "^1.2.1", |
|
"@mantine/code-highlight": "^7.13.1", |
|
"@mantine/core": "^7.11.2", |
|
"@mantine/dates": "^7.13.1", |
|
"@mantine/hooks": "^7.11.2", |
|
"@mantine/notifications": "^7.13.1", |
|
"@microsoft/fetch-event-source": "^2.0.1", |
|
"@nexucis/fuzzy": "^0.5.1", |
|
"@nexucis/kvsearch": "^0.9.1", |
|
"@prometheus-io/codemirror-promql": "0.300.0-beta.1", |
|
"@reduxjs/toolkit": "^2.2.1", |
|
"@tabler/icons-react": "^3.19.0", |
|
"@tanstack/react-query": "^5.59.0", |
|
"@testing-library/jest-dom": "^6.5.0", |
|
"@testing-library/react": "^16.0.1", |
|
"@types/lodash": "^4.17.9", |
|
"@types/sanitize-html": "^2.13.0", |
|
"@uiw/react-codemirror": "^4.23.3", |
|
"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.2", |
|
"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.11.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.11.1", |
|
"eslint-plugin-react-hooks": "^5.1.0-rc-e56f4ae3-20240830", |
|
"eslint-plugin-react-refresh": "^0.4.12", |
|
"globals": "^15.10.0", |
|
"jsdom": "^25.0.1", |
|
"postcss": "^8.4.47", |
|
"postcss-preset-mantine": "^1.17.0", |
|
"postcss-simple-vars": "^7.0.1", |
|
"vite": "^5.4.8", |
|
"vitest": "^2.1.1" |
|
} |
|
}
|
|
|