2018-12-20 02:25:04 -06:00
|
|
|
{
|
2019-07-23 19:17:41 -05:00
|
|
|
"author": "Grafana Labs",
|
|
|
|
"license": "Apache-2.0",
|
2019-02-21 04:25:06 -06:00
|
|
|
"name": "@grafana/ui",
|
2023-07-27 01:21:29 -05:00
|
|
|
"version": "10.2.0-pre",
|
2019-02-21 04:53:27 -06:00
|
|
|
"description": "Grafana Components Library",
|
|
|
|
"keywords": [
|
2019-07-11 05:47:58 -05:00
|
|
|
"grafana",
|
2019-02-21 04:53:27 -06:00
|
|
|
"react",
|
2019-07-23 19:17:41 -05:00
|
|
|
"react-component",
|
|
|
|
"typescript"
|
2019-02-21 04:53:27 -06:00
|
|
|
],
|
2022-08-03 08:47:09 -05:00
|
|
|
"sideEffects": false,
|
2019-07-23 19:17:41 -05:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-02-27 11:00:36 -06:00
|
|
|
"url": "http://github.com/grafana/grafana.git",
|
|
|
|
"directory": "packages/grafana-ui"
|
2019-07-23 19:17:41 -05:00
|
|
|
},
|
2018-12-21 05:27:43 -06:00
|
|
|
"main": "src/index.ts",
|
2022-08-03 08:47:09 -05:00
|
|
|
"types": "src/index.ts",
|
|
|
|
"publishConfig": {
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"module": "dist/esm/index.js",
|
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"files": [
|
2022-10-03 04:41:38 -05:00
|
|
|
"./dist",
|
|
|
|
"!./dist/storybook",
|
2022-09-28 10:04:55 -05:00
|
|
|
"./README.md",
|
|
|
|
"./CHANGELOG.md",
|
2022-10-03 04:41:38 -05:00
|
|
|
"./LICENSE_APACHE2"
|
2022-08-03 08:47:09 -05:00
|
|
|
],
|
2018-12-20 02:25:04 -06:00
|
|
|
"scripts": {
|
2023-02-27 06:01:24 -06:00
|
|
|
"build": "tsc -p ./tsconfig.build.json && rollup -c rollup.config.ts",
|
|
|
|
"bundle": "rollup -c rollup.config.ts",
|
2022-08-03 08:47:09 -05:00
|
|
|
"clean": "rimraf ./dist ./compiled ./package.tgz",
|
2023-05-11 07:26:12 -05:00
|
|
|
"storybook": "storybook dev -p 9001 -c .storybook --no-open",
|
|
|
|
"storybook:build": "storybook build -o ./dist/storybook -c .storybook",
|
2022-08-23 08:47:14 -05:00
|
|
|
"typecheck": "tsc --emitDeclarationOnly false --noEmit",
|
2022-12-01 04:34:52 -06:00
|
|
|
"generate-icons-bundle-cache-file": "node ./scripts/generate-icon-bundle.js",
|
|
|
|
"prepack": "cp package.json package.json.bak && node ../../scripts/prepare-packagejson.js",
|
|
|
|
"postpack": "mv package.json.bak package.json"
|
2018-12-20 02:25:04 -06:00
|
|
|
},
|
2021-08-31 05:55:05 -05:00
|
|
|
"browserslist": [
|
|
|
|
"defaults",
|
|
|
|
"not IE 11"
|
|
|
|
],
|
2018-12-21 07:23:32 -06:00
|
|
|
"dependencies": {
|
2023-07-13 09:32:15 -05:00
|
|
|
"@emotion/css": "11.11.2",
|
|
|
|
"@emotion/react": "11.11.1",
|
2023-07-27 01:21:29 -05:00
|
|
|
"@grafana/data": "10.2.0-pre",
|
|
|
|
"@grafana/e2e-selectors": "10.2.0-pre",
|
2023-07-31 06:52:26 -05:00
|
|
|
"@grafana/faro-web-sdk": "1.1.2",
|
2023-07-27 01:21:29 -05:00
|
|
|
"@grafana/schema": "10.2.0-pre",
|
2023-06-29 14:59:02 -05:00
|
|
|
"@leeoniya/ufuzzy": "1.0.8",
|
2023-06-06 08:58:58 -05:00
|
|
|
"@monaco-editor/react": "4.5.1",
|
2023-07-31 06:52:26 -05:00
|
|
|
"@popperjs/core": "2.11.8",
|
2023-07-10 01:36:34 -05:00
|
|
|
"@react-aria/button": "3.8.0",
|
|
|
|
"@react-aria/dialog": "3.5.3",
|
|
|
|
"@react-aria/focus": "3.13.0",
|
|
|
|
"@react-aria/menu": "3.10.0",
|
|
|
|
"@react-aria/overlays": "3.15.0",
|
|
|
|
"@react-aria/utils": "3.18.0",
|
|
|
|
"@react-stately/menu": "3.5.3",
|
2022-02-07 07:08:10 -06:00
|
|
|
"ansicolor": "1.1.100",
|
2021-10-27 08:21:07 -05:00
|
|
|
"calculate-size": "1.1.1",
|
2022-11-02 07:05:32 -05:00
|
|
|
"classnames": "2.3.2",
|
2023-07-31 06:52:26 -05:00
|
|
|
"core-js": "3.31.1",
|
2023-07-13 07:34:34 -05:00
|
|
|
"d3": "7.8.5",
|
2023-06-12 06:08:23 -05:00
|
|
|
"date-fns": "2.30.0",
|
2020-10-15 07:41:25 -05:00
|
|
|
"hoist-non-react-statics": "3.3.2",
|
2022-11-04 05:46:19 -05:00
|
|
|
"i18next": "^22.0.0",
|
2023-07-14 05:24:50 -05:00
|
|
|
"i18next-browser-languagedetector": "^7.0.2",
|
2023-07-31 06:52:26 -05:00
|
|
|
"immutable": "4.3.1",
|
2021-12-22 09:06:29 -06:00
|
|
|
"is-hotkey": "0.2.0",
|
2023-07-12 03:11:08 -05:00
|
|
|
"jquery": "3.7.0",
|
2021-03-02 03:13:27 -06:00
|
|
|
"lodash": "4.17.21",
|
2023-09-18 08:40:21 -05:00
|
|
|
"micro-memoize": "^4.1.2",
|
2022-07-22 05:00:54 -05:00
|
|
|
"moment": "2.29.4",
|
2022-08-23 08:58:58 -05:00
|
|
|
"monaco-editor": "0.34.0",
|
2023-07-13 04:55:42 -05:00
|
|
|
"ol": "7.4.0",
|
2022-09-09 09:18:20 -05:00
|
|
|
"prismjs": "1.29.0",
|
2023-07-12 05:03:01 -05:00
|
|
|
"rc-cascader": "3.12.1",
|
2023-07-12 05:24:05 -05:00
|
|
|
"rc-drawer": "6.3.0",
|
2023-07-12 05:05:29 -05:00
|
|
|
"rc-slider": "10.2.1",
|
2020-03-25 04:10:26 -05:00
|
|
|
"rc-time-picker": "^3.7.3",
|
2023-07-14 06:07:29 -05:00
|
|
|
"rc-tooltip": "6.0.1",
|
2022-11-02 07:05:32 -05:00
|
|
|
"react-beautiful-dnd": "13.1.1",
|
2023-07-17 03:50:13 -05:00
|
|
|
"react-calendar": "4.3.0",
|
2022-10-03 05:38:18 -05:00
|
|
|
"react-colorful": "5.6.1",
|
2022-06-14 05:43:31 -05:00
|
|
|
"react-custom-scrollbars-2": "4.5.0",
|
2022-11-02 07:05:32 -05:00
|
|
|
"react-dropzone": "14.2.3",
|
2023-01-30 05:03:39 -06:00
|
|
|
"react-highlight-words": "0.20.0",
|
2022-02-23 05:22:45 -06:00
|
|
|
"react-hook-form": "7.5.3",
|
2022-11-04 09:45:20 -05:00
|
|
|
"react-i18next": "^12.0.0",
|
2023-03-08 03:38:06 -06:00
|
|
|
"react-inlinesvg": "3.0.2",
|
2023-06-07 05:21:44 -05:00
|
|
|
"react-loading-skeleton": "3.3.1",
|
2022-05-18 05:05:27 -05:00
|
|
|
"react-popper": "2.3.0",
|
2022-12-13 07:23:46 -06:00
|
|
|
"react-popper-tooltip": "4.4.2",
|
2023-04-11 04:51:54 -05:00
|
|
|
"react-router-dom": "5.3.3",
|
2023-07-31 06:52:26 -05:00
|
|
|
"react-select": "5.7.4",
|
2021-10-27 08:21:07 -05:00
|
|
|
"react-select-event": "^5.1.0",
|
2022-05-18 05:51:04 -05:00
|
|
|
"react-table": "7.8.0",
|
2022-11-02 07:05:32 -05:00
|
|
|
"react-transition-group": "4.4.5",
|
2022-06-15 04:02:08 -05:00
|
|
|
"react-use": "17.4.0",
|
2023-07-31 06:52:26 -05:00
|
|
|
"react-window": "1.8.9",
|
|
|
|
"rxjs": "7.8.1",
|
2022-09-06 09:23:48 -05:00
|
|
|
"slate": "0.47.9",
|
2022-11-02 07:05:32 -05:00
|
|
|
"slate-plain-serializer": "0.7.13",
|
2022-09-06 09:23:48 -05:00
|
|
|
"slate-react": "0.22.10",
|
2023-02-19 06:15:40 -06:00
|
|
|
"tinycolor2": "1.6.0",
|
2023-07-12 09:32:14 -05:00
|
|
|
"tslib": "2.6.0",
|
2023-01-27 02:12:19 -06:00
|
|
|
"uplot": "1.6.24",
|
2022-11-04 11:54:12 -05:00
|
|
|
"uuid": "9.0.0"
|
2018-12-21 07:23:32 -06:00
|
|
|
},
|
2018-12-20 09:56:46 -06:00
|
|
|
"devDependencies": {
|
2023-07-31 06:52:26 -05:00
|
|
|
"@babel/core": "7.22.9",
|
2022-02-10 07:37:39 -06:00
|
|
|
"@grafana/tsconfig": "^1.2.0-rc1",
|
2021-10-27 08:21:07 -05:00
|
|
|
"@mdx-js/react": "1.6.22",
|
2023-06-08 03:10:16 -05:00
|
|
|
"@rollup/plugin-node-resolve": "15.1.0",
|
2023-05-11 07:26:12 -05:00
|
|
|
"@storybook/addon-a11y": "7.0.10",
|
|
|
|
"@storybook/addon-actions": "7.0.10",
|
|
|
|
"@storybook/addon-docs": "7.0.10",
|
|
|
|
"@storybook/addon-essentials": "7.0.10",
|
|
|
|
"@storybook/addon-storysource": "7.0.10",
|
|
|
|
"@storybook/api": "7.0.10",
|
|
|
|
"@storybook/blocks": "7.0.10",
|
|
|
|
"@storybook/client-api": "7.0.10",
|
|
|
|
"@storybook/components": "7.0.10",
|
|
|
|
"@storybook/core-events": "7.0.10",
|
|
|
|
"@storybook/mdx2-csf": "1.0.0",
|
2022-10-03 02:23:47 -05:00
|
|
|
"@storybook/preset-scss": "1.0.3",
|
2023-05-11 07:26:12 -05:00
|
|
|
"@storybook/react": "7.0.10",
|
|
|
|
"@storybook/react-webpack5": "7.0.10",
|
|
|
|
"@storybook/theming": "7.0.10",
|
2023-07-31 06:52:26 -05:00
|
|
|
"@testing-library/dom": "9.3.1",
|
2022-11-02 07:05:32 -05:00
|
|
|
"@testing-library/jest-dom": "5.16.5",
|
2023-04-11 04:51:54 -05:00
|
|
|
"@testing-library/react": "14.0.0",
|
2022-08-26 07:30:34 -05:00
|
|
|
"@testing-library/user-event": "14.4.3",
|
2019-10-03 07:30:24 -05:00
|
|
|
"@types/common-tags": "^1.8.0",
|
2022-06-13 13:06:24 -05:00
|
|
|
"@types/d3": "7.4.0",
|
2021-05-17 07:18:54 -05:00
|
|
|
"@types/hoist-non-react-statics": "3.3.1",
|
2022-01-07 10:33:26 -06:00
|
|
|
"@types/is-hotkey": "0.1.7",
|
2023-08-23 05:15:39 -05:00
|
|
|
"@types/jest": "29.5.4",
|
2023-03-08 03:38:06 -06:00
|
|
|
"@types/jquery": "3.5.16",
|
2023-07-31 06:52:26 -05:00
|
|
|
"@types/lodash": "4.14.195",
|
2022-01-07 10:33:26 -06:00
|
|
|
"@types/mock-raf": "1.0.3",
|
2023-07-31 06:52:26 -05:00
|
|
|
"@types/node": "18.16.19",
|
2022-01-28 03:07:34 -06:00
|
|
|
"@types/prismjs": "1.26.0",
|
2023-07-14 04:11:26 -05:00
|
|
|
"@types/react": "18.2.15",
|
2023-07-31 06:52:26 -05:00
|
|
|
"@types/react-beautiful-dnd": "13.1.4",
|
2022-12-14 02:12:22 -06:00
|
|
|
"@types/react-calendar": "3.9.0",
|
2022-01-07 10:33:26 -06:00
|
|
|
"@types/react-color": "3.0.6",
|
2023-07-14 04:11:26 -05:00
|
|
|
"@types/react-dom": "18.2.7",
|
2022-09-02 10:36:44 -05:00
|
|
|
"@types/react-highlight-words": "0.16.4",
|
2022-02-07 07:08:10 -06:00
|
|
|
"@types/react-router-dom": "5.3.3",
|
2023-03-08 03:38:06 -06:00
|
|
|
"@types/react-table": "7.7.14",
|
2023-04-11 04:51:54 -05:00
|
|
|
"@types/react-test-renderer": "18.0.0",
|
2023-07-31 06:52:26 -05:00
|
|
|
"@types/react-transition-group": "4.4.6",
|
2022-01-07 10:33:26 -06:00
|
|
|
"@types/react-window": "1.8.5",
|
2022-11-02 07:05:32 -05:00
|
|
|
"@types/slate": "0.47.11",
|
2022-01-07 10:33:26 -06:00
|
|
|
"@types/slate-plain-serializer": "0.7.2",
|
2022-09-06 09:23:48 -05:00
|
|
|
"@types/slate-react": "0.22.9",
|
2023-07-31 06:52:26 -05:00
|
|
|
"@types/testing-library__jest-dom": "5.14.8",
|
2022-01-07 10:33:26 -06:00
|
|
|
"@types/tinycolor2": "1.4.3",
|
2023-07-31 06:52:26 -05:00
|
|
|
"@types/uuid": "9.0.2",
|
2022-01-07 10:33:26 -06:00
|
|
|
"common-tags": "1.8.2",
|
2023-06-09 02:35:11 -05:00
|
|
|
"css-loader": "6.8.1",
|
2023-07-31 06:52:26 -05:00
|
|
|
"csstype": "3.1.2",
|
|
|
|
"esbuild": "0.18.12",
|
2023-07-11 08:48:07 -05:00
|
|
|
"expose-loader": "4.1.0",
|
2020-12-02 05:22:49 -06:00
|
|
|
"mock-raf": "1.0.1",
|
2022-01-24 04:50:34 -06:00
|
|
|
"process": "^0.11.10",
|
2023-04-11 04:51:54 -05:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
|
|
|
"react-test-renderer": "18.2.0",
|
2023-07-13 05:37:16 -05:00
|
|
|
"rimraf": "5.0.1",
|
2023-02-27 06:01:24 -06:00
|
|
|
"rollup": "2.79.1",
|
2022-11-04 12:04:00 -05:00
|
|
|
"rollup-plugin-dts": "^5.0.0",
|
2022-12-16 03:48:59 -06:00
|
|
|
"rollup-plugin-esbuild": "5.0.0",
|
2023-02-27 06:01:24 -06:00
|
|
|
"rollup-plugin-node-externals": "^5.0.0",
|
2022-04-14 09:49:56 -05:00
|
|
|
"rollup-plugin-svg-import": "^1.6.0",
|
2023-07-12 09:26:07 -05:00
|
|
|
"sass-loader": "13.3.2",
|
2023-07-31 06:52:26 -05:00
|
|
|
"storybook": "7.0.27",
|
2023-06-01 03:23:09 -05:00
|
|
|
"storybook-addon-turbo-build": "2.0.1",
|
2023-05-11 07:26:12 -05:00
|
|
|
"storybook-dark-mode": "3.0.0",
|
2023-07-31 06:52:26 -05:00
|
|
|
"style-loader": "3.3.3",
|
2022-12-27 08:30:52 -06:00
|
|
|
"typescript": "4.8.4",
|
2023-07-13 07:12:19 -05:00
|
|
|
"webpack": "5.88.1"
|
2019-08-22 03:20:17 -05:00
|
|
|
},
|
2022-08-03 08:47:09 -05:00
|
|
|
"peerDependencies": {
|
2023-04-11 04:51:54 -05:00
|
|
|
"react": "^17.0.0 || ^18.0.0",
|
|
|
|
"react-dom": "^17.0.0 || ^18.0.0"
|
2022-08-03 08:47:09 -05:00
|
|
|
}
|
2018-12-20 02:25:04 -06:00
|
|
|
}
|