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