2024-02-17 06:17:38 -05:00
|
|
|
{
|
2024-02-21 05:14:35 -05:00
|
|
|
"name": "@prometheus-io/mantine-ui",
|
2024-02-17 06:17:38 -05:00
|
|
|
"private": true,
|
2025-02-25 14:09:49 -05:00
|
|
|
"version": "0.302.1",
|
2024-02-17 06:17:38 -05:00
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
2024-02-21 16:36:27 -05:00
|
|
|
"start": "vite",
|
2024-02-17 06:17:38 -05:00
|
|
|
"build": "tsc && vite build",
|
2024-09-06 14:35:55 -04:00
|
|
|
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
|
|
|
|
|
"lint:fix": "eslint . --report-unused-disable-directives --max-warnings 0 --fix",
|
2024-02-21 16:36:27 -05:00
|
|
|
"preview": "vite preview",
|
2024-09-02 07:41:40 -04:00
|
|
|
"test": "vitest"
|
2024-02-17 06:17:38 -05:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-01-13 15:54:39 -05:00
|
|
|
"@codemirror/autocomplete": "^6.18.4",
|
2025-01-13 17:14:05 -05:00
|
|
|
"@codemirror/language": "^6.10.8",
|
2024-12-11 09:40:19 -05:00
|
|
|
"@codemirror/lint": "^6.8.4",
|
2025-03-23 06:25:59 -04:00
|
|
|
"@codemirror/state": "^6.5.2",
|
2025-03-22 09:05:00 -04:00
|
|
|
"@codemirror/view": "^6.36.4",
|
2024-12-11 14:40:45 -05:00
|
|
|
"@floating-ui/dom": "^1.6.12",
|
2024-12-10 18:37:42 -05:00
|
|
|
"@lezer/common": "^1.2.3",
|
2024-09-08 11:05:34 -04:00
|
|
|
"@lezer/highlight": "^1.2.1",
|
2025-03-23 07:51:07 -04:00
|
|
|
"@mantine/code-highlight": "^7.17.2",
|
2025-03-23 06:17:39 -04:00
|
|
|
"@mantine/core": "^7.17.2",
|
2025-03-23 07:24:27 -04:00
|
|
|
"@mantine/dates": "^7.17.2",
|
2025-03-22 09:07:56 -04:00
|
|
|
"@mantine/hooks": "^7.17.2",
|
2025-03-23 07:51:09 -04:00
|
|
|
"@mantine/notifications": "^7.17.2",
|
2024-09-27 09:58:41 -04:00
|
|
|
"@microsoft/fetch-event-source": "^2.0.1",
|
2024-08-28 15:14:21 -04:00
|
|
|
"@nexucis/fuzzy": "^0.5.1",
|
2024-07-31 12:50:41 -04:00
|
|
|
"@nexucis/kvsearch": "^0.9.1",
|
2025-02-25 14:09:49 -05:00
|
|
|
"@prometheus-io/codemirror-promql": "0.302.1",
|
2025-03-22 09:08:38 -04:00
|
|
|
"@reduxjs/toolkit": "^2.6.1",
|
2025-03-23 06:17:39 -04:00
|
|
|
"@tabler/icons-react": "^3.31.0",
|
2025-03-03 14:54:24 -05:00
|
|
|
"@tanstack/react-query": "^5.67.1",
|
2024-12-10 18:32:36 -05:00
|
|
|
"@testing-library/jest-dom": "^6.6.3",
|
2025-03-07 09:47:05 -05:00
|
|
|
"@testing-library/react": "^16.2.0",
|
2025-03-22 09:05:31 -04:00
|
|
|
"@types/lodash": "^4.17.16",
|
2024-08-28 15:14:21 -04:00
|
|
|
"@types/sanitize-html": "^2.13.0",
|
2025-03-22 09:05:07 -04:00
|
|
|
"@uiw/react-codemirror": "^4.23.10",
|
2024-09-04 11:42:15 -04:00
|
|
|
"clsx": "^2.1.1",
|
2024-02-21 05:13:48 -05:00
|
|
|
"dayjs": "^1.11.10",
|
2024-07-17 15:09:30 -04:00
|
|
|
"lodash": "^4.17.21",
|
2025-01-17 13:57:39 -05:00
|
|
|
"react": "^19.0.0",
|
|
|
|
|
"react-dom": "^19.0.0",
|
2024-04-03 08:43:03 -04:00
|
|
|
"react-infinite-scroll-component": "^6.1.0",
|
2024-12-11 19:11:43 -05:00
|
|
|
"react-redux": "^9.2.0",
|
2025-03-23 06:55:33 -04:00
|
|
|
"react-router-dom": "^7.4.0",
|
2025-03-22 09:04:52 -04:00
|
|
|
"sanitize-html": "^2.15.0",
|
2025-03-23 06:55:46 -04:00
|
|
|
"uplot": "^1.6.32",
|
2024-08-10 14:24:56 -04:00
|
|
|
"uplot-react": "^1.2.2",
|
|
|
|
|
"use-query-params": "^2.2.1"
|
2024-02-17 06:17:38 -05:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-12-10 12:00:33 -05:00
|
|
|
"@eslint/compat": "^1.2.4",
|
2025-03-22 09:04:26 -04:00
|
|
|
"@eslint/eslintrc": "^3.3.1",
|
2025-03-01 18:04:38 -05:00
|
|
|
"@eslint/js": "^9.21.0",
|
2025-03-22 09:06:39 -04:00
|
|
|
"@types/react": "^19.0.12",
|
2025-03-23 06:47:32 -04:00
|
|
|
"@types/react-dom": "^19.0.4",
|
2025-01-17 13:16:30 -05:00
|
|
|
"@typescript-eslint/eslint-plugin": "^8.20.0",
|
2025-03-01 18:03:10 -05:00
|
|
|
"@typescript-eslint/parser": "^8.25.0",
|
2024-12-10 11:02:10 -05:00
|
|
|
"@vitejs/plugin-react": "^4.3.4",
|
2025-03-23 07:17:20 -04:00
|
|
|
"eslint": "^9.23.0",
|
2024-12-10 19:33:42 -05:00
|
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
2025-03-01 18:02:36 -05:00
|
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
2025-03-23 06:58:24 -04:00
|
|
|
"globals": "^16.0.0",
|
2024-10-02 00:13:09 -04:00
|
|
|
"jsdom": "^25.0.1",
|
2024-10-02 01:07:46 -04:00
|
|
|
"postcss": "^8.4.47",
|
2024-08-02 13:45:29 -04:00
|
|
|
"postcss-preset-mantine": "^1.17.0",
|
2024-02-17 06:17:38 -05:00
|
|
|
"postcss-simple-vars": "^7.0.1",
|
2025-03-29 07:20:13 -04:00
|
|
|
"vite": "^6.2.3",
|
2025-03-07 09:49:49 -05:00
|
|
|
"vitest": "^3.0.8"
|
2024-02-17 06:17:38 -05:00
|
|
|
}
|
|
|
|
|
}
|