2024-02-17 03:17:38 -08:00
|
|
|
{
|
2024-02-21 02:14:35 -08:00
|
|
|
"name": "@prometheus-io/mantine-ui",
|
2024-02-17 03:17:38 -08:00
|
|
|
"private": true,
|
2024-09-09 12:02:50 -07:00
|
|
|
"version": "0.300.0-beta.0",
|
2024-02-17 03:17:38 -08:00
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
2024-02-21 13:36:27 -08:00
|
|
|
"start": "vite",
|
2024-02-17 03:17:38 -08:00
|
|
|
"build": "tsc && vite build",
|
2024-09-06 11:35:55 -07:00
|
|
|
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
|
|
|
|
"lint:fix": "eslint . --report-unused-disable-directives --max-warnings 0 --fix",
|
2024-02-21 13:36:27 -08:00
|
|
|
"preview": "vite preview",
|
2024-09-02 04:41:40 -07:00
|
|
|
"test": "vitest"
|
2024-02-17 03:17:38 -08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-10-01 21:48:12 -07:00
|
|
|
"@codemirror/autocomplete": "^6.18.1",
|
2024-09-08 08:05:34 -07:00
|
|
|
"@codemirror/language": "^6.10.2",
|
|
|
|
"@codemirror/lint": "^6.8.1",
|
|
|
|
"@codemirror/state": "^6.4.1",
|
2024-10-01 16:18:22 -07:00
|
|
|
"@codemirror/view": "^6.34.1",
|
2024-07-21 09:26:11 -07:00
|
|
|
"@floating-ui/dom": "^1.6.7",
|
2024-02-21 02:13:48 -08:00
|
|
|
"@lezer/common": "^1.2.1",
|
2024-09-08 08:05:34 -07:00
|
|
|
"@lezer/highlight": "^1.2.1",
|
2024-10-01 21:03:48 -07:00
|
|
|
"@mantine/code-highlight": "^7.13.1",
|
2024-08-02 10:45:29 -07:00
|
|
|
"@mantine/core": "^7.11.2",
|
2024-10-01 16:18:37 -07:00
|
|
|
"@mantine/dates": "^7.13.1",
|
2024-08-02 10:45:29 -07:00
|
|
|
"@mantine/hooks": "^7.11.2",
|
2024-10-01 21:03:42 -07:00
|
|
|
"@mantine/notifications": "^7.13.1",
|
2024-09-27 06:58:41 -07:00
|
|
|
"@microsoft/fetch-event-source": "^2.0.1",
|
2024-08-28 12:14:21 -07:00
|
|
|
"@nexucis/fuzzy": "^0.5.1",
|
2024-07-31 09:50:41 -07:00
|
|
|
"@nexucis/kvsearch": "^0.9.1",
|
2024-09-09 12:02:50 -07:00
|
|
|
"@prometheus-io/codemirror-promql": "0.300.0-beta.0",
|
2024-03-07 04:16:54 -08:00
|
|
|
"@reduxjs/toolkit": "^2.2.1",
|
2024-02-21 02:13:48 -08:00
|
|
|
"@tabler/icons-react": "^2.47.0",
|
2024-10-01 21:09:28 -07:00
|
|
|
"@tanstack/react-query": "^5.59.0",
|
2024-09-02 04:41:40 -07:00
|
|
|
"@testing-library/jest-dom": "^6.5.0",
|
|
|
|
"@testing-library/react": "^16.0.1",
|
2024-10-01 16:19:11 -07:00
|
|
|
"@types/lodash": "^4.17.9",
|
2024-08-28 12:14:21 -07:00
|
|
|
"@types/sanitize-html": "^2.13.0",
|
2024-10-01 21:09:11 -07:00
|
|
|
"@uiw/react-codemirror": "^4.23.3",
|
2024-09-04 08:42:15 -07:00
|
|
|
"clsx": "^2.1.1",
|
2024-02-21 02:13:48 -08:00
|
|
|
"dayjs": "^1.11.10",
|
2024-07-17 12:09:30 -07:00
|
|
|
"lodash": "^4.17.21",
|
2024-09-02 04:41:40 -07:00
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1",
|
2024-04-03 05:43:03 -07:00
|
|
|
"react-infinite-scroll-component": "^6.1.0",
|
2024-09-02 04:41:40 -07:00
|
|
|
"react-redux": "^9.1.2",
|
2024-10-01 16:18:11 -07:00
|
|
|
"react-router-dom": "^6.26.2",
|
2024-08-28 12:14:21 -07:00
|
|
|
"sanitize-html": "^2.13.0",
|
2024-07-19 03:13:14 -07:00
|
|
|
"uplot": "^1.6.30",
|
2024-08-10 11:24:56 -07:00
|
|
|
"uplot-react": "^1.2.2",
|
|
|
|
"use-query-params": "^2.2.1"
|
2024-02-17 03:17:38 -08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-09-06 11:35:55 -07:00
|
|
|
"@eslint/compat": "^1.1.1",
|
|
|
|
"@eslint/eslintrc": "^3.1.0",
|
2024-10-01 16:21:30 -07:00
|
|
|
"@eslint/js": "^9.11.1",
|
2024-09-02 04:41:40 -07:00
|
|
|
"@types/react": "^18.3.5",
|
|
|
|
"@types/react-dom": "^18.3.0",
|
2024-02-17 03:17:38 -08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
|
|
"@vitejs/plugin-react": "^4.2.1",
|
2024-10-01 22:07:01 -07:00
|
|
|
"eslint": "^9.11.1",
|
2024-09-02 04:41:40 -07:00
|
|
|
"eslint-plugin-react-hooks": "^5.1.0-rc-e56f4ae3-20240830",
|
2024-10-01 16:19:00 -07:00
|
|
|
"eslint-plugin-react-refresh": "^0.4.12",
|
2024-09-06 11:35:55 -07:00
|
|
|
"globals": "^15.9.0",
|
2024-10-01 21:13:09 -07:00
|
|
|
"jsdom": "^25.0.1",
|
2024-02-17 03:17:38 -08:00
|
|
|
"postcss": "^8.4.35",
|
2024-08-02 10:45:29 -07:00
|
|
|
"postcss-preset-mantine": "^1.17.0",
|
2024-02-17 03:17:38 -08:00
|
|
|
"postcss-simple-vars": "^7.0.1",
|
2024-10-01 21:13:57 -07:00
|
|
|
"vite": "^5.4.8",
|
2024-10-01 16:17:56 -07:00
|
|
|
"vitest": "^2.1.1"
|
2024-02-17 03:17:38 -08:00
|
|
|
}
|
|
|
|
}
|